Configuring Player Items

Items are configured as follows:

DIAMOND_SWORD 1 durability:0 name:Super_Awesome_Sword lore:This_Sword,is_Super,Awesome DAMAGE_ALL:1

The name of the item (DIAMOND_SWORD) is always specified first, followed by the amount (1). The rest can be in any order.

To specify the display name preface it's name with the name: key. All spaces in the name must be replaced with an underscore [_] in order to work. NO WHITESPACES.

To specify the lore preface it's name with the lore: key. All spaces in the name must be replaced with an underscore [_] in order to work. Each line of lore is separated by a comma [,]. NO WHITESPACES.

All the minecraft formatting codes can be used, just preface them with a [&] instead of a [ยง]

All enchants are specified by their enchant name followed by their level (DAMAGE_ALL:1).


Comments

Posts Quoted:
Reply
Clear All Quotes