Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. How could I add a /kit that runs a command if a player redeem it?
     
  2. I am getting an issue where any kits with blueprints, the blueprints are blank. I am trying to give the bots on my server blueprints for loot but they just come out blank. Anyone know a fix or getting the issue as well?
     
  3. I am trying to make new kits for my server and it tells me the kit i made doesnt exsist. I have two other kits that work fine and the new kits show up in the list and the gui however when you try to redeem them it says kit doesnt exsist but tells you everything about it. Any idea? I have tried restarting the server but nothing worked. Thanks

    Edit: It even shows up in the data config files so im stumped lol
     
  4. can i use the non GUI kits please? how do i do that?
     
  5. Can I delete the "Add Kit"? For when I generate a kit does it show straight to everyone instead of getting added before?

    I'm setting up an automatic system and this is being an obstacle
     
  6. How can I reset the times that your kit can be used?
     
  7. read overview
     
  8. empty screen error help me!

    first file config,second file data files
     

    Attached Files:

  9. I keep getting this error on my server console:
    Code:
    Kits v3.2.9: Failed to load config file (is the config file corrupt?) (After parsing a value an unexpected character was encountered: ". Path '['NPC - GUI Kits'].0.kits[3]', line 10, position 8.)
    Failed to initialize plugin 'Kits v3.2.9' (JsonReaderException: After parsing a value an unexpected character was encountered: ". Path '['NPC - GUI Kits'].0.kits[3]', line 10, position 8.)
      at Newtonsoft.Json.JsonTextReader.ParsePostValue () [0x00000] in :0
      at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in :0
      at Newtonsoft.Json.JsonWriter.WriteToken (Newtonsoft.Json.JsonReader reader, Int32 initialDepth, Boolean writeChildren, Boolean writeDateConstructorAsDate, Boolean writeComments) [0x00000] in :0
      at Newtonsoft.Json.JsonWriter.WriteToken (Newtonsoft.Json.JsonReader reader, Boolean writeChildren, Boolean writeDateConstructorAsDate, Boolean writeComments) [0x00000] in :0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateJObject (Newtonsoft.Json.JsonReader reader) [0x00000] in :0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x00000] in :0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x00000] in :0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateDictionary (IDictionary dictionary, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonDictionaryContract contract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, System.String id) [0x00000] in :0
    Unloaded plugin Kits v3.2.9 by Reneb
    I dont know what to do..

    Here's my config:
    Code:
    {
      "NPC - GUI Kits": {
        "0": {
          "description": "Velg et kit ut i fra listen nedenfor!1",
          "kits": [
            "autokit",
            "helse",
            "pistol",
            "bygge-kit"
            "mat-food"
          ]
        },
        "1235439": {
          "description": "Velg et kit ut i fra listen nedenfor!2",
          "kits!2",
          "kits": [
            "autokit",
            "helse",
            "pistol",
            "bygge-kit"
            "mat-food"
          ]
        },
        "8753201223": {
          "description": "<color=red>VIPs Kits!3</color>",
          "kits": [
            "autokit",
            "helse",
            "pistol",
            "bygge-kit"
          ]
        }
      },
      "CopyPaste - Parameters": [
        "deployables",
        "true",
        "inventories",
        "true"
      ],
      "Custom AutoKits": {
        "0": "KitName",
        "1": "KitName",
        "2": "KitName"
      },
      "UI KeyBinding": "",
      "Kit - Logging": false,
      "Show All Kits": false,
      "Background - URL": "https://i.imgur.com/PA7iXDL.jpg"
    }
    What am i doing wrong? Trying to make a 10x server with kits for normal players, mods and maybe amdins..
     
  10. Fix below
    Code:
    {
        "NPC - GUI Kits": {
            "0": {
                "description": "Velg et kit ut i fra listen nedenfor!1",
                "kits": [
                    "autokit",
                    "helse",
                    "pistol",
                    "bygge-kit",
                    "mat-food"
                ]
            },
            "1": {
                "description": "Velg et kit ut i fra listen nedenfor!2",
                "kits": [
                    "autokit",
                    "helse",
                    "pistol",
                    "bygge-kit",
                    "mat-food"
                ]
            },
            "2": {
                "description": "<color=red>VIPs Kits!3</color>",
                "kits": [
                    "autokit",
                    "helse",
                    "pistol",
                    "bygge-kit"
                ]
            }
        },
        "CopyPaste - Parameters": [
            "deployables",
            "true",
            "inventories",
            "true"
        ],
        "Custom AutoKits": {
            "0": "KitName",
            "1": "KitName",
            "2": "KitName"
        },
        "UI KeyBinding": "",
        "Kit - Logging": false,
        "Show All Kits": false,
        "Background - URL": "https://i.imgur.com/PA7iXDL.jpg"
    }
    [DOUBLEPOST=1509413910][/DOUBLEPOST]
    config test
     

    Attached Files:

  11. plz help me!

    Can you tell me what you did?
     
  12. compare it from what you had then u will see
     
  13. not working still empty screen..
     
  14. When you type /kit you see nothing?
     
  15. this is in data folder
    [DOUBLEPOST=1509447999][/DOUBLEPOST]
    it was working before wipe
     

    Attached Files:

  16. try these but first unload kits plugin then delete kits_data.json then upload each folder then reload plugin
     

    Attached Files:

  17. still empty screen sorry,and its not my first experience :(
     
  18. i did /kit resetkits and /kit resetdata but i couldnt add the new kit,when I added the new kit,I get a blank screen error...
     
  19. You did not follow what I said and there is no new kit to add as I put them all in the config
     
  20. no,i did all