Added Conclude

This commit is contained in:
Auxilor
2020-08-30 10:53:03 +01:00
parent d9a5d46c14
commit 02299669e2
4 changed files with 74 additions and 0 deletions

View 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

View File

@@ -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