- New hitbox system to make it possible to throw throwing weapons through 1-block-large holes for example.
This system is in BETA. Please report any bug.
- Fixed WorldGuard issues with the custom flag.
- Added attributes (Only +1.14). You can add it to your config:
Code (YAML):
# Only on +1.14!
# Format: 'MODIFIER, SLOT, Operation, Amount
# List of modifiers:
# - MAX_HEALTH
# - FOLLOW_RANGE
# - KNOCKBACK_RESISTANCE
# - MOVEMENT_SPEED
# - ATTACK_DAMAGE
# - ATTACK_SPEED
# - ARMOR
# - ARMOR_TOUGHNESS
# - LUCK
# List of slots:
# - ANY
# - HAND
# - OFF_HAND
# - HEAD
# - CHEST
# - LEGS
# - FEET
# List of operations:
# - AMOUNT
# - PERCENTAGE
# - MULTIPLY
modifiers:
enabled
: true
list
:
- 'MAX_HEALTH,
ANY, MULTIPLY, 3'