Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. FTM

    FTM

    Anyone else get

    [Oxide] 9:59 AM [Warning] CallHook 'OnServerSave' on plugin 'Kits v3.1.3' took: 501ms
     
  2. Ok, I am feeling a bit stupid right now. I can not get the kit chat GUI to work. I have tried making the changes to the Kits.json file in /config that Reneb performed in his video. When I try to load after I have made the changes and unload Kits I get the following:

    (18:32:31) | [RCON][173.16.53.86:56118] load Kits
    (18:32:31) | [Oxide] 12:37 AM [Info] Loaded plugin Kits v3.1.3 by Reneb
    (18:32:31) | [Oxide] 12:37 AM [Debug] ExType: JsonSerializationException
    (18:32:31) | [Oxide] 12:37 AM [Error] Failed to initialize plugin 'Kits v3.1.3' (FormatException: Input string was not in the correct format)
    (18:32:31) | [Oxide] 12:37 AM [Info] Unloaded plugin Kits v3.1.3 by Reneb
    (18:32:31) | [Oxide] 12:37 AM [Info] Previous version of plugin failed to load: Kits


    I do NOT have NPCs on my server. Does this require another plug I might be missing to work?

    This is my json (also can I get rid of the lines for 1235439 as I do not have NPC's and ONLY want to see the GUI when /kit is typed in chat):
    {
    "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"
    ]
    },
    "chat": {
    "description": "<color=red>Available Kits</color>",
    "kits": [
    "wood"
    ]
    }
    }
    }
     
  3. WHAT IS THE PERMISSION I HAVE TO PUT AFTER OXIDE.GRANT USER (NAME) (PERMISSION?????)
    WAHT IS THE PERMISSION??? PLEASE TELL ME!!!!!
     
  4. Dont use caps
     
  5. will you please tell me what the permission is?
     
  6. The permission is the group name so if you have a vip group then the permission for this is vip do you understand you only need permisson set for vip and donator group
     
  7. Does anyone have a working copy of the Kits.json file that brings up the GUI when /kit is typed by a player that I could look at?
     
  8. So i want to make a kit called Tools bu when i do

    /kit add tools
    It all goes well but i want it to do it every 30 minutes so i do this

    /kit items max false cooldown 1800 description "Free tools"

    And i get this.


    There is no cooldown or description.
     
  9. You must have the items on your char before making each kit
    Remember the permissions the K is always capped so for vip it will be Kit.vip


    /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

    Use whatever ones you need change the kit names if you need to the autokit leave that as it is
     
    Last edited by a moderator: Apr 4, 2016
  10. Ohh ok thank you very much!
     
  11. Yesterday I created some kits and everything was fine. Today when I login it doesn't allow me to create/edit kits because it says I dont have access to the command. Any idea?
     
  12. Check if you are admin in users.cfg file in the cfg folder
     
  13. Code:
    ownerid STEAMID"mapl3"
    moderatorid STEAMID "mapl3"
    That's what is in that file.
     
  14. ownerid yoursteamid "Resistance" "Owner"
    You need to be owner only not both also you dont seem to have a space after your steamid and your name
     
  15. is it possible for make to make a group have unlimited redeems for a kit or do i have to create a kit for that group?
     
  16. Make a new group then make a kit and add the permission to that new kit the permission is the group name then add who you want to that group and add the permission to the user as well
     
  17. So i have added a vip group and i set a player vip i added a kit vi and set it to people that only have vip can access it but when they do /kit it does not show up for them!
     
  18. /kit permission vip
     
  19. Nvm i forgot to give the player permission.
     
  20. These warnings have happened since last weeks update, no ill effects have been caused due to them but I still figured I should report it, thanks for all of your hard work.