Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. Admin Spawn for Rust | Oxide
    and add the permission to your admin group
    adminspawn.all
     
  2. anyone know the step by step guide to getting npcs to actually equip kits :S im lost now i followed the steps on here but still nothing
     
  3. [Oxide] 11:22 [Error] Failed to call hook 'cmdChatKit' on plugin 'Kits v3.1.7' (KeyNotFoundException: The given key was not present in the dictionary.)
     
  4. U need to restart server for ownerid to work in the user.cfg chec if ur are in if not to write it ownerid steam id "name" "no reason" save and restsart server.
    [DOUBLEPOST=1460719616][/DOUBLEPOST]
    u need to create a kit then do npc_edit name next npc kit kit name
    [DOUBLEPOST=1460720170][/DOUBLEPOST]or full step is
    /kit add "KITNAME
    /kit permission authlevel2
    /kit hide true
    /kit items (that copy ur gear)
    next the npc if ulook at it only do
    /npc_edit
    /npc kit KITNAME
    /npc_end
    voila
    if not in face of npc do this
    /npc_list
    /npc_edit NPCID
    /npc kit KITNAME
    /npc_end
     
  5. A server restart is not needed
    After putting in ownerid info then server.writecfg the person only needs to relog a server restart is not needed
     
  6. I want that my vip vip+ and my vip++ can redeem special kits. Iy all word since i had yo reinstall my server due an issue
    Now if i try to add an permission to an ki its says the permission doesnt exist? Someone knows a solution?
     
  7. All permissions need to start with Kits the K is capped so for vip its Kits.vip you can make the other permissions like this Kits.vip+ Kits.vip++ and make groups does not matter the group names then add the permissions to each group when making someone a vip add then to what group you want then add the same permission from that group to the user
     
  8. I have this:

    },
    "vip": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "Permission": "vip",
    "Rank": 2,
    "TextColor": "white",
    "Title": "[Vip]",
    "TitleColor": "orange"
    },
    "vip+": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "Permission": "vip+",
    "Rank": 2,
    "TextColor": "white",
    "Title": "[Vip+]",
    "TitleColor": "orange"
    },
    "vip++": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "Permission": "vip++",
    "Rank": 2,
    "TextColor": "white",
    "Title": "[Vip++]",
    "TitleColor": "orange"
    [DOUBLEPOST=1460749798][/DOUBLEPOST]But the permission should be Kits.vip?
     
  9. That is better chat you have there the permission needs changed in the kits. json file from the data folder for each VIP kit you need to update your better chat as well as that's the old one
     
    Last edited by a moderator: Apr 15, 2016
  10. i'm calling the following commands from chat:

    /kit add "autokit"
    /kit items
    /kit description "This is the Starter Pack"
    /kit authlevel 2
    /kit hide true
    /kit max 1


    But the Max setting isn't taking affect. I want a one time only kit to be given to new spawns who have joined the server for the first time. once they die, i don't want them to get this kit again. Any help would be great please!
     
  11. autokit cant have any max
    /kit add "autokit"
    /kit items description "This is the autokit" authlevel 2
    /kit hide true
    And as it is hid players won't see any info on it, just get it when they enter server for the first time or die if you want a kit they get only once then delete the auto kit and make a kit called starter

    /kit add "starter"
    /kit items description "This is the Starter Pack" max 1

    it cant have a authlevel if you put it players will not be able to get it
     
    Last edited by a moderator: Apr 16, 2016
  12. OK, but that will just add a regular kit that they still need to manually claim? or does "starter" behave similar to "autokit"
     
  13. They will need to claim it the autokit is the only one they don't claimed
     
  14. that's a real shame. i can't imagine it would be too difficult to implement this welcome/starter kit idea. would be really nice to see
     
  15. I have in the kits.json file this:
    {
    "NPC - GUI Kits": {
    "1235439": {
    "description": "Welcome on this server, Here is a list of free kits that you can get <color=red>only once each</color>\n\n <color=green>Enjoy your stay</color>",
    "kits": [
    "kit1",
    "kit2"
    ]
    },
    "8753201223": {
    "description": "<color=red>VIPs Kits</color>",
    "kits": [
    "kit1",
    "kit3"
    ]
    }
    }
    }
    [DOUBLEPOST=1460785339][/DOUBLEPOST]But i have 2 vip 2vip+ 2 vip++ and 3 kits for a high donater, so where do i have to put in all the permissions?
     
  16. permissions dont go in there upload your kits.json file from the data folder
    [DOUBLEPOST=1460788344][/DOUBLEPOST]
    It already is just make the kit then players will be able to get it
     
  17. it's not.
    i was looking for a max value for the autokit - the starter kit people have to manually request is pointless because alot of people on my server are new to the game and to the kits mod, by the time they work out how to claim the kit they have already spent a week in the game which defeats the object of the kit.
    i wanted an automatic autokit to be given to fresh spawns who have not been on the server before. and i'm sure it would be quite easy to implement this into the code
     
  18. How do i make a vip kit? also how do i make a vip group?
     
  19. As I said you cant put max on the autokit it does not work on the autokit and it would be up to the coder to add that option and I dont see it being done after all its called an autokit for a reason
     
  20. Guys i need help when i type something about /kit in the chat it doesn't say anything even unknown command. Here is my cmd

    [Oxide] 14:40 [Info] Loaded plugin Kits v3.1.7 by Reneb
    [Oxide] 14:40 [Info] Loaded plugin Notifier v3.0.8 by SkinN
    [Oxide] 14:40 [Info] [Notifier] Started Advert Messages timer, set to 12 minute/s