Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. Code:
    20:42 [Info] Unloaded plugin Kits v3.2.9 by Reneb
    20:42 [Info] Loaded plugin Kits v3.2.9 by Reneb
    20:42 [Error] Failed to call hook 'cmdChatKit' on plugin 'Kits v3.2.9' (KeyNotFoundException: The given key was not present in the dictionary.)
      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 (Oxide.Core.Plugins.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 hook, System.Object[] args) [0x00000] in <filename unknown>:0
    
    Not resolve the problem when i will create a new kit with /kit add xxxx

    Edit : All is working fine if i make kit from .json directly
     
    Last edited by a moderator: Apr 22, 2018
  2. upload all json files to here
     
  3. Note I Added the folder name in front of the file to indicate which file it is
     

    Attached Files:

  4. Two things in your config you must remove the samples
    "kit1",
    "kit2",
    and you cant have a space in the kit name in config file or data file
    "vip starter"
     
  5. Noted, thank you I will make the changes and report back after I was able to test it
     
  6. first unload plugin then delete kits_data.json file then upload the two files in zip folder to the correct folders then reload plugin
     

    Attached Files:

  7. Guys, in the videos the Author presses something to bring up a window of all the items available to put in the kits. What button did he press? I can't seem to find any items to populate the kits with!
     
  8. See this post and you type /kit in chat
     
  9. Hello there, Im using a spawn kit for vip members, Ive hide it from the /kit menu
    Now the problem is they can collect as many as they want with /kit kitname
    How can they spawn with it unlimited times but not being it to be able to claim it with /kit kitname?
     
  10. If you want to limit the amount of times they can "Collect it"

    use the "max" permission

    So edit the kit and use

    /Kit max 2

    they will only be able to "collect" it 2 times

    You can change the amount as you need

    The Kit menu ( The GUI) was put in to make it easier to see what kit are available, Hiding it from the GUI
    does not mean it is inaccessable
     
  11. So i cant disable spawn kit from manually spawning by command that sucks
     
  12. /kit authlevel 2 => this will set the kit only manually redeemable for admins

    Sounds like this might be what youre looking for?
     
  13. No, Its a vip spawn kit, If they respawn they spawn it. Ive hidden it from the gui aswell. But the command still works, /kit vip And they can get as many as they want I want the command gone. While the spawn kit stays ^^
     
  14. third files is the config file
     

    Attached Files:

  15. first unload plugin then delete kits_data.json file then upload the two files in zip folder to the correct folders then reload plugin.
    You had a lot of things wrong/messed up
     

    Attached Files:

  16. If youve hidden it you could just rename the kit to something only you would know? :)
     
  17. the custom autokits are not working for me, i pretty sure that i setted all correct but it still not working. does anyone kan help me out?
     
  18. Click me
    fully read the part you need
     
  19. i can't get this working i did everything like in the description but i recive error in the console everytime