Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. Is it possible to set up auto kits for different classes, like say you'd want a Miner's kit, and when people choose it, it sets to that every time they die.
     
  2. How do I make the players use the kits?
     
  3. How do I create a new permission? when I type the name of the new permission I am getting the msg "permission PERMISSIONNAME doesn't exist"
     
  4. You need to make your own see my post on page 229
     
  5. /kit add starter
    i can see starter in kit list it is in data files too but i can't redeem it...
     
  6. Is it a way to set up or maybe any chance to add this feature in future: Do not give a kit if there is not enough place in the inventory and text the reason in chat. Thanks!
     
  7. I want to use the custom kits plug in but I can't figure out how to create new permissions. Can someone help me with that? I am confused about permissions/groups and in which consol should I type in.
     
  8. I have already ponited you to the right post about it if you dont want to look up to you
     
  9. I already looked at the page 229. oxide.grant NAME PERMISSION is not working. I know I am doing something totally wrong. I am totally new in moding stuff to be honest. I am kinda lost and trying to learn
     
  10. okay thank you for your reply mate i know now what's the problem i've to use /kit items to select items which copy my inventory
     
  11. Hey guys found a simple way to do what your are looking for. In my server i wanted to set up some kits to have some custom skins that i saw on the workshop ( Steam Workshop :: Lava Coated Metal Facemask ) this is one of the skins i would like to use so i made a kit and it gave me a line


    },
    "testlava": {
    "name": "TESTLAVA",
    "description": null,
    "max": 0,
    "cooldown": 0.0,
    "authlevel": 0,
    "hide": false,
    "npconly": false,
    "permission": null,
    "image": null,
    "building": null,
    "items": [
    {
    "itemid": -46848560,
    "container": "main",
    "amount": 1,
    "skinid": 816356897,
    "weapon": false,
    "mods": []


    you can see it said skin id (816356897) you can look in that link i posted and it will have this same number for the workshop id (id=816356897) this is an easy way to get your skins off of the work shop hope i helped :). Here are some pics to show how it works ( Imgur: The most awesome images on the Internet ) and the links for the 2 weapon skins i used ( Steam Workshop :: AK47 ANGEL ) and ( Steam Workshop :: Galactic Bolt )
     
    Last edited by a moderator: Jan 17, 2017
  12. @Mike Lawson
    Post a screenshot of it in /server rewards plugin if you have it installed and on you this way others will see it working and without any errors as its not been accepted yet
     
  13. I know this may not be place to post this or ask but does anyone have a nice kit cfg setup ?

    Also i had kits working before , now the kits just show in the list but it does not give it when requested.

    Just trying to use skins and such
     
    Last edited by a moderator: Jan 17, 2017
  14. How i can reset the VIP kit to X player?
     
  15. You cant reset a kit for one player see overview
     
  16. Ah, so i can only for all players?
     
  17. Only for all players
     
  18. Missing plugin name prefix 'kits.' for permission 'fp' (by plugin 'Kits') help please?
     
  19. upload the kits.json from your data folder will fix it
    If you would rather fix it yourself then edit the file with notepad++ and change the line to
    "permission": "Kits.fp",
    for the kit you you want it added to
     
    Last edited by a moderator: Jan 18, 2017
  20. okay i did
     

    Attached Files: