Compatibility
Minecraft: Java Edition
1.21.3–1.21.11
Platforms
Tags
Creators
Details
Licensed ARR
Published 3 days ago
Updated 3 weeks ago
Nerfs maces by reducing maximum health per mace in inventory.
Contents:
- Health cost per mace: each mace in a player's inventory reduces their maximum health (default: 1 heart per mace, configurable). Removing the mace restores the cap. Maces on cursor or offhand slot and in bundles/shulker boxes is still counted.
- Death Prevention: If a player has so many maces that player's max health cant drop below/equal to 0, extra maces drop, leaving only as many maces as the player can carry(dropping starts at 2 HP(1 heart) by default, configurable).
- World Blacklist: Blacklist worlds that you dont want the mace health cost to apply in.
- Yes, it has live config reload by /macehealth reload
config.yml:
| Option | Description | Default |
|---|---|---|
enabled |
Enable/disable the plugin | true |
hp-per-mace |
Health cost per mace(HP) | 2.0 |
min-health |
Health floor which maces start dropping (HP) | 2.0 |
blacklisted-worlds |
Blacklist worlds that you dont want the health cost to apply on | --- |
sanity-check-interval-ticks |
Interval of the background consistency check | 40 |
Compatibility & details:
- This plugin is only tested on 1.21.11 but is expected to run on 1.21.3-1.21.11
- This plugin uses attribute modifiers rather than editing base values, ensuring compatibility with other plugins that affect maximum health
Note: If min-health is set to 0 or below, the plugin treats it as 0.5


