Some queries about configuration and permissions from viktorjanpaulis
lol768 opened this issue ยท 1 comments
Autogenerated issue from http://dev.bukkit.org/server-mods/battlekits/?comment=498 (author: viktorjanpaulis) at Feb 05, 2013 at 20:36 UTC
Is there a way to give people potion bottles? + When i set up the kit the trousers and boots don't get colour HERE IS A PASTBIN OF THE KITS FILE. + What is the permission for just doing /kit and nothing else. PLEASE ANSWER?! Thanks
Instead of leggingsColor
and bootsColor
, please use leggingColor
and bootColor
.
The permissions node is: BattleKits.listKits
.
Yes, you can add potions. Use this format:
'1': '373:1:8226'
Where 1 is the slot number, 373 is the item id for potions, 1 is the number of potions and 8226 is the data value. See here for a list of data values.