Jump to content

David

Creator
  • Posts

    2,369
  • Joined

  • Last visited

Everything posted by David

  1. David

    Command cooldown?

    Changed Status from Pending to Not a Bug
  2. David

    Command cooldown?

    Second example you posted is correct, cooldowns will only work if you have this option from config file set to "true" "Enable purchase cooldowns (data/Shop/Cooldowns.json)"
  3. Hey, even through CustomMixingTable loaded I was still able to cook in cooking table so not sure where the issue is however I made some adjustments and changed thing which I believe could cause the issue. I don't know why but I can't attach files into private messages on codefling, could you reach out to me on discord please? I'll send you custom version for test.
  4. Changed Status from Pending to Not a Bug
  5. at some point maybe but right now I have more important features to work on
  6. David

    /info /shop?

    Hey, can you include screenshot of the empty shop, possibly config/data files with it
  7. David

    Columns on pages

    Changed Status from Pending to Not a Bug
  8. David

    Columns on pages

    Hey, Rust text component (community ui) can't handle creating columns or tables, best option for that would be creating big image and put all your text on it.
  9. Changed Status from Pending to Work in Progress
  10. will be addressed in release of new version
  11. Changed Status from Pending to Not a Bug
  12. In language file, there's is entry for "kit_title_format_view", simply put {kit_title} in between <size> tag to change font size.
  13. 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.
  14. David

    Brad/Heli Signals in Shop

    Changed Status from Pending to Not a Bug
  15. 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.
  16. David

    VIPRanks

    Changed Status from Pending to Not a Bug
  17. David

    VIPRanks

    This is handled by the website where you selling your vip packages.
  18. Changed Status from Pending to Not a Bug
  19. 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.
  20. Changed Status from Pending to Not a Bug
  21. 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" ] },
  22. David

    Admin access to control panel.

    Changed Status from Pending to Not a Bug
  23. 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.
  24. David

    bug

    Changed Status from Pending to Not a Bug
  25. David

    Vehicles

    Changed Status from Pending to Not a Bug
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.5k

Files Sold

Total number of files sold.

2.5m

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.