Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. How do I go about doing an auto kit upon a person joining the server? One where they don't request but rather it's given right away with no entries made other than joining the server. And could I make so they couldn't log in and out and get the kit continually? Time window along with set max amount?

    If so what would the line of code I need to edit to accommodate this?

    Max Claim: 4 - Time Between AutoKits 3hrs - Executed on joining the server no requiring entry to be made
     
  2. can someone help me please i have like 1 kit example kit: donate
    options max 4x

    what i wanna make is that if you become VIP1 you can only spawn 1x of the 4x of this kit and if your VIP 2 2x of the 4x and so up
    i also wanna know how i can make these kits hide from regular players but become visable when the play becomes a VIP or a high vip rank
    and i would like to know how i can make the Donor kit color green.

    can someone please help me.
     
  3. Help me please! I enabled menu of kits on my server, but there is no kits in it (I have many kits on my server, but it isn't
    displayeds in the menu). Thanks for reply.
     
  4. kits dont redem items...
     
  5. Hi all... please.. problem.. any idea ?

    Code:
    [09/23/2016 13:54:46] [Oxide] 13:54 [Error] Failed to initialize plugin 'Kits v3.1.11' (NullReferenceException: Object reference not set to an instance of an object)
     
  6. pr
    maybe outdated or a error in the script i always recommend getting errors do these steps.
    Unload all plugins
    try reload plugins with error first
    Download always updated file
     
  7. Code:
     [Debug]   at Oxide.Plugins.Kits.Init () [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.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0
     
  8. hi, but what is permissions for admins to use commands to create any kits ? there is nothing about that on first page or I'm blind ?
     
  9. hello I am trying to make a battlefield server but having problems on how to add specific spawn items. So when players die they get same items.
     
  10. /kit add "name"

    it is also on the first page explained how it works
    [DOUBLEPOST=1474656609][/DOUBLEPOST]
    can u tell me what u trying to run in the server then i can take a look maybe at it for u it does look like there is something outdated

    Please message me private and send methe following files
    oxide/plugins/kits.cs
    oxide/config/kits.json
    oxide/data/kits.json
    oxide/data/kits_Data.json
     
    Last edited by a moderator: Sep 23, 2016
  11. I didnt even put the permission. As soon as I installed the Kits plugin, all I had to do is make the kits and I have no problem doing that.
     
  12. yes but you wanna have them automaticly spawn when a player is gonna respawn the plugin you refers to is now a paid plugin devolpers can make it but they will mostly charge you for it i sended u the private message what plugins casn resable what u asked as for the post it was replyed towards @HaX_Davred
     
  13. sorry my bad. my reply was also for HaX hehe. Just explaining the kits :)
     
  14. Heey everyone i need some help this is my permision build
    Perm. VIP1
    i want Kit VIP Permision to use VIP kit but here comes the clue only 1x
    Perm. VIP2
    i want Kit VIP Permision to use VIP kit but here comes the clue only 2x
    Perm. VIP3
    i want Kit VIP Permision to use VIP kit but here comes the clue only 3x
    the other issue is if i make multi vip kits i not want just 1 same kit but the ussage different per vip level
     
  15. an
    1) Empty your inventory
    2) Add in your inventory the VIPkit items that you want players to have
    3) use /kit add "VIP1"

    then use (1) as max and then figure out the amounth of seconds that they can use it again for the cooldown.

    Here is what i did with mine. I allow people to use the kit only once a month because my server only wipe once a month.

    /kit items max 1 cooldown 2592000 description "Monthly kit only"
     
  16. yes i know how that works but thats not what i want Only 1 Kit and true permision people will be able to get more or less of that kit
     
  17. Foll
    Follow the video in the kit plugin. he is doing the autokit. Its actaually pretty easy :)
     
  18. [09/25/2016 01:41:17] GUIDToPath: guid is empty
    [09/25/2016 19:30:05] [Oxide] 19:30 [Error] Failed to call hook 'cmdChatKit' on plugin 'Kits v3.1.11' (IndexOutOfRangeException: Array index is out of range.)
    [09/25/2016 19:38:03] [Oxide] 19:38 [Error] Failed to call hook 'cmdChatKit' on plugin 'Kits v3.1.11' (KeyNotFoundException: The given key was not present in the dictionary.)
    [09/25/2016 19:39:12] [Oxide] 19:39 [Error] Failed to call hook 'cmdChatKit' on plugin 'Kits v3.1.11' (IndexOutOfRangeException: Array index is out of range.)
     
  19. The "/kit authlevel 2 hide true items" will give the kit automatically when they spawn in your server but it will also give them automatically if they dies.