Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. That would need for the coder to add extra coding to make that work
     
  2. How do i make it so the kits have colored names ? on the kits plugins
     
  3. Where am I going wrong. I have created the kits ingame and all was well. I can redeem the kits okay but when I redeem them my inventory is empty.
     
  4. If you look at your kits.json file from your data folder you will see you only made the kit name but no items in them
     
  5. Is there a large wall from where I can jump. (doh). Many thanks. Now fixed
     
  6. How do i make it so the kits have colored names ? on the kits plugins
     
  7. Havent tested and i am not sure is it going to work but try it and tell us:
    server/identity/oxide/data
    find file Kits.json
    EXAMPLE:
    "hunter": {
    "name": "Hunter",
    "description": "Hunting bow and few arrows to help you defend",
    CHANGE TO:
    "hunter": {
    "name": "<color=blue>Hunter</color>",
    "description": "<color=red>Hunting bow and few arrows to help you defend</color>",
    Again, i might be totally wrong here :D

    Tested and its working ^^
     
    Last edited by a moderator: Feb 16, 2017
  8. Code:
    "name": "<color=red>H</color><color=yellow>u</color><color=green>n</color><color=blue>t</color><color=yellow>e</color><color=blue>r</color>",
    You can also make each letter a different colour as well
     
  9. How do Auto-Kits work? Are they given once to every new player? What if I create the Auto-Kit after a number of new players have already logged onto the server, will they still receive the Auto-kit?
     
  10. Do I need to update the plugin from last update day 16?
     
  11. Thought I'd give Autokits a go, and although I have set autokits MAX to 1, everyone appears to be getting the kit again after they die. So, I decided to remove the autokit. I get the confirmation that it has been removed. But every new player is still recieving the autokit filled with the goodies. What am I doing wrong?
     
  12. upload the kits.json from your data folder
    As long as you are running the latest thats all you need
     
  13. Code:
    {
      "Kits": {
        "starter": {
          "name": "Starter",
          "description": "Starter Kit",
          "max": 1,
          "cooldown": 0.0,
          "authlevel": 0,
          "hide": false,
          "npconly": false,
          "permission": null,
          "image": null,
          "building": null,
          "items": [
            {
              "itemid": 569119686,
              "container": "wear",
              "amount": 1,
              "skinid": 0,
              "weapon": false,
              "mods": []
            },
            {
              "itemid": -1178289187,
              "container": "wear",
              "amount": 1,
              "skinid": 0,
              "weapon": false,
              "mods": []
            },
            {
              "itemid": -578028723,
              "container": "main",
              "amount": 1,
              "skinid": 0,
              "weapon": false,
              "mods": []
            },
            {
              "itemid": 698310895,
              "container": "main",
              "amount": 1,
              "skinid": 814630559,
              "weapon": false,
              "mods": []
            },
            {
              "itemid": -2079677721,
              "container": "main",
              "amount": 20,
              "skinid": 0,
              "weapon": false,
              "mods": []
            },
            {
              "itemid": -2078972355,
              "container": "main",
              "amount": 3,
              "skinid": 0,
              "weapon": false,
              "mods": []
            },
            {
              "itemid": -1847536522,
              "container": "main",
              "amount": 1,
              "skinid": 0,
              "weapon": false,
              "mods": []
            },
            {
              "itemid": 3655341,
              "container": "main",
              "amount": 7000,
              "skinid": 0,
              "weapon": false,
              "mods": []
            },
            {
              "itemid": -1625468793,
              "container": "main",
              "amount": 1,
              "skinid": 0,
              "weapon": false,
              "mods": []
            },
            {
              "itemid": 525244071,
              "container": "main",
              "amount": 1,
              "skinid": 0,
              "weapon": false,
              "mods": []
            },
            {
              "itemid": -778796102,
              "container": "main",
              "amount": 1,
              "skinid": 0,
              "weapon": false,
              "mods": []
            },
            {
              "itemid": -1266285051,
              "container": "main",
              "amount": 1,
              "skinid": 0,
              "weapon": false,
              "mods": []
            },
            {
              "itemid": -1571725662,
              "container": "main",
              "amount": 1,
              "skinid": 0,
              "weapon": false,
              "mods": []
            },
            {
              "itemid": -975723312,
              "container": "main",
              "amount": 1,
              "skinid": 0,
              "weapon": false,
              "mods": []
            }
          ]
        }
      }
    }
     
  14. You dont have the auto kit in there
     
  15. Cripes, sorry. I had to remove it due to the MAX not working. Let me add it again and upload the file.
     
  16. Does "autokit" ignore the MAX value (as well as the "permission" value)?
     
  17. Yes it does
     
  18. Thanks Resistance, that explains it then. Many thanks!
     
  19. /kit permission defualt not working plz help

    (i can't see it)
     
  20. Ive been trying to find out how to give players kits, but the only kit that works is the autokit.
    this is my groups:
    {
    "admin": {
    "Title": "admin",
    "Rank": 0,
    "Perms": [
    "color_owner"
    ],
    "ParentGroup": null
    },
    "moderator": {
    "Title": "moderator",
    "Rank": 1,
    "Perms": [
    "color_mod"
    ],
    "ParentGroup": null
    },
    "player": {
    "Title": "player",
    "Rank": 2,
    "Perms": [
    "color_player"
    ],
    "ParentGroup": null
    },
    "donor": {
    "Title": "donor",
    "Rank": 1,
    "Perms": [],
    "ParentGroup": null
    },
    "mod": {
    "Title": "mod",
    "Rank": 2,
    "Perms": [],
    "ParentGroup": null
    },
    "owner": {
    "Title": "owner",
    "Rank": 4,
    "Perms": [],
    "ParentGroup": null
    }
    }

    This is my kit json:
    {
    "NPC - GUI Kits": {
    "1235439": {
    "description": "Welcome on this server, Here is a list of free kits that you can get <color=red>only once each</color>\n\n <color=green>Enjoy your stay</color>",
    "kits": [
    "kits",
    "kits"
    ]
    },
    "8753201223": {
    "description": "<color=red>VIPs Kits</color>",
    "kits": [
    "kit1",
    "kit3"
    ]
    }
    },
    "CopyPaste - Parameters": [
    "autoheight",
    "true",
    "blockcollision",
    "3",
    "deployables",
    "true",
    "inventories",
    "true"
    ]
    }

    I've tried the authlevel 0-4, none of them is working.
    Im using authlevel 2 for autokit, players get that kit but not any of the others.
    I've also created a group and granted them permission... I don't know what else to do, I've followed your video and guide to the letter.