
Description
A fun plugin to change the Head of specific Monsters to a Player's Head. You can change All Zombies to have the Herobrine Face! Or, you can have Monsters spawn with random PlayerHeads.
Try It
Server: mc.inCRAFTion.com
Website: inCRAFTion.com
Installation
Place the MonsterFaces.jar file into the plugins directory. Start/Re-Start the server to get the default Config to generate in ./plugins/MonsterFaces/config.yml
Both Plugins in Dependencies section are required. PlayerHeads will be removed from dependencies next release.
Dependencies
These Plugins are required for MonsterFaces to work:
You no longer need PlayerHeads for this to work
ProtocolLib
Config
rate: 0.05 playernames: - Herobrine - Notch - jeb_ - Guard
That's it just change the playernames to whatever you want the default is a list of known accounts. You can create the config.yml yourself beforehand if you'd like or edit it while the server is running; use the reload command to apply any changes..
Commands
/monsterfaces
/monsterfaces config get playernames
/monsterfaces config set playernames [Notch, sethbling, etc] (you need the brackets for this to work)
^ This will replace your current settings altogether.
/monsterfaces config add playernames [meiskam] - This is a Future Command that will just add to the current list of playernames.
^ Will be implemented soon.
/monsterfaces config get rate
/monsterfaces config set rate [1.0 - 0.0] (doesn't need the brackets)
Example1: /monsterfaces config set 1 - Will make every Zombie have one of the Faces from your playernames list.
Example2: /monsterfaces config set 0.07 - Will make 7% of Zombies have one of the Faces from your playernames list.
/monsterfaces config reload - Only needed if you make adjustments in the config.yml while server is running.
To-Do
- Holding Item
More Monsters:
- Wither Skeleton
- ZombiePigMen
- etc...
Change Log
- 1.0.0012
- Removed CraftBukkit and PlayerHeads from Dependencies since the new ItemMeta API.
- Fixed some config commands to work as intended.
- Build against 1.4.6-R0.3
- 1.0.0007
- Added config reload and a set/get for rate..
- Removed Skeletons for now.
- Made the rate allow you to set a chance if a Zombie will spawn with a PlayerHead from the new "playernames" list in the config.
- Please note the adjustments to the config.
- 1.0.0004
- Fix for Players taking off helmets not being updated to other Players.
- Added Skeletons.
- Setup in-game config changing.