Skip to content

v0.6.0 for MC 1.20.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@SeriousGuy888 SeriousGuy888 released this 26 Jan 21:49
· 25 commits to master since this release

Changes

  • Much fancier death messages for villagers. Death messages now use Minecraft's vanilla translation keys for death messages. This means villager death messages will be formatted similarly to player death messages, and these death messages will be translated appropriately to any individual player's Minecraft client language.
  • Naming
    • Removed guaranteed surname hyphenation for now.
    • Villagers' middle names can now be chosen from both the first and last name lists.
    • Added a random chance for villagers to get a complete random last name instead of taking one of their parents. This should help with villager communities being made up of all the same last name if they are all bred from the same two villagers.
    • The list of possible villager names has been separated out (from config.yml) into its own config file (to villager_names.yml).
      • The plugin should migrate the old name list to the new location automatically. (It will also make backups of your config files in case it messes up)
  • Death messages sent to DiscordSRV no longer contain a footer with the coordinates of where the villager died.
  • Villagermeat hunger values are now configurable in config.yml. I plan to add more stuff to the config down the road as well.

Full Changelog

v0.5.1...v0.6.0