Jump to content

imthenewguy

Curator
  • Posts

    4,222
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by imthenewguy

  1. You never asked a question in my discord. Edit: Sorry I saw the question above in my general chat. It wasn't even 24 hours on a weekend before you left the discord after asking your question. I am usually spending time with my family on weekends and respond to support requests where I can. I also don't offer support on my discord unless you verify your purchase first, which is why the Plugin-Support-Info channel exists.
  2. Your best bet is to blacklist the item so the player cannot enter with it in their inventory. I can add that the leave command to the next release.
  3. You can't change it into a med syringe as they interact very differently
  4. Seems like a good idea lol.
  5. Its working fine on my server. Sounds like you may have a conflict. Sorry I misread. It won't work on held items as its checked when a player equips clothing.
  6. Might look at adding that in the future. If someone did that to my server I'd ban them personally though. The issue with it is if they have withdrawn and used the token, then there is nothing to remove.
  7. Sorry have been on a 12 hour drive back home. Patching now.
  8. imthenewguy

    How are arenas chosen?

    I tested on my server with the map pack, and I have no issues with it selecting random maps.
  9. Changed Status from Pending to Closed
  10. imthenewguy

    VIP settings

    Changed Status from Pending to Closed
  11. imthenewguy

    Config no save

    Changed Status from Pending to Closed
  12. Unfortunately it is only the BerryBush entity itself. It does not separate them into different types.
  13. imthenewguy

    How are arenas chosen?

    If you type the /survivalarena command into chat, do all of the arenas appear?
  14. imthenewguy

    How are arenas chosen?

    It should be picking a random arena. string GetRandomArena() { List<string> arenas = Pool.GetList<string>(); arenas.AddRange(Arenas.Keys); var name = arenas.GetRandom(); Pool.FreeList(ref arenas); return name; } It uses .net's native GetRandom method to pick a random arena by name.
  15. imthenewguy

    Another bug for you

    I think I found the issue. Should be fixed in the next release.
  16. Add the permissions so they can. Check the front page under permissions to see a list of them.
  17. imthenewguy

    xp adjust for betterNPC

    Changed Status from Pending to Closed
  18. There isnt. You need to remove the "deployablenature.gather" perm from the player.
  19. Harmony is Rust's native modding environment. Oxide work. Acquire 0Harmony.dll and add it to your server in the RustDedicated_Data\Managed\ folder. Should be no reason that you delete it from your server since it works with oxide, and a lot of devs can use it to optimize plugins and access parts of the library that oxide hasn't added hooks to/made public.
  20. No it's not possible at the moment
  21. I can't answer that as I don't use/have never used XPerience. SkillTree unsubs from hooks that aren't necessary at the time (ie a player hasnt unlocked a skill that would require SkillTree to monitor mounting a vehicle etc, so we don't watch the hook). That being said, There are over 100 unique skills and loads of xp methods so it's a heavy plugin. It's the kind of plugin you would base your server around.
  22. Try it with a steam ID instead of name.
  23. imthenewguy

    Cooking

    It won't reward the player unless the grown entity is ripe. So it needs to be fully formed in order to obtain ingredients. Same with the yield benefit.
2m

Downloads

Total number of downloads.

9.6k

Customers

Total customers served.

139.2k

Files Sold

Total number of files sold.

2.9m

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.