1. Instead of doing the /kits it would be cool if people could just respawn and they have certain items. Would this be possible?
     
  2. Wulf

    Wulf Community Admin

    There should be an autokits option with that plugin.
     
  3. Really? Thanks for the super fast reply. So basically the auto-kits allow users to respawn and automatically get the kit without typing anything? Many thanks.

    Anybody know how to set up autokits? I'm in the .json file and I can't see anything :S
     
    Last edited by a moderator: Dec 12, 2015
  4. This can be done with the new server side modding system that they introduced. In the blueprints section you can set inventory start amounts for the items you wish.

    I'm curious if any of the server modding information can be used in plugins.
     
  5. Wulf

    Wulf Community Admin

    If the server can use it, so can plugins.
     
  6. I would like to go a step further and rather then just include it in inventory when they start but have certain items already in the hotbar just like the driftwood club etc is when you spawn
     
  7. The Mods directory has the following file: Blueprints.defaults.cfg. Here is the line that starts you out with a driftwood club:

    Weapons.Melee.DriftwoodClub.Inventory.StartAmount = '1'

    Find the corresponding StartAmmount line for the item you want to start out with and copy/paste it into move it into Blueprints.cfg and then change the 0 to 1 or whatever number you want. Restart the server and each new person or after death with start with that item. I am not sure if it automatically puts it in your hotbar. I do plan to test it at some point.

    Hope this helps.
     
  8. Yea thats the way we have been doing it and no it doesn't work on hotbar
     
  9. To put it also in the hotbar will require a plugin (can't be done with server side modding).