Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. I've been using what Resistance showed me a few pages back and I'm kind of stuck.

    I'm trying to create some donor kits, I want it so they can be redeemed once a week and restricted only to the oxide group I created for them.

    I tried different things but it just seems like I can't get it working. Could someone be kind enough to show what commands you type out?

    I know how to do the cooldown thing, but when I set it to 10080 minutes which is 1 week, it only counts up to 02:48:00.



    Thanks in advance.
     
  2. If you have it already made upload the file so I can look at it
     
  3. What file do I need to upload?
     
  4. kits.json from data folder
     
  5. Use the forum upload option next time.

    You need to add the permission Kits.insurgentkit to the group you have for the kit then add the players who you want to that group then add the same permission to the player this is why it will not be working for you if you did not do these steps
     

    Attached Files:

    Last edited by a moderator: Jun 25, 2017
  6. Wait so if I add the permission to the group, then add the players to the group, why would I need to add the same permission to the player again?
     
  7. Its the way the plugin was made
     
  8. Had a friend come on, granted him the group insurgent which has the permission and he was able to use the kit. So I guess you don't actually have to add the same permission to the user again.
     
  9. Things change I have not played the game in some months so if you got it working good
     
    Last edited by a moderator: Jun 25, 2017
  10. Code:
      "Custom AutoKits": {
        "0": "lackspawn",
        "1": "donatorreward",
        "2": "autobasic"
    Code:
        "lackspawn": {
          "name": "lackspawn",
          "description": null,
          "max": 0,
          "cooldown": 0.0,
          "authlevel": 2,
          "hide": true,
          "npconly": false,
          "permission": "kits.lack",
          "image": null,
          "building": null,
    my auto spawn isn't working please help me!
     
  11. Make the permission Kits.lackspawn and add that permission to the group you want
    See this post for more help Kits | Page 254 | Oxide
     
  12. Can you please tell me how I can add custom permissions? There is no json file for permissions anymore...
     
  13. doesnt work
    [DOUBLEPOST=1498452060][/DOUBLEPOST]here are my configs the Vip++spawn is the one is not working... its located 2nd from the bottom...
     

    Attached Files:

  14. I changed a few things in both files this is now your permission for your auto donator kit kits.donatorreward so add this to the write group I also removed some things in the config that you forgot about or did not know you needed to remove so upload these two files then delete the kits_data.json from your data folder then reload the plugin
     

    Attached Files:

  15. i wasnt wanting the donator reward changed i wanted the Vip++spawn changed...
    thank you though!
     
  16. I see nothing wrong with it as you have it set as an autokit
    I do see a lot of your kits with auth level 2 so not sure if they are for admins only
    "authlevel": 2,
    if not then use notepad++ and change it to
    "authlevel": 0,
    but not for the autokits they need the auth 2
     
    Last edited by a moderator: Jun 26, 2017
  17. no one spawns with it when they have the permission
     
  18. Are they in the group that has Kits.vip++spawn permission and you have given the user the same permission as well
     
  19. yes
    i dont really know what is going on