|
|
All options available when creating an enchant. These options go under the `Options` section, like so:
|
|
|
```yml
|
|
|
DECAPITATE:
|
|
|
Display: '&7Decapitate'
|
|
|
Options:
|
|
|
ShowInLore: TRUE
|
|
|
LevelAsPower: FALSE
|
|
|
```
|
|
|
|
|
|
#### ShowInLore
|
|
|
Whether the enchantment should show in the items lore or not.
|
|
|
```yaml
|
|
|
Options:
|
|
|
ShowInLore: TRUE
|
|
|
```
|
|
|
|
|
|
#### LevelAsPower
|
|
|
|
|
|
```yaml
|
|
|
Options:
|
|
|
LevelAsPower: FALSE
|
|
|
```
|
|
|
|
|
|
#### Cursed
|
|
|
|
|
|
```yaml
|
|
|
Options:
|
|
|
CURSED: FALSE
|
|
|
```
|
|
|
|
|
|
### Treasure
|
|
|
|
|
|
```yaml
|
|
|
Options:
|
|
|
Treasure: FALSE
|
|
|
``` |
|
|
\ No newline at end of file |