HWKits

Moved

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

5/5, 27 likes
  1. Wulf

    Wulf Community Admin

    I’ll post a fix for it when I can.
     
  2. Almost every single Hurtworld plugin isn't updated to this new message system...
     
  3. Wulf

    Wulf Community Admin

    Not a new message system, just some plugins not sending the correct args. There are alternatives, but they don’t have to use those.
     
  4. how to update all plugins on new oxide bild?

    Failed to call hook 'cmdKit' on plugin 'Kits v1.0.4' (NullReferenceException: Object reference not set to an instance of an object)
    // (in console)
    void cmdKit(PlayerSession session, string command, string[] args)
    // in cs file

    how to change this command to work plugin on 100 per cent?
    (p.s. I haven't this problem on older version 3.505 )
     
  5. Could you send an example of hoe to new args should be used then?
     
  6. Wulf

    Wulf Community Admin

    Examples are in the thread linked previously.
     
  7. What should i do to use kits plugin?
     
  8. Hello, good morning, would you like a new KITS update, how can you help me? and what is giving me error this last version
     
  9. Reporting bugs and issues | Oxide
     
  10. Wulf

    Wulf Community Admin

    Wulf updated Kits with a new update entry:

    1.0.5

     
  11. support itemv2 ?
     
  12. No, all the plugins in this section are for Hurtworld legacy (Itemv1) i guess when V2 officially comes out wulf will create a new section for V2 plugins just like there is for Rust. And about Kits for Itemv2 I have a custom version for Itemv2 made myself.
     
  13. Are there any Programs for administrators ( That would see the people on the server and so a lie )
     
  14. Could you tell me if the oxide mod for itemv2 exists ?, and how to implement it, I have a 24 hour online payment server and I can not use kit or teleportation, thanks
     
  15. The page of the plugin for hurtworld aren't updated for itemv2 you van try the universal page and download the plugins from there not every plugin won't work,
    Becase hurtworld itemv2 isn't on the main branch yet, So there isn't a reason to update the plugins already,
    You can try and update it by your self but for now not all the plugins won't work for itemv2
     
  16. I create the kit in the game, the kit is created but 1 - when I put / kit it does not show me the list and 2 - if I put / item list the list comes out but when choosing it it says kit delivered but it does not give me in my inventory, help please
     
  17. on which version of the game do you use....?
    And did you also copied the items inside of your invertory towards the kits self if not there is then your problem
     
  18. hi.. i have problem...
    what is this "permission" ? ? ? ?
    not working kit:
    Code:
    {
      "Kits": {
        "pompa": {
          "name": "pompa",
          "description": null,
          "max": 1,
          "cooldown": 0.0,
          "authlevel": 1,
          "hide": false,
          "permission": "admin",
          "items": [
          {
              "itemid": 125,
              "amount": 1,
              "slot": 0
            },
            {
              "itemid": 191,
              "amount": 1,
              "slot": 0
            }
            ]
        }
      }
    }
    and... working kit for me admin - no working my friends:
    Code:
    {
      "Kits": {
        "pompa": {
          "name": "pompa",
          "description": null,
          "max": 1,
          "cooldown": 0.0,
          "authlevel": 1,
          "hide": false,
          "permission": null,
          "items": [
          {
              "itemid": 125,
              "amount": 1,
              "slot": 0
            },
            {
              "itemid": 191,
              "amount": 1,
              "slot": 0
            }
            ]
        }
      }
    }
    what is wrong?
     
  19. If you set the permission only players with that permission would be able to use the kit, if you let it null everyone could use it.

    Basically

    "permission": "admin", = only players with "admin" permission can use it
    "permission": null, = everyone can use it
     
  20. but... i write permision "admin"
    i have info
    Screenshot
    hmmm?