Description

Enchantments / Power Orbs

Single line description

Enchantments and power orbs can have single line description using the description (without s) keyword as follow :

description: "&eThis is a nice description"

Multi line description

They can also have multiple lines description using the descriptions (with s) keyword as follow :

descriptions:

- "&7Increase damages by &ccompute_{%level%*3}% &7in water"

- "&ccompute_{%level%*0.3}% &7chance to kill ennemy in water"

Sets

Sets can only use the description keyword (without s) to define a multi line description. You have also to define a description per amount of items for sets as follow :

description:

- "set[all]:&7>> &fReduce hostile damages by &ccompute_{%equipped_items%*3}%"

- "set[3,4]:&7>> &fGive permanent night vision"

- "set[4]:&7>> &fGive permanent fast digging"

Here the first line will be displayed on items equipped all the time

The second line will be displayed only if the amount of items equipped having this set is 3 or 4

The third line will be displayed only if the amount of items having this set equipped is 4

Last updated