fork from JoelGodOfwar 338b93
This plugin adds all the Minecraft Mob Heads of the MoreMobHeads datapack hosted by Xisumavoid from the Hermitcraft server, and expands those heads to all Mobs in the game with textures available at the time of release, including all Villager professions and types.
All 22 named Tropical Fish have been added.
ALSO DOES PLAYER HEADS
The old code has annoyed the developer(me) in my server. So we decide to drop original author and make our version.
- Use Gradle to build plugin.
- Add MoreMobHeads as a module of the project.
- Use
spigot-api
instead ofspigot
. NMS is not needed in fact. - Remove ALL languages because they are low-quality. (translated from Machine)
- Add Simplified Chinese translation and set to default language.
- Remove old and deprecated code.
- Re-define translation system and configuration system. Fix
I18n
andconfig reload
bugs. - Manage version numbers in just 1 file (
build.gradle
) for 3 configuration files (config.yml
,chance_config.yml
,messages.yml
) - Disable
update checker
andmetrics
default. - Much more easier to contribute code to the plugin. No need to wait a long time to solve unnecessary dependencies.
gradlew :bukkit:build