MobAttributeTuner Documentation
✅ Installation
- Download the latest `.jar` file from the Releases page
- Drop it into your server's `/plugins/` folder.
- Restart the server.
- A `config.yml` will be generated automatically inside the `/plugins/MobAttributeTuner/` folder.
⚙️ Configuration Format
Code (YAML):
mobs:
ZOMBIE:
health
: 20.0
damage
: 4.0
armor
: 2.0
armor_toughness
: 0.0
knockback_resistance
: 0.0
movement_speed
: 0.23
- All mobs are commented out by default.
- Only uncomment and configure the ones you want to modify.
- If a value is missing or negative, the default will be used.
Supported Attributes
health |
Max health |
GENERIC_MAX_HEALTH |
damage |
Melee damage |
GENERIC_ATTACK_DAMAGE |
armor |
Armor value |
GENERIC_ARMOR |
armor_toughness |
Reduces strong-hit damage |
GENERIC_ARMOR_TOUGHNESS |
knockback_resistance |
Prevents knockback |
GENERIC_KNOCKBACK_RESISTANCE |
movement_speed |
Speed (normal is ~0.2) |
GENERIC_MOVEMENT_SPEED |
Reloading Config
The plugin reads the config on server start. Use `/reload` or restart the server after changes.
Tested On
- Minecraft Java Edition 1.21.5
- Paper 1.21.5 Build #231