Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. you can't edit manually the kits, you must create and edit them from ingame, and not the datafile.
     
  2. for kits ? or AuthLevel ?
     
  3. The permission is vip not set2 where are you getting this set2 from or why you think set2 is a permission
     
  4. Impossible... i create group on server console "oxide.group add vip"

    I create kit pvp in game
    "/kit add pvp"
    "/kit edit pvp"
    "/kit permission vip"

    I add player on group via console server "oxide.usergroup add SrK vip" (SrK is a player)

    and he have not permission to use this kit... please help me :/ 2 days for config a server, and i can't :(
     
  5. Do i have to edit in TimeExecute the command /kit resetdata ? I want to let the kit every day avilable for all Players. please help
     
  6. You just dont add the user to the group you also need to add the permission to the user as well
    oxide.grant user SrK vip
     
  7. Ty ! :D and how remove this permission ?

    just "oxide.usergroup add SrK vip" ?
     
  8. You need to add them to the group as well giving them the user permission
    To remove each permission
    oxide.revoke user SrK vip
    oxide.usergroup remove SrK vip
     
  9. how to create every day automaticly the same kit?
     
  10. This has already been answered many many many times look over other pages or check overview
     
  11. I have a quick question. Say that I am wiping my server, and want my ONCE per wipe kit to reset so all players rejoining after the wipe can redeem it. Do I have to erase a data file or change anything in the config file for this to work? Any help is greatly appreciated.
     
  12. /kit resetdata
     
  13. Okay so i just type that after a wipe and i'm good to go? Also, I know I said one question, but this is my first time using this mod. How can I edit a kit that i've previously finished modifying? Last question, I promise :p
    [DOUBLEPOST=1451368993][/DOUBLEPOST]Scratch that second question, I found it with /kit help. I should actually do a bit more work before asking for help lol
     
  14. No problem check the overview for each plugin it should answer most questions you have
     
  15. You may want to adjust soon the permission and info
    Oxide Core v2.0.1684

    Code:
    [12/28/2015 7:09:54 PM] [Oxide] 7:09 PM [Warning] Permission 'vip' (by plugin Kits) is not prefixed with plugin name, should be 'kits.vip'
    Note : my fingers start to hurt lol
     
  16. I love this plugin. Never had a single issue with it!

    One question though. how would I get it to print into /help? I've seen others with something like it, but no clue how to do it myself as of yet.

    Cheers!
     
  17. With the HelpText plugin you can also add custom helptext
     
  18. help pls.
    oxide.group add vip
    oxide.usergroup add NickName vip
    /kit add vip
    /kit edit vip
    /kit permission vip
    oxide.grant group vip vip

    But anyone can get this kit vip why??

    cfg file

    Code:
      "vip": {
          "name": "vip",
          "description": null,
          "max": 0,
          "cooldown": 85000.0,
          "authlevel": 0,
          "hide": false,
          "npconly": false,
          "permission": "vip",
          "image": null,
          "items": [
            {
              "itemid": 3655341,
              "bp": false,
              "skinid": 0,
              "container": "main",
              "amount": 1
            }
          ]
     
  19. Hi, how can I reset time (cooldown) for specific player and specific kit? Or just reset time for specific player on all kits?
     
  20. Your tutorial vid is amazing! Thank you!!! Made my life so much easier setting this up. Trying to get kits made so i can pair it with your NPC mod. Once I get it working lol