Rust-Kits

Moved

Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018

4.96216/5, 185 likes
  1. /kit add "starter"
    /kit items description "Help to get started"

    or if you want a cooldown

    /kit add "starter"
    /kit items description "Help to get started, usable twice at 1hour interval" cooldown 3600
     
  2. Hello, When I use the GUI to redeem kits, it doesn't give me any items, It doesn't do anything. IS the reddeem button in the GUI broken? How to fix it?
     
    Last edited by a moderator: Mar 4, 2017
  3. Have you set them up in your config
     
  4. He has it as an argument, there's nothing wrong with that.
    /kit items max 10 cooldown 3600 description "Every hour kit, max usage: 10"
     
  5. Yeah.I somehow messed up there; the original poster missed that line and that being the reason he was not able to create his kit.I somehow did not spot the other guy having it.My bad.
     
  6. Failed to call hook 'cmdUI_ToggleKitMenu' on plugin 'Kits v3.2.3' (KeyNotFoundException: The given key was not present in the dictionary.)

    Get this in console when pressing f6 to open kits menu. (The menu opens but its blank.)

    I've used JSON Formatter & Validator to validate both data files (both are valid)

    (only happens when ShowAllKits set to true)

    (EDIT) Fixed this by remove "kit1" and "kit3" from config file. (In my case)

    Code:
    {
      "NPC - GUI Kits": {
        "0": {
          "description": "<color=red>These are the kits available to you</color>",
          "kits": [
            "kit1",     //removed
            "kit3",     //removed
            "build",
            "raid",
            "weapons",
            "mods",
            "food",
            "vip",
            "vipbuild",
            "vipraid"
          ]
     
    Last edited by a moderator: Mar 4, 2017
  7. Is there a way to resetdata from only 1 player? Ex: /kit resetdata NAME ???
     
  8. i seem to have a problem when i make my kits i have put the auth level at 0 and still regular players that joint my server still cant see the kits when they type /kit in the chat and the window pops up they dont see the kits i have made but i can please help.
     
  9. upload kits.json from your data folder and kits.json from your config folder
     
  10. Anyway to not do the GUI kits version and stay with the old one?
     
  11. I have my VIP kits and players can't see them. How can i set it to show this kits to players?? PLS help me
     
  12. When i create a kit, am i also creating a permission for that kit? and how do i do that. also am i able to assign these kits per user and not per group? so instead of creating groups and having to add tons of permissions, i can simple grant a specific person by there steam id to use this kit by a single permission. i know its not always ideal to do it this way but it saves me alot of time creating groups and such. permissions have always been an issue for me even when i ran a minecraft server acouple years ago. i appreciate any help
     
  13. upload kits.json from data folder
     
  14. My file :)
     

    Attached Files:

  15. The first kit is that for an admin I fixed a few of your kit permissions and settings now what you need to do is add these permissions to whatever group is for your vips then add the players to that group and also add the same permission to the users as well
    if the group is not called vip then change it below
    oxide.grant group vip Kits.vip
    oxide.grant group vip Kits.vip+

    and to give the player the permission

    grant user username Kits.vip
    grant user username Kits.vip+
     

    Attached Files:

    Last edited by a moderator: Mar 5, 2017
  16. I did it but people can't see this kits :/
     
  17. post everything you done step by step
     
  18. I took the items and then I typed /kit add VIP, enter, /kit items authlevel 0 cooldown 86400 description "example" permission vip image "url", then the same with vip+. The Last step I did was oxide.group add vip,
    oxide group add vip+
    oxide.grant group vip Kits.vip
    oxide.grant group vip+ Kits.vip+
    oxide.usergroup add username vip or
    oxide.usergroup add username vip+
    And finally I granted permission Kits.vip to the player too
     
  19. here are my files..
     

    Attached Files:

  20. I fixed this file for you but need to see the one from your data folder as well f6 when in game will bring up the panel
    [DOUBLEPOST=1488799296][/DOUBLEPOST]
    Delete your vip kit and redo it using this below
    /kit add "vip"
    /kit items description "VIP reward" permission vip

    and I hope you replaced username with the player name?
    oxide.usergroup add username vip
    The file below is for the other guy so dont use it
     

    Attached Files: