Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. If you mean thats either your oxide.groups.data or kits.json from your data folder then its wrong and I would delete it if it is either and start again then follow my post on page 229
     
  2. Resistance, I've tried to delete those files and reinstall them, its the same.
    I also tried your post before you told me to, still the same. My players don't have permission, so it seems I have to give each player the permissions.

    Im out of options, thats why Im here. And if its stupid to ask questions - don't answer them. Simple as that.
     
  3. whats the problem?
     
  4. I need you to upload the kits.json from your data folder and dont paste it upload it if you want to do this over a pm then just ask
     
    Last edited by a moderator: Feb 21, 2017
  5. Cant seem to make a kit with only airdrop signals any idea?
     
  6. Hello! Please make this plugin check for the number of slots available. So when you type /kit hunter did the check for free slots in the inventory.
     
  7. Do i just add this to the oxide kits config or?
     
  8. Not the config folder DATA folder if you upload the kits.json from your data folder so it can be check if you want to upload the kits.json from your config as well then I can check to make sure its default
     
  9. Hello, I struggle with the VIP kit for 2 days now tryed all the things on here, it worked before but 3 days ago when I try to add a VIP trough BetterChat it told me "group VIP don`t excist" I managed that to get working again but now the VIP`s can`t redeem the /kit vip anymore it says they dont have the level to redeem this kit?

    Thanks in advance. forum perm problem.jpg
     
  10. in your kits.json file from your data folder you have not set the permission should be
    "permission": "Kits.vip",
    and
    "hide": false,
    and
    "authlevel": 0,
     
  11. Ohw sorry that should be that values, but I forgot to change it back after try to get it working I did it again and add the permission trough rusty to group vip and also grant a user seperatly but still the VIP`s get the message "You don't have the level to redeem this kit"?
     
  12. you need to add the permission kits.vip to the vip group and the user as well as adding them to the vip group
     
  13. Awesome dude! You are my hero! Thanks a lott man!
     
  14. I have added an auto kit and tried to set the max amount to 1 and cooldown to 999999 in hopes that it would be a one time starter kit although you receive it EVERYTIME you respawn. Anyway to change that to first time joining server?
     
  15. Nope you cant its set it the script that way
     
  16. Drat. Alright thanks
     
  17. No problem
     
  18. Ok how do i let normal players redeem a kit? ...I can redeem them when im logged as admin but thats it....

    when i do the authlevel part do i do authlevel 0 so all players can use the kit? and yes resistance i have read your two posts about reading your two other older posts, but all 4 post don't really have the answer.

    i dont want vip kits or npc kits i just want anyone who joins to be able to redeem the kit
     
    Last edited by a moderator: Feb 26, 2017
  19. upload your kits.json from your data folder
     
  20. Code:
    {
      "Kits": {
      "starter": {
      "name": "starter",
      "description": "Starter pack, tools, bow, food, cloth - 6 hour cooldown",
      "max": 0,
      "cooldown": 0.0,
      "authlevel": 0,
      "hide": false,
      "npconly": false,
      "permission": "kits.0",
      "image": null,
      "building": null,
      "items": [
      {
      "itemid": 94756378,
      "container": "main",
      "amount": 20,
      "skinid": 0,
      "weapon": false,
      "mods": []
      },
      {
      "itemid": -2043730634,
      "container": "main",
      "amount": 3,
      "skinid": 0,
      "weapon": false,
      "mods": []
      },
      {
      "itemid": -420273765,
      "container": "main",
      "amount": 8,
      "skinid": 0,
      "weapon": false,
      "mods": []
      },
      {
      "itemid": -1289478934,
      "container": "belt",
      "amount": 1,
      "skinid": 0,
      "weapon": false,
      "mods": []
      },
      {
      "itemid": 789892804,
      "container": "belt",
      "amount": 1,
      "skinid": 0,
      "weapon": false,
      "mods": []
      },
      {
      "itemid": -853695669,
      "container": "belt",
      "amount": 1,
      "skinid": 0,
      "weapon": true,
      "mods": []
      }
      ]
      }
      }
    }
     

    Attached Files:

    Last edited by a moderator: Feb 26, 2017