CreatureController
About
CreatureController helps with controlling the stats of monsters, critters, and players. Can be used to make a server harder, easier, more diverse, or to remove annoying mobs from the server. This is my first plugin so let me know what you think and how I can improve!
Features
- Easily adjustable stats for monsters, critters, and players alike!
- Config file for easy offline changes
- Commands for quick online changes
- Allows changes to health, damage, experience, and whether or not a monster can be spawned
- Lightweight (only 12 KB)
Commands
- /getdamage <unit name> - Returns the damage of the unit with the given name
- /getexp <unit name> - Returns the experience yield of the unit with the given name
- /gethp <unit name> - Returns the health of the unit with the given name
- /getspawnable <unit name> - Returns whether or not the unit can spawn
- /getunitlist - Returns the list of units supported by this plugin
- /setdamage <unit name> <amount> - Sets the damage of the unit to the given amount
- /setexp <unit name> <amount> - Sets the experience yield of the unit to the given amount
- /sethp <unit name> <amount> - Sets the health of the unit to the given amount
- /setspawnable <unit name> true|false - Sets whether or not a unit can spawn
Command Examples
- Setting the experience of a zombie: /setexp zombie 10
- Getting the health of a big slime: /gethp slimebig
- Setting the damage of a tamed wolf: /setdamage wolftamed 5
- Setting the damage of a wooden sword: /setdamage wood_sword 100
Troubleshooting
- UnsupportedClassVersionException - Versions 1.7 and below were built for Java 7, so if you are running Java 6, it won't work. You must either update Java to Java 7 or download version 1.8 or later