Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. There is none thats why you dont see it on the overview only way is delete the kits_data.json when server is offline
     
  2. Code:
      "NPC - GUI Kits": {
        "0": {
          "description": "Welcome on this server! Here is a list of free kits that you can get.<color=green>Enjoy your stay</color>",
          "kits": [
            "start"
          ]
        },
        "8753201223": {
          "description": "<color=red>VIPs Kits</color>",
          "kits": [
            "vip"
          ]
        }
      },
    
    I created /kit vip with permission kits.vip, but i dont know where is that kit. Ofc i can add him, by button "Add Kit", but he will be added to "0" - so default people can use that. Can u explain me how it works?
     
  3. put all in GUI
    Code:
    "NPC - GUI Kits": {
        "0": {
          "description": "Welcome on this server! Here is a list of free kits that you can get.<color=green>Enjoy your stay</color>",
          "kits": [
            "start",
            "vip"
          ]
        },
     
  4. Hello, anybody knows how make a kit with a written note? or a console command to edit a note. Actually, a kit with paper note doesn't save what was written on it when i create the kit
    thx a lot
     
  5. You need to do it from in game its not that hard see this post of mine
     
  6. How do i add someone to be able to make a kit.
    oxide.grant user "PLAYERNAME" PERMISSIONNAME doesnt work since theres NO permission name to use
     
  7. only admins can
     
  8. How Do You Put BluePrints In Kits?
     
  9. Is anybody else getting a grey screen for their players after picking a kit from the GUI? The GUI brings up a grey screen and then never goes away after buttons do. People have to exit and reload.
     
  10. upload all json files
     
  11. How to enable Kit logging?
    I want to see my kit log on server
     
  12. its in the config try looking next time
     
  13. Hi, i just instal that on my server. I made a test kit followed by the video. When i add it into /kit -s screen. My gui is froze, i mean i can't even close it, after relog i do type /kit became the same. After i remove that kit from the system, all running fine.

    Edit: if i call them as /kit test are working.
     
    Last edited by a moderator: May 29, 2018
  14. upload all json files
     
  15. do kits reset themselves upon wipe when they have a MAX limit? for instance a kit that you can only use 2 times per wipe, when i wipe the server the kits' uses get automatically reseted? or do i have to do that manually?
     
  16. when you are doing the monthly wipe you must delete the kits_data.json file while server is offline
     
  17. oh, and i have another question, i made a oxide group, to make VIP kits. the problem now is that vip kits are only visible by users granted with the kits.vip permission. i would like them to be visible to every user, but only redeemable by vip users. i dont know if i explained myself well... english.. lol
     
  18. Look at your config file that option is at the bottom use notepad++ to edit the json
     
  19. oh thx so much! :)
     
  20. Failed to call hook 'cmdConsoleKitShow' on plugin 'Kits v3.2.91' (NullReferenceException: Object reference not set to an instance of an object)
    at Oxide.Plugins.Kits+UI.LoadImage (Oxide.Game.Rust.Cui.CuiElementContainer& container, System.String panel, System.String img, System.String aMin, System.String aMax) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.Kits.CreateKitEntry (.BasePlayer player, Oxide.Game.Rust.Cui.CuiElementContainer& element, System.String panel, System.Single[] pos, System.String entry) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.Kits.RefreshKitPanel (.BasePlayer player, UInt64 guiId, Int32 page) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.Kits.cmdConsoleKitShow (.Arg arg) [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


    Please help me