configurations
Configuration page
Everything is in configs, read correctly. If you have a trouble, create new ticket. :)
== Item Sytax ==
- Name - display name of item (not requied)
- Amount - amount of the item max 64
- ID - material id
- Durability - durability of the item
- DataValue - data of the item
- Lore - is description of item (not requied)
- Color - (only leather armor) can create armor with color (not requied)
- Enchant - adds magic value (not requied)
- playerHeadName - is name of player head
- vanilla item: null:Amount:ID:Durability:DataValue:L:C:E
- item with name: Name:Amount:ID:Durability:DataValue:L:C:E
- item with name and lore: Name:Amount:ID:Durability:DataValue:This_is_Lore<Lore>;:C:E
- item with name and multiple lore: Name:Amount:ID:Durability:DataValue:This_is_Lore<Lore>second_lore<Lore>ad_final_lore<Lore>;:C:E
- item with name, lore and color (Only leather armor): Name:Amount:ID:Durability:DataValue:This_is_Lore<Lore>;:<Color>1<Color>2<Color>3:E
- Item with name, lore and enchant: *Name:Amount:ID:Durability:DataValue:This_is_Lore<Lore>;:C:EnchantID#EnchantLevel<Enchant>2#1<Enchant>;
- multiple items: null:Amount:ID:Durability:DataValue:L:C:E<>null:Amount:ID:Durability:DataValue:L:C:E
- item head: <head@playerHeadName>NAME:1:397:0:3:L:C:E
- call created item from item-list.yml: <item@nameofItem> WARNING you cannot change amout of item there, this feature is not impleted yet.
= Color using format Red Green Blue = = Names and lores cannot contains ":" =






Comments