Config
Config
Config
the config may seem confusing the first time you see it this will explain everything
the config has inventories and then in that slot 1-9. in these slots there is 3 variables inUse: this is pretty self explanatory just put true or false after that. ItemTrigger: is the item that you use when you are in a duelarea to enter a duel using that set of items. Items: after this is a list of all the items you get when you enter a duel using that set of items
Items
@ = Amount : = damage value
to specify an item you may see something like 373:8197@3 this will give you a potion(id 373) with the damage value of 8197 and there will be 3 you can also have potion:8197@3 it does not matter. You do not need to specify the damage value or amount but you can using the @ sign and : do not think these are necessary you can just have 373:8197 or 373@3
if you use the @ and : signs you must have the @ symbol last for Example:
Do Not:
373@3:8197 this will just give you a potion(373) and may give you an error
Comments