Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. As I can create a KIT only if have permission can see it in the list or something similar?

    Thanks in advance.
     
  2. Hi all. i'm trying to set up chat GUI, and after reloading get this error:
    Code:
    [Oxide] 22:32 [Error] Failed to initialize plugin 'Kits v3.1.7' (FormatException: Input string was not in the correct format)
    [Oxide] 22:32 [Debug] at System.UInt64.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00000] in <filename unknown>:0 at System.UInt64.Parse (System.String s, IFormatProvider provider) [0x00000] in <filename unknown>:0 at System.Convert.ToUInt64 (System.String value, IFormatProvider provider) [0x00000] in <filename unknown>:0 at System.String.System.IConvertible.ToUInt64 (IFormatProvider provider) [0x00000] in <filename unknown>:0 at System.Convert.ToType (System.Object value, System.Type conversionType, IFormatProvider provider, Boolean try_target_to_type) [0x00000] in <filename unknown>:0 at System.Convert.ChangeType (System.Object value, System.Type conversionType, IFormatProvider provider) [0x00000] in <filename unknown>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType (Newtonsoft.Json.JsonReader reader, System.Object value, System.Globalization.CultureInfo culture, Newtonsoft.Json.Serialization.JsonContract contract, System.Type targetType) [0x00000] in <filename unknown>:0
    my Kits.json is:
    Code:
    {
      "NPC - GUI Kits": {
        "chat": {
          "description": "<color=green>Chat Kits</color>",
          "kits": [
            "starter",
            "home",
        "medical"
          ]
        }
      }
    }
     
  3. Change chat to 0
     
  4. how to edit kits data? i wanna change max limit of my players after 30 times use, but when i change 30 to 0 and reload kit plugin nothing changed to max limit, plz help
     
  5. check overview for commands or leave max to 0 so there is no max but you need to check overview for correct command if you dont want any limit
     
  6. i want max limit but i want to change it after they reach the max limit, exp : the vip can use 30 times of kit when he want to renew the kit i wanna renew it to 0 and they can use it again but when i edit kit,json in data and reload the plugin the numbers doesnt changed.
     
  7. Once they reach the max that's it unless you run the command that is on the overview
     
  8. which command?may i ask for link? i wanna reset specific player data not all players data
     
  9. overview link is at the top of the page and you can only reset all not just one player
     
  10. As I can create a KIT only if have permission can see it in the list or something similar?

    Thanks in advance.
     
  11. Kits | Page 130 | Oxide
     
  12. i have set up the /kit permission for kit.member and when i do oxide.grant group member kit.member it wont take it
     
  13. normal members dont have any permissions
    Here you go just copy and paste each one.
    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
    Normal member kits don't have any permission only special group have the permission and the permission is whatever the kit name would be but it can be anything you want.

    /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
     
  14. Im sorry ignore this idk how to delete the comment
    [DOUBLEPOST=1459402065][/DOUBLEPOST]
    So how does kit VIP work, how is it set so that only people you grant it can use it??
     
  15. Well you add the Kits.vip permission to the VIP group then when you want someone to be a VIP you add them to the VIP group and you add the Kits.vip permission also to the user this will allow them to see the VIP kit and use it. If you need to ask any question I am happy to answer and show you over Skype if you need this one to one help pm me your Skype info
     
  16. Problem: The server began to fall , after unloading the plugin everything is normal , a problem in the log
    still found in whales such a thing

    [SERVER v1.0.20] Started as service

    [SERVER v1.0.20] Running as service

    [SERVER v1.0.20] Got Message: Ready

    [SERVER v1.0.20] Got Message: Compile

    [SERVER v1.0.20] Console: Kits.cs(61,14): warning CS0114: `Oxide.Plugins.Kits.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword

    C:\servers\Rust-Experimental1890\Oxide.Core.dll (Location of the symbol related to previous warning)
     
  17. I'm sorry if this has been requested multiple times. Ignore my comment if you simply can't do it.
    Is it possible to make the excessive items from a kit when inventory full to pop out of inventory?
     
  18. How do I check all the permissions that i've created
     
  19. I know im asking alot but i just need a premade kits from a server or something that works. ty
     
  20. Put this into your data folder
     

    Attached Files: