HWKits

Moved

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

5/5, 27 likes
  1. Reneb submitted a new resource:

    Kits - kits plugin

    Read more about this resource...
     
  2. Are permissions in this yet?
     
  3. If they used the base oxide code then most likely there will be permissions
     
  4. no permissions are not ^^
    as for giving items
    it should be something like in the CLIENT CONSOLE:
    "g ITEMID AMOUNT"
    List of Item ID's & Names | Oxide

    the full item list is also avaible via: "itemlist" in the CLIENT CONSOLE.
     
  5. could you add autokits?
     
  6. guys can show an example how to create a set , I am suffering more than two hours and not get (
     
  7. Ok, I am thoroughly confused. Sure wish there was a config file, would probably be easier. I would like to know if it is possible to create a kit for anyone on the server with the following...

    (2) #5 Cooked Steak
    (75) #21 Wood Log
    (1) #96 Basic Boots
    (1) #109 Gray Tshirt
    (1) #140 Basic Pants
    (1) #154 Campfire

    A better step by step or json config already to go would be great.

    Thanks.
     
  8. clear your inventory of anything in it.
    Next in console type the following:
    g 5 2
    g 21 75
    g 96 1
    g 109 1
    g 140 1
    g 154 1

    Then type in chat /kit add NAME
    Next type /kit items
    Then if you want to add a cooldown to the kit do this-
    /kit cooldown SECONDS
    [DOUBLEPOST=1449546199][/DOUBLEPOST]
    clear your inventory of anything in it.
    Next in console type the following:
    g 5 2
    g 21 75
    g 96 1
    g 109 1
    g 140 1
    g 154 1

    Then type in chat /kit add NAME
    Next type /kit items
    Then if you want to add a cooldown to the kit do this-
    /kit cooldown SECONDS
     
  9. Anyone gotten this to work? My kits are always empty. I have added item to my inventory and my hotbar and nothing.
    Code:
    {
      "Kits": {
        "tkc": {
          "name": "tkc",
          "description": null,
          "max": 0,
          "cooldown": 0.0,
          "authlevel": 0,
          "hide": false,
          "permission": null,
          "items": []
        }
      }
    }
    [DOUBLEPOST=1449546719][/DOUBLEPOST]It worked!!! YAY!!!

    Thanks BHOP!!!!
     
    Last edited by a moderator: Dec 8, 2015
  10. Very nice
     
  11. I can't seem to get permissions to do anything, I have tried to use the same method as my rust server but it is saying it's a unknown command. Could someone please post there config so I can just edit to my liking as this if far easier to do in my opinion.
     
  12. Wulf

    Wulf Community Admin

    The permission command doesn't exist yet, the author jumped the gun a bit on this one.
     
  13. Ahhh well thats why I couldn't get it going, thanks Wulf.
     
  14. np buddy
     
  15. Keep getting "Unknown Command: /kit" when trying to create a kit Any suggestions?
     
  16. Wulf

    Wulf Community Admin

    Where did you use the command?
     
  17. That was in the console, But after testing that chat doesn't recognize the command
     
  18. Wulf

    Wulf Community Admin

    It's a chat command, not a console command, but it should work if the plugin is actually loaded.
     
  19. maybe the patch today broke the plugin?
     
  20. Wulf

    Wulf Community Admin

    Are you getting any errors?