MineCICD added "plugins"
This commit is contained in:
25
plugins/EcoEnchants/enchants/jumpshot.yml
Normal file
25
plugins/EcoEnchants/enchants/jumpshot.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
display-name: "Jumpshot"
|
||||
description: "Deal &a%placeholder%%&r more damage in the air"
|
||||
placeholder: "10 * %level%"
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
conflicts: [ ]
|
||||
rarity: uncommon
|
||||
max-level: 3
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: damage_multiplier
|
||||
args:
|
||||
multiplier: "1 + 0.1 * %level%"
|
||||
triggers:
|
||||
- bow_attack
|
||||
|
||||
conditions:
|
||||
- id: in_air
|
Reference in New Issue
Block a user