mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-02 02:11:21 +01:00
Added demo custom enchantment
This commit is contained in:
parent
7d729e2e0c
commit
f148121981
@ -1,7 +1,7 @@
|
|||||||
enchants:
|
enchants:
|
||||||
- id: demo
|
- id: demo
|
||||||
name: "Demo Custom Enchantment"
|
name: "Demo Custom Enchantment"
|
||||||
description: Damages your opponents armor by &a%value%&r.
|
description: Test
|
||||||
|
|
||||||
obtaining:
|
obtaining:
|
||||||
table: true
|
table: true
|
||||||
@ -12,8 +12,7 @@ enchants:
|
|||||||
general-config:
|
general-config:
|
||||||
flags: [ ]
|
flags: [ ]
|
||||||
targets:
|
targets:
|
||||||
- sword
|
- pickaxe
|
||||||
- axe
|
|
||||||
grindstoneable: true
|
grindstoneable: true
|
||||||
disabled-in-worlds: [ ]
|
disabled-in-worlds: [ ]
|
||||||
requirements:
|
requirements:
|
||||||
@ -22,7 +21,12 @@ enchants:
|
|||||||
conflicts: [ ]
|
conflicts: [ ]
|
||||||
|
|
||||||
levels:
|
levels:
|
||||||
- effects: [ ]
|
- effects:
|
||||||
|
- id: give_money
|
||||||
|
args:
|
||||||
|
amount: 50
|
||||||
|
triggers:
|
||||||
|
- mine_block
|
||||||
conditions: [ ]
|
conditions: [ ]
|
||||||
- effects: [ ]
|
- effects: [ ]
|
||||||
conditions: [ ]
|
conditions: [ ]
|
Loading…
Reference in New Issue
Block a user