Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. Tell me how to add shortcuts to the GUI of the whale in the picture, when I prescribe /kit description "description" hide false cooldown 100 items I don't have enough space for the links to the picture image "link" when I try to install the link, it is placed half-what to do?
     
  2. Axy

    Axy

    I'm using Player Rankings for Rust | Oxide plugin for ranking my players.

    I'm looking for a way to display (and enable) certain kits for players with a certain rank only. Is this possible?
    [DOUBLEPOST=1453229856,1453213014][/DOUBLEPOST]Also, I've failed to understand how the permission structure and system works in kits plugin.

    Any help is appreciated.
     
  3. You can make custom kits for custom groups If the player ranking plugin is using a different group for each rank then yes it can be done
     
  4. Im not sure if this has been answered yet as there are 100 pages, I am just wondering how to get a vip kit to work, I try authlevels but only 0 works and anything above only works for admins or mods, how can I get one for my vips? I have set up better chat and it says vips auth level is 2 but it isnt working when I do /authlevel 2. Im kind of confused - can anyone elp?
     
  5. [Oxide] 10:57 PM [Info] Unloaded plugin Kits v3.1.3 by Reneb
    [Oxide] 10:57 PM [Info] Loaded plugin Kits v3.1.3 by Reneb
    [Oxide] 10:57 PM [Warning] Missing plugin name prefix 'kits.' for permission '2' (by plugin 'Kits')
    [Oxide] 10:57 PM [Warning] Missing plugin name prefix 'kits.' for permission 'vip' (by plugin 'Kits')


    Iam trying to make new custom VIP groups, for our diffrent VIP package solutions, how do i do this properly, seems iam doing something wrong ?


    iam implementing this code
    Code:
    {
      "Messages: cantUseKit": "You are not allowed to use this kit",
      "Messages: itemNotFound": "Item not found: ",
      "Messages: kitredeemed": "You've redeemed a kit",
      "Messages: kitsreset": "All kits data from players were deleted",
      "Messages: maxKitReached": "You've used all your tokens for this kit",
      "Messages: noAccess": "You are not allowed to use this command",
      "Messages: unknownKit": "This kit doesn't exist",
      "Settings: authLevel": 1,
      "Settings: Permissions List": [
        "vip",
        "donator",
        "sexybeast1"
      ]
    }
    but it keeps resetting the config file, back to standard/default. ive seen this issue at page 37, but i dont see that its the same issue ?

    hope u can give me a hand here

    /best regards Martin :)
     
  6. The kits file in your data folder you need to edit it if you dont know how upload it and I will do it for you
     
  7. How would i set certain kits to certain Steam id's for people who donate?? right now i have them all set to authlevel 2 so nobody can see them until they're fixed.
     
  8. Woaw, amazaed by your hospitality :) id love if you would fix my data file, Thx :)
     

    Attached Files:

  9. To fix that I would need to vip kit added to it you can use mine if you want its already fixed
     

    Attached Files:

  10. So how can i get a kit that only vips can redeem, it seems like 0 is anyone, 1 is mod and 2 is admin, how can I get vip only?
     
  11. If somebody can fix my kits so i can set certain ones for donations, here is my kits file and i'd like to keep the starterkit and the medic kit free.
     

    Attached Files:

  12. iam apreciating your help Resistance, here is my new kit file. We got 3 package solutions so far, Power, Empower, Overpower. theese three kits will be given to 3 diffrent permission :)

    Regard's Martin.


    Might i also ask, what is it that your changing in the data file, that will make me able to change permission in config file ? :)
     

    Attached Files:

    Last edited by a moderator: Jan 20, 2016
  13. Need to know the permissions it would of been better if you added that before uploading them. If you have skype pm me your skype info will be easier to work with you
    [DOUBLEPOST=1453251874][/DOUBLEPOST]
    You need to add the donator group to each one and each group needs to have a different name for it to work
     
  14. no cause i'd have to redo all of the kits over again
     
  15. No you don't, you can easily edit the kits file from the data folder with notepad++
     
  16. I just cant get what I did wrong =D , I managed to create 3 kits, at first try they worked well, I restarted server and game, now when I type those kits I get message "Kit redeemed" but nothing appears inside my inventory?
     
  17. In answer to above you need to add the kit then do /kit items to copy the items.
    Im still confused on how I can get a vip only kit. It seems I can only make one for everyone, mods, or owners
     
  18. Kits | Page 100 | Oxide
    put this in your data folder
     
  19. Cool so I used your Kits file and replaced mine in the data folder, once I do this how can I make vip kits? I feel like a simpleton! Thanks for the help so far though!
    [DOUBLEPOST=1453312058][/DOUBLEPOST]do i simply make the kit and just use the custom permission kits.vip? and assign that permission to any vips i have?
     
  20. The vip kit is already made in that file i posted and yes give the players permission Kits.vip and add them to the vip group this will allow them to get the vip kit. If you want to make your own kits do this
    Just add the items to your char in the place where you want them then copy and paste the first 3 lines below will make the first kit when you go to make the next kit remove all items and add the new items to your char and do the next 3 lines repeat until all done. You dont have to do them all or use the same names I use but do leave vip as it is. For the donator and vip kits you will need donator and vip group made and the correct permissions added to them groups
    Code:
    /kit add "autokit"
    /kit items description "This is the autokit" authlevel 2
    /kit hide true/kit add "daily"
    /kit items description "Daily resources for being so devoted" cooldown 86400/kit add "starter"
    /kit items description "Help to get started, usable twice at 1hour interval" cooldown 3600/kit add "sniper"
    /kit items description "Help for them raids, usable twice at 1hour interval" cooldown 3600/kit add "hunter"
    /kit items description "Help to hunt them beasts, usable twice at 1hour interval" cooldown 3600/kit add "blueprints"
    /kit items description "Couple blueprints to help you start"/kit add "donatorreward"
    /kit items description "Donator reward" permission Kits.donator/kit add "vip"
    /kit items description "VIP reward" permission Kits.vip/kit add "moderator"
    /kit items description "Moderator Kit" authlevel 1/kit add "admin"
    /kit items description "Admin Kit" authlevel 2
    
     
    Last edited by a moderator: Feb 7, 2016