... | ... | @@ -3,34 +3,23 @@ All options available when creating an enchant. These options go under the `Opti |
|
|
DECAPITATE:
|
|
|
Display: '&7Decapitate'
|
|
|
Options:
|
|
|
ShowInLore: TRUE
|
|
|
LevelAsPower: FALSE
|
|
|
Cursed: true
|
|
|
```
|
|
|
|
|
|
#### 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
|
|
|
```
|
|
|
|
|
|
### OfferedInEnchantingTable
|
|
|
```yaml
|
|
|
Options:
|
|
|
OfferedInEnchantingTable: true
|
|
|
``` |
|
|
\ No newline at end of file |