Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. Attached Files:

  2. This message appears on the console
    Code:
    [Oxide] 15:55 [Error] Failed to call hook 'cmdChatKit' on plugin 'Kits v3.1.11' (KeyNotFoundException: The given key was not present in the dictionary.)
    [Oxide] 15:55 [Debug] at System.Collections.Generic.Dictionary`2[System.UInt64,System.String].get_Item (UInt64 key) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Kits.cmdChatKit (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Kits.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
     
  3. in your config make sure you set it to 0 not chat or anything else
    Code:
    {
      "NPC - GUI Kits": {
        "0": {
     
  4. question, so i deleted the kits_data file to try and reset the kits but i guess its being backed up cuz when i reload the plugin it restores the data. Is there a way to reset the kit cooldowns/uses or do i just need to find backup files to delete also?
     
  5. check the overview for the commands
     
  6. It keeps the data in memory to be fast with out writeaccess. When its bwing unloaded, it will write back the data to file.

    You need first to 'unload Kits', and then delete the data.
     
  7. sweeeet thanks alot Fuji, you da man!
     
  8. how do i make vip kits visable to vip players
    cause if i do hide true
    so vip cant see their granted kits.
     
  9. dont use hide for such cases, use permissions
     
  10. If you would like to pm me your Skype info I can help you with setting up the kit and the permissions for each kit I can also go over all groups and group permissions with you once I help you will fully understand and you will be able to make more kits yourself in the future without my help.
     
  11. i already made resistence i made hero group i made vip group i made donator group with the permission kits.donator kits.hero kits.vip.
    dont worry...
    [DOUBLEPOST=1469207285][/DOUBLEPOST]@fujj thx..
     
  12. Ok so you all ok now do you need any help or any questions answered as I am going to bed soon don't like to leave someone stuck
     
  13. I keep on getting this error with Kits,

    [Oxide] 10:30 [Info] Loaded plugin Kits v3.1.11 by Reneb
    [Oxide] 10:30 [Error] Failed to initialize plugin 'Kits v3.1.11' (JsonSerializationException: Unexpected end when deserializing object. Path '['NPC - GUI Kits']', line 18, position 2.)
    [Oxide] 10:30 [Debug] at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ThrowUnexpectedEndException (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, System.Object currentObject, System.String message) [0x00000] in <filename unknown>:0
    [Oxide] 10:30 [Info] Unloaded plugin Kits v3.1.11 by Reneb
    [Oxide] 10:30 [Info] No previous version to rollback plugin: Kits


    This is straight after downloading the current update
     
    Last edited by a moderator: Jul 23, 2016
  14. You have messed up your config
     
  15. I didn't mess it up that is directly after downloading it that is the error I get.
    [DOUBLEPOST=1469282759][/DOUBLEPOST]The Config doesn't even have Line 18 for the download for kits

    {
    "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"
    ]
    }
    }
     
  16. thats not the default config make sure you have the latest script then delete the config and reload the plugin
     
  17. I'm still getting the error, I'm done with kits til another update comes out.

    {
    "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"
    ]
    }
    }
     
  18. You do not have the latest kit plugin also upload your kits.json file from the data folder so it can be checked
     

    Attached Files:

  19. I keep on asking my server provider to upload kits and its getting annoying that they pull it from this page and its always messed up. I will send them the files you just replied with but if it doesn't work I will just remove kits from the server.