Added Conclude
This commit is contained in:
23
Plugin/src/main/resources/enchants/normal/conclude.yml
Normal file
23
Plugin/src/main/resources/enchants/normal/conclude.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# Conclude EcoEnchant
|
||||
#
|
||||
|
||||
config-version: 4.0 # Don't edit this.
|
||||
|
||||
name: "Conclude"
|
||||
|
||||
description: Instantly kill entities on low health.
|
||||
|
||||
obtaining:
|
||||
table: true
|
||||
villager: true
|
||||
loot: true
|
||||
rarity: epic
|
||||
|
||||
general-config:
|
||||
grindstoneable: true
|
||||
conflicts: []
|
||||
maximum-level: 5
|
||||
|
||||
config:
|
||||
minimum-health-per-level: 1 # Multiplied by level, eg: if 1, then Conclude 5 kills any mobs below 2.5 hearts
|
||||
@@ -239,6 +239,7 @@ permissions:
|
||||
ecoenchants.fromtable.cubism: true
|
||||
ecoenchants.fromtable.quadrilateralism: true
|
||||
ecoenchants.fromtable.lesion: true
|
||||
ecoenchants.fromtable.conclude: true
|
||||
|
||||
ecoenchants.updateannounce:
|
||||
description: Informs admins of a new update
|
||||
@@ -828,4 +829,7 @@ permissions:
|
||||
default: true
|
||||
ecoenchants.fromtable.lesion:
|
||||
description: Allows getting lesion from an enchanting table
|
||||
default: true
|
||||
ecoenchants.fromtable.conclude:
|
||||
description: Allows getting conclude from an enchanting table
|
||||
default: true
|
||||
Reference in New Issue
Block a user