Jump to content

David

Creator
  • Posts

    2,356
  • Joined

  • Last visited

Everything posted by David

  1. David

    Brad/Heli Signals in Shop

    Because to execute server command I'm not using any custom logic on my end, command is simply passed into Server.Command function which comes from Rust itself, there's nothing I can change on my end it's literally one line of code to execute server command. Pretty much same thing with creating items.
  2. David

    Brad/Heli Signals in Shop

    Changed Status from Pending to Not a Bug
  3. David

    Brad/Heli Signals in Shop

    Sorry but I won't be able to help you with this since it's looks like issue with BradleyDrops. My shop plugin using standard Rust functions for issuing commands and giving out items, there's nothing I can really change in those.
  4. David

    VIPRanks

    Changed Status from Pending to Not a Bug
  5. David

    VIPRanks

    This is handled by the website where you selling your vip packages.
  6. Changed Status from Pending to Not a Bug
  7. You would need special command (from plugin) which would handle spawning and position for you. It's not possible to bypass restriction on admin commands.
  8. Changed Status from Pending to Not a Bug
  9. Hey, to list multiple items with same shortname all you have to do is type out unique tag behind the shortname, it can be anything as long as it's in between curly brackets { } example Items.json "hat.wolf{skin1}": { "DisplayName": "default", "Skin": 222222, "Image": "", "DefaultAmount": 1, "BlockAmountChange": false, "ShowDisplayName": false, "BuyPrice": 50, "SellPrice": 25, "Currency": "eco" } You can list item like this in category by entering shortname with unique tag into item list example Categories.json "Attire": { "Image": "https://rustplugins.net/products/shop/tshirt-crew.png", "Permission": null, "Sale": 0.0, "Items": [ "hat.wolf{skin1}", "hat.bunnyhat", "attire.bunny.onesie", "attire.bunnyears", "chicken.costume", "draculacape", "draculamask", "attire.egg.suit", "gingerbreadsuit", "halloween.mummysuit", "scarecrow.suit", "halloween.surgeonsuit" ] },
  10. David

    Admin access to control panel.

    Changed Status from Pending to Not a Bug
  11. David

    Vehicles

    I'm sorry if that cause confusion, I generated default Items file out of game files, those might have contain some vehicle items but I'm 99% those are not functional. You'll need plugin like this https://umod.org/plugins/portable-vehicles to handle spawning of actual vehicle after item placement. Those vehicles can be sold as command or as custom item with specific skin id.
  12. David

    bug

    Changed Status from Pending to Not a Bug
  13. David

    Vehicles

    Changed Status from Pending to Not a Bug
  14. David

    Vehicles

    Hey, what kind of plugin you using for managing vehicles? Shop UI can't create "place-able" vehicles, you need another plugin which handles spawning of the vehicle.
  15. David

    Server is down - URGENT

    I think that's already enough to let me know, you don't need to open tickets here on codefling or tag me in multiple unrelated discord channels since "web panel" service is something I was offering separately on my own and codefling has nothing do with it. Creating tickets here could confuse some customers and lead them to believe that the plugin requires a connection to my server to function, which is NOT the case.
  16. David

    Server is down - URGENT

    Changed Status from Pending to Not a Bug
  17. David

    bug

    Try unloading plugin with console command "o.unload CraftMenu" and then loading it back with "o.load CraftMenu", let me know if that fixed the issue for you.
  18. David

    plugin stats

    Changed Status from Pending to Not a Bug
  19. David

    plugin stats

    1. Install SimpleStats plugin 2. Make sure plugin is loaded -> type "/stats" ingame 3. Open config file for WelcomePanel and under any tab type "stats" into Addon option
  20. Changed Status from Pending to Not a Bug
  21. There's data file called "ItemsWipeBlock", inside this file you can list items which you want to be excluded from sales on wipe.
  22. David

    Block Mixing from new bench

    Changed Status from Pending to Fixed Changed Fixed In to 1.5.2
  23. David

    WPKits

    Changed Status from Pending to Not a Bug
  24. David

    WPKits

    @Gold Mysterious Seems like your config file for WPKits is corrupted for some reason. I was able to import and display your kits on welcome panel without any issues. To fix your problem simply delete your current config file for WPKits and reload the plugin, if that wont help there's default config file which you can use WPKits.json
  25. David

    WPKits

    WPKits config also please
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119.1k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.