Jump to content

David

Creator
  • Posts

    2,564
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by David

  1. DM sent.
  2. David

    Place Anything

    I think it is, I havent tried it but if you can spawn junkpile with default console command then it should work for PlaceAnything too
  3. David

    Furnace Levels

    Multiple plugins modifying same thing (fuel consuption) which most likely cause conflict, nothing I can do about it. You can increase cost for large furnace in config "Large Furnace Cost Multiplier - Default 1.0x": 1.0
  4. Hey, I highly recommend you contacting @Flammable (discord Flammable#0001). He's been building servers for people quite some time already, he is familiar with most of plugins out there. You can also check out his fiverr gig https://www.fiverr.com/share/XBDpYG has over 100 reviews.
  5. David

    Shop UI

    Because ingame items does not support decimal as well as server rewards. If you want sell 1000 wood for 50eco, just put default amount 1000 but price per unit can't go lower than 1
  6. David

    ATM (Cash Machine)

    By adding this into source code. // your npc ids here string[] npcIDs = {"7847228928", "7847228928", "7847228928"}; private void OnUseNPC(BasePlayer npc, BasePlayer player) { if (npcIDs.Contains($"{npc.userID}")) ATMCUI(player); }
  7. David

    ATM (Cash Machine)

    Yes it does.
  8. David

    Custom Buttons

    Sorry about no reply, I must have missed notification from your comment. I love to see what you made here! Currently there is only option to open all of them at once, in future I might expand on it, will see.
  9. David

    Custom Buttons

    Sadly thats not possible, unless you make people bind command to specific key.
  10. David

    Shop UI

    Problem is that my shop was not designed to show item names, I will have to figure out something.
  11. David

    Shop UI

    Cooldowns for commands works in latest version. Don't want to make people change their configs for this change. You can always create your own console command which includes all your other commands. Paste this into any plugin. //mycustomcommand $player.id [ConsoleCommand("mycustomcommand")] private void mycustomcommand_1(ConsoleSystem.Arg arg) { //args var args = arg.Args; if (args.Length != 1) return; //prevent player usage var player = arg?.Player(); if (player != null) return; //find target var target = BasePlayer.FindByID(Convert.ToUInt64(args[0])); if (target == null) { Puts("player not found"); return; } //rcon commands to execute Server.Command($"audio.message send {target.userID} register"); Server.Command($"radstorm start"); Server.Command($"notify.player {target.displayName} 0 Purchased a Radstorm"); }
  12. in case someone is scrolling through forum threads and looking for similar plugin.
  13. David

    Shop UI

    this is how you should put command into category item list "cmd/x{65}"
  14. David

    Craft Menu

    try o.unload CraftMenu and then o.load CraftMenu
  15. David

    Custom Mixing Table

    I tried already, didnt work.
  16. David

    Shop UI

    Been requested already but its more complex thing tho. I will implement it eventually
  17. David

    Shop UI

    Hit me up on discord and I will assist you
  18. David

    Shop UI

    Hey, it's not.
  19. David

    Custom Mixing Table

    Hey, would be good if you could reach out on discord as this will need some debugging
  20. David

    Custom Mixing Table

    Hey, sure go ahead. You can upload it into "Customizations" section and I will list it at plugin description Feature to extend overlay effects will come later on. Things like this are possible and its not hard to code them but what I have to be careful about is complexity and difficulty of configuration. Customer support eats about 2-3 hours of my time every day so I really have to think twice what features I'm going to put in. Also this feature is something what can exists outside of my plugin as well, so you can always commission other devs too.
  21. David

    Shop UI

    That's a good idea, will do that (not sure when). Currently there is option to pre-fill item amount for selling based on players inventory.
  22. David

    Shop UI

    just type "scrap" into currency field
  23. David

    Welcome Panel

    data/welcomepanel/cuiData.json try this "contentPanel": { "anchorMin": "0.25 0.045", "anchorMax": "0.94 0.82", "color": "0 0 0 0.30", "material": "assets/content/ui/uibackgroundblur.mat", "image": "", "fade": 0.5 },
  24. David

    Welcome Panel

    That's background image, including that text. Here you can get empty one https://rustplugins.net/products/welcomepanel/5/5_background_empty.jpg
  25. David

    Custom Mixing Table

    vanilla mixing table is not accessible but you can still mix teas within my custom one.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.3m
Total downloads
Customers
10.7k
Customers served
Files Sold
154.6k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.