MineCICD added "plugins"
This commit is contained in:
23
plugins/EcoEnchants/enchants/lifesteal.yml
Normal file
23
plugins/EcoEnchants/enchants/lifesteal.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
display-name: "Lifesteal"
|
||||
description: "Heals &a%placeholder%%&r of damage dealt"
|
||||
placeholder: "%level% * 10"
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
- sword
|
||||
conflicts: [ ]
|
||||
rarity: rare
|
||||
max-level: 6
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: give_health
|
||||
args:
|
||||
amount: "%v% * (%level% * 0.1)"
|
||||
triggers:
|
||||
- melee_attack
|
||||
|
||||
conditions: [ ]
|
Reference in New Issue
Block a user