HWKits

Moved

Total Downloads: 9,082 - First Release: Dec 6, 2015 - Last Update: Nov 13, 2017

5/5, 27 likes
  1. I am not the coder of the plugin you would need to ask them and my post is on this page if you cant find it then I wont be giving you a link sorry
     
  2. Can someone explain to me how autokit works?
     
  3. hello how to create premiisions to use /kit s-vip /kit vip ? im can create kit but no permissions
     
  4. done ty ;)
     
  5. Can you add the possibility to give a kit to a player please ?
     
  6. i delete this comment :( wrong sections sorry :(
     
  7. Wulf

    Wulf Community Admin

    Update Oxide to the latest.
     
  8. hi, it's possible to have weapons reload in autokit please ?
     
  9. hi, i have a problem. since the last update i cant add kits old kits are working but if i try to add new they are empty and i get this error.
    19:20 [Warning] Missing plugin name prefix 'kits.' for permission 'food.allow' (by plugin 'Kits')
     
  10. When I make a kit and then a player uses it, he doesn't get the items...
     
  11. Thats because you only added the kit name but no items in the kit
     
  12. Managed to fix it out of game :)
     
  13. So i got all kits to work apart from one, the kit is properly set up and fully working and even shows up on the list, in game it says the kit doesn't exist.
     
  14. open the kits.json from your data folder and have a look at it with notepad++ see whats the problem
     
  15. Done this and found out the issue however I dont think its possible to add a C4 or detonator cap to a kit? It glitches out each time I try... spawns the player a hammer combined with a pick axe..
     
  16. hi anyone can tell me how to made a vip kit also i have kit start 4 new players in default group, pls step by step
     
  17. someone could create a command in the kit of the plugin where the admin can make a kit for a particular player?
    because on my server will give a kit for the first players to enter more do not have the command
     
  18. What is this :
    [Oxide] 00:15 [Warning] Missing plugin name prefix 'kits.' for permission 'vipr1' (by plugin 'Kits')
    [Oxide] 00:15 [Warning] Missing plugin name prefix 'kits.' for permission 'vipg2' (by plugin 'Kits')
    [Oxide] 00:15 [Warning] Missing plugin name prefix 'kits.' for permission 'vipb3' (by plugin 'Kits')
     
  19. You have not added the prefix in the permission if you upload your kits.json file from the data folder I will fix it for you
     
  20. Code:
    {
      "Kits": {
        "starter": {
          "name": "Starter",
          "description": "Every 24 hour kit, max usage: 2",
          "max": 2,
          "cooldown": 86400.0,
          "authlevel": 0,
          "hide": false,
          "permission": null,
          "items": [
            {
              "itemid": 78,
              "amount": 1,
              "slot": 0
            },
            {
              "itemid": 30,
              "amount": 1,
              "slot": 1
            },
            {
              "itemid": 47,
              "amount": 1,
              "slot": 2
            },
            {
              "itemid": 154,
              "amount": 1,
              "slot": 7
            },
            {
              "itemid": 95,
              "amount": 1,
              "slot": 9
            },
            {
              "itemid": 94,
              "amount": 1,
              "slot": 10
            },
            {
              "itemid": 96,
              "amount": 1,
              "slot": 11
            },
            {
              "itemid": 88,
              "amount": 1,
              "slot": 14
            },
            {
              "itemid": 48,
              "amount": 50,
              "slot": 16
            }
          ]
        },
        "build": {
          "name": "build",
          "description": "Every 24 hour kit, max usage: 3",
          "max": 3,
          "cooldown": 86400.0,
          "authlevel": 0,
          "hide": false,
          "permission": null,
          "items": [
            {
              "itemid": 19,
              "amount": 200,
              "slot": 0
            },
            {
              "itemid": 22,
              "amount": 200,
              "slot": 1
            },
            {
              "itemid": 44,
              "amount": 200,
              "slot": 2
            },
            {
              "itemid": 93,
              "amount": 1,
              "slot": 3
            },
            {
              "itemid": 91,
              "amount": 1,
              "slot": 4
            },
            {
              "itemid": 2,
              "amount": 2,
              "slot": 5
            }
          ]
        },
        "food": {
          "name": "food",
          "description": "Every hour kit, max usage: 15",
          "max": 15,
          "cooldown": 3600.0,
          "authlevel": 0,
          "hide": false,
          "permission": null,
          "items": [
            {
              "itemid": 25,
              "amount": 10,
              "slot": 6
            },
            {
              "itemid": 5,
              "amount": 10,
              "slot": 7
            }
          ]
        },
        "vipred": {
          "name": "vipred",
          "description": "Max usage: 1",
          "max": 1,
          "cooldown": 0.0,
          "authlevel": 0,
          "hide": false,
          "permission": "vipr1",
          "items": [
            {
              "itemid": 125,
              "amount": 1,
              "slot": 0
            },
            {
              "itemid": 7,
              "amount": 1,
              "slot": 1
            },
            {
              "itemid": 279,
              "amount": 1,
              "slot": 2
            },
            {
              "itemid": 137,
              "amount": 1,
              "slot": 3
            },
            {
              "itemid": 79,
              "amount": 1,
              "slot": 4
            },
            {
              "itemid": 129,
              "amount": 1,
              "slot": 9
            },
            {
              "itemid": 69,
              "amount": 1,
              "slot": 10
            },
            {
              "itemid": 70,
              "amount": 1,
              "slot": 11
            },
            {
              "itemid": 72,
              "amount": 1,
              "slot": 13
            },
            {
              "itemid": 276,
              "amount": 1,
              "slot": 14
            },
            {
              "itemid": 293,
              "amount": 1,
              "slot": 15
            },
            {
              "itemid": 280,
              "amount": 100,
              "slot": 16
            },
            {
              "itemid": 191,
              "amount": 94,
              "slot": 17
            },
            {
              "itemid": 52,
              "amount": 100,
              "slot": 18
            },
            {
              "itemid": 36,
              "amount": 200,
              "slot": 19
            }
          ]
        },
        "vipgreen": {
          "name": "vipgreen",
          "description": "Max usage: 1",
          "max": 1,
          "cooldown": 0.0,
          "authlevel": 0,
          "hide": false,
          "permission": "vipg2",
          "items": [
            {
              "itemid": 125,
              "amount": 1,
              "slot": 0
            },
            {
              "itemid": 7,
              "amount": 1,
              "slot": 1
            },
            {
              "itemid": 98,
              "amount": 1,
              "slot": 2
            },
            {
              "itemid": 79,
              "amount": 1,
              "slot": 3
            },
            {
              "itemid": 137,
              "amount": 1,
              "slot": 4
            },
            {
              "itemid": 220,
              "amount": 1,
              "slot": 8
            },
            {
              "itemid": 130,
              "amount": 1,
              "slot": 9
            },
            {
              "itemid": 69,
              "amount": 1,
              "slot": 10
            },
            {
              "itemid": 70,
              "amount": 1,
              "slot": 11
            },
            {
              "itemid": 72,
              "amount": 1,
              "slot": 13
            },
            {
              "itemid": 277,
              "amount": 1,
              "slot": 14
            },
            {
              "itemid": 293,
              "amount": 1,
              "slot": 15
            },
            {
              "itemid": 36,
              "amount": 255,
              "slot": 16
            },
            {
              "itemid": 36,
              "amount": 45,
              "slot": 17
            },
            {
              "itemid": 191,
              "amount": 250,
              "slot": 25
            },
            {
              "itemid": 278,
              "amount": 250,
              "slot": 30
            },
            {
              "itemid": 52,
              "amount": 250,
              "slot": 35
            }
          ]
        },
        "vipblue": {
          "name": "vipblue",
          "description": "Max usage: 1",
          "max": 1,
          "cooldown": 0.0,
          "authlevel": 0,
          "hide": false,
          "permission": "vipb3",
          "items": [
            {
              "itemid": 125,
              "amount": 1,
              "slot": 0
            },
            {
              "itemid": 7,
              "amount": 1,
              "slot": 1
            },
            {
              "itemid": 98,
              "amount": 1,
              "slot": 2
            },
            {
              "itemid": 81,
              "amount": 1,
              "slot": 3
            },
            {
              "itemid": 79,
              "amount": 1,
              "slot": 4
            },
            {
              "itemid": 220,
              "amount": 1,
              "slot": 8
            },
            {
              "itemid": 130,
              "amount": 1,
              "slot": 9
            },
            {
              "itemid": 69,
              "amount": 1,
              "slot": 10
            },
            {
              "itemid": 70,
              "amount": 1,
              "slot": 11
            },
            {
              "itemid": 72,
              "amount": 1,
              "slot": 13
            },
            {
              "itemid": 277,
              "amount": 1,
              "slot": 14
            },
            {
              "itemid": 292,
              "amount": 1,
              "slot": 15
            },
            {
              "itemid": 144,
              "amount": 1,
              "slot": 16
            },
            {
              "itemid": 36,
              "amount": 255,
              "slot": 17
            },
            {
              "itemid": 52,
              "amount": 255,
              "slot": 18
            },
            {
              "itemid": 278,
              "amount": 245,
              "slot": 19
            },
            {
              "itemid": 191,
              "amount": 255,
              "slot": 20
            },
            {
              "itemid": 144,
              "amount": 1,
              "slot": 21
            },
            {
              "itemid": 36,
              "amount": 145,
              "slot": 22
            },
            {
              "itemid": 52,
              "amount": 245,
              "slot": 23
            },
            {
              "itemid": 278,
              "amount": 255,
              "slot": 24
            },
            {
              "itemid": 191,
              "amount": 245,
              "slot": 25
            },
            {
              "itemid": 293,
              "amount": 1,
              "slot": 32
            }
          ]
        }
      }
    }