BuffedMobs is a Minecraft plugin that allows server owners to buff the health of mobs buy custom factors. By default, all mobs have double the health. The default health multiplier can be customized as well as individual health multipliers for each mob.
- Blanket health multiplier for all mobs
- Specific health multipliers for individual mob types
- Health multipliers are stored in the servers
config.ymland can be changed via command
- Download
/build/libs/BuffedMobs-v1.0.jar - Place the
.jarfile into thepluginsfolder of your Minecraft server - Restart the server to enable the plugin
| Command | Usage | Description |
|---|---|---|
/setmobmultiplier |
<mob> <multiplier> |
Sets the health multiplier for a specific mob |
/setmobmultiplier ZOMBIE 2→ Doubles the base health of all newly spawned zombies
| Permission | Description | Default |
|---|---|---|
buffedMobs.set |
Allows the player to set the health multiplier of mobs | op |
The plugin saves health multipliers in config.yml located in the plugin's data folder.
This file is automatically managed by the plugin.
To update the base health multiplier of all mobs, you must change the default_multiplier field of config.yml
- Requires Minecraft
1.21+(API version1.21) - Uses Adventure API for text formatting
BuffedMobs.java- Manages the plugin lifecycle and stores player colorsEntitySpawnListener- Listens for all newly spawned living entities to update their healthSetMobMultiplierCommand.java- Handles the/setmobmultipliercommandSetMobMultiplierTabCompleter.java- Handles the tab completion for the/setmobmultipliercommand
- Clone the repository
- Build using
./gradlew build - Place the compiled
.jarinto your server'spluginsfolder.
This plugin is provided as open-source. Feel free to modify and use it according to your needs.
Enjoy tougher mobs! 💪