MineCICD added "plugins"
This commit is contained in:
23
plugins/EcoEnchants/enchants/confusion.yml
Normal file
23
plugins/EcoEnchants/enchants/confusion.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
display-name: "Confusion"
|
||||
description: "Gives a &a%placeholder%% &rchance to shuffle your opponents hotbar"
|
||||
placeholder: "2 * %level%"
|
||||
type: special
|
||||
|
||||
targets:
|
||||
- sword
|
||||
conflicts: [ ]
|
||||
rarity: special
|
||||
max-level: 4
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: shuffle_hotbar
|
||||
args:
|
||||
chance: "2 * %level%"
|
||||
triggers:
|
||||
- melee_attack
|
||||
|
||||
conditions: [ ]
|
Reference in New Issue
Block a user