Add the following to config.yml:
Code (YAML):
# Enables the requirement for a permission for use of 'kill-all' or 'kill-step'.
death-type-permission
: false
# Add the leftover damage from the death of one entity onto another, and if the leftover damage could kill another entity the stack will decrease.
kill-step-damage:
enabled
: false
# DeathEvent reasons that shouldn't trigger kill-step-damage.
# List of bukkit names for death reasons can be found at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/EntityDamageEvent.DamageCause.html
reason-blacklist
:
- ''
# Entity types that shouldn't trigger kill-step-damage.
type-blacklist
:
- ''
# Disables the ai on entities.
no-ai:
enabled
: false
use-whitelist
: false
types-whitelist
:
- ''
Add the following to lang.yml:
Code (YAML):
# The display information for the 'stick of stacking' which can be obtained with the command '/sm stick'.
stack-stick:
name
: '&6The Stick Of Stacking'
lore
:
- '&eRight-click an entity to perform selected mode.'
- '&eShift + right-click an entity to change current mode.'
- '&bAvailable modes:'
- '&dSTACK_ONE &7-&a Stack one entity.'
- '&dSTACK_NEARBY &7-&a Stack
all entities in the chunk.'
- '&dUNSTACK_ONE &7-&a Removes the stack meta from one entity'
- '&dUNSTACK_NEARBY &7-&a Removes the stack meta from
all entities in the chunk.'