HWKits

Moved

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

5/5, 27 likes
  1. I wanted to make more Kits then 1. But everytime i add more in config, nothing works.

    Whats wrong @ that config:
    Code:
    {
      "Kits": {
        "starter": {
          "name": "starter",
          "description": "Starter KIT",
          "max": 5,
          "cooldown": 7200.0,
          "authlevel": 0,
          "hide": false,
          "permission": null,
          "items": [
            {
              "itemid": 30,
              "amount": 1,
              "slot": 0
            },
            {
              "itemid": 78,
              "amount": 1,
              "slot": 2
            },
            {
              "itemid": 88,
              "amount": 1,
              "slot": 3
            },
            {
              "itemid": 5,
              "amount": 2,
              "slot": 4
            },
            {
              "itemid": 154,
              "amount": 1,
              "slot": 5
            },
          ]
        },
        "admin": {
          "name": "admin",
          "description": "OP Admin Kit",
          "max": 0.0,
          "cooldown": 0.0,
          "authlevel": 1,
          "hide": false,
          "permission": kit.admin,
          "items": [
            {
              "itemid": 98,
              "amount": 1,
              "slot": 0
            },
            {
              "itemid": 79,
              "amount": 1,
              "slot": 1
            },
            {
              "itemid": 81,
              "amount": 1,
              "slot": 2
            },
            {
              "itemid": 146,
              "amount": 1,
              "slot": 3
            },
            {
              "itemid": 130,
              "amount": 1,
              "slot": 4
            },
            {
              "itemid": 69,
              "amount": 1,
              "slot": 5
            },
            {
              "itemid": 70,
              "amount": 1,
              "slot": 6
            },
            {
              "itemid": 72,
              "amount": 1,
              "slot": 7
            },
            {
              "itemid": 277,
              "amount": 1,
              "slot": 8
            },
            {
              "itemid": 214,
              "amount": 1,
              "slot": 9
            },
            {
              "itemid": 71,
              "amount": 1,
              "slot": 10
            },
            {
              "itemid": 91,
              "amount": 1,
              "slot": 11
            },
          ]
        }
      }
    }
     
  2. admin kit does not need permission but needs to be auth 2 not 1 if you can upload the file
     
  3. oay thx i am gonna try it
    [DOUBLEPOST=1454780845][/DOUBLEPOST]Still not Working. .-.
     
  4. upload the file if you want help
     
  5. Here you go
     

    Attached Files:

  6. Test this one
     

    Attached Files:


  7. any idea with my question?? everytime i put kits on my server, it causes everyone to drop EVERYTHING on death
     
  8. Hello,

    Is the plugin still updated ? I can't loaded it...

    Thanks,
    bLUUE
     
  9. Delete Kits_Data.json
     
  10. Hello.

    I'm an admin and if I use the code below with /kit starter it doesn't work. Any suggestions?

    Code:
    "Kits": {
        "starter": {
          "name": "Starter",
          "description": "Use /kit Starter to get starting gear.",
          "max": 5,
          "cooldown": 0.0,
          "authlevel": 0,
          "hide": false,
          "permission": "default",
          "items": [
            {
              "itemid": 21,
              "amount": 255,
              "slot": 16
            },
            {
              "itemid": 19,
              "amount": 255,
              "slot": 17
            },
            {
              "itemid": 17,
              "amount": 255,
              "slot": 18
            },
            {
              "itemid": 85,
              "amount": 255,
              "slot": 19
            },
            {
              "itemid": 5,
              "amount": 5,
              "slot": 20
            }
          ]
        }
     
  11. Thats because it should be /kit Starter not /kit starter if you want it to be lower case then you need to change it and permission is not default it needs to be
    "permission": null,
     
  12. It was the permission setting. The /kit s(S)tarter was simply to explain it to you.

    Thanks again! :)
     



  13. can someone please help me with my kits plugin problem
     
  14. upload the script the config and the two files in the data folder will take a look
     
  15. data files from where? the problem is, if i upload it to my server right now and someone dies, they drop everything, hence why I cant add it right now. however, I do not know what files you want me to exactly upload (when I re-install Kits plugin)

    (this is killerbee[ca], I have two computers/accounts)
     
  16. I need all kit files with all the changes you have made in the config and with it showing all kits you have made in the json file I can't help until I see this in case there are mistakes in your files somewhere. If there are no mistakes or errors in the files then its not this plugin causing the problem or if you cant upload the files then I have no way to help you also if you can upload any logs you have
     
  17. Sup folks, been reading, searching, and testing to have 2 Auto-kits. One for main players then a 2nd, or possible third. Is there a way to do this? I tried setting the "Levels" 1-4, "0" being "players, this kit works flawless. In better chat I have admin set to Authorization level 4.

    Steps I did:
    Created the auto-kit
    Attempted Auth. levels 1-4
    Moved Auto-kit "2" to the top of the list in the file above original auto-kit.
    Did a restart after each edit
    Still receiving the "main" auto-kit for all players.
     
  18. auto kit needs auth 2 but if making a auto kit say for a vip try putting Kits.vip permissions or whatever the name of your vip is Kits.permissionname
    Note: I have not tested this
     
  19. I will attempt the permission thing, I will post back if I have any luck.
    [DOUBLEPOST=1455040085][/DOUBLEPOST]@Resistance
    so I tried the following and it created a "auotkit" but erased all my other kits:
    /kit add "autokit"
    /kit items permissions admin authlevel 1 hide true

    So yeah let the task of recreating 8ish kits with random permissions begin, next time there will be a back up. Silly me never made one :/
     
    Last edited by a moderator: Feb 9, 2016