|
|
All options available when creating an enchant. These options go under the `Options` section, like so:
|
|
|
All options available when creating an enchant. All of these options defaults to `false` and go under the `Options` section, like so:
|
|
|
```yml
|
|
|
DECAPITATE:
|
|
|
Display: '&7Decapitate'
|
... | ... | @@ -9,17 +9,35 @@ DECAPITATE: |
|
|
|
|
|
```yaml
|
|
|
Options:
|
|
|
Cursed: FALSE
|
|
|
Cursed: false
|
|
|
```
|
|
|
### Treasure
|
|
|
|
|
|
```yaml
|
|
|
Options:
|
|
|
Treasure: FALSE
|
|
|
Treasure: false
|
|
|
```
|
|
|
|
|
|
### InEnchantingTable
|
|
|
```yaml
|
|
|
Options:
|
|
|
InEnchantingTable: true
|
|
|
```
|
|
|
|
|
|
### Tradeable
|
|
|
```yaml
|
|
|
Options:
|
|
|
Tradeable: true
|
|
|
```
|
|
|
|
|
|
### OnRandomLoot
|
|
|
```yaml
|
|
|
Options:
|
|
|
OnRandomLoot: true
|
|
|
```
|
|
|
|
|
|
### OnMobSpawnEquipment
|
|
|
```yaml
|
|
|
Options:
|
|
|
OnMobSpawnEquipment: true
|
|
|
``` |
|
|
\ No newline at end of file |