Skip to content

v1.0.0 for MC 1.21

Latest
Compare
Choose a tag to compare
@SeriousGuy888 SeriousGuy888 released this 27 Jul 21:03
f436ccc

Warning

This version is intended to work with Minecraft 1.21 (using Spigot API version 1.21-R0.1-SNAPSHOT) and will likely not work with earlier versions. In particular, the villager meat items themselves use the new (added in Minecraft 1.20.5) item components system to determine info such as the food value of the items.

Important

The plugin has been renamed from BillzoVillagers to VillagerMeat.

If you are updating from a version of this plugin before this one, follow these steps to keep your configuration data.

  1. In your Minecraft server files, browse to /plugins/
  2. Rename the folder BillzoVillagers (which contains all your existing configurations) to VillagerMeat.
    • If the VillagerMeat folder already exists (because you started the server with the new version before performing these steps), then go ahead and delete it (it just contains the default configs provided if no existing configuration files were found) before renaming the folders.

Changes

  • Updated to Minecraft 1.21
  • Plugin renamed to
  • Added new config file items.yml
    • You can modify the item data (name, lore, food nutrition, food saturation, etc.) of the villager meat and wandering trader meat items here
    • Removed config options villagermeat.food_points and villagermeat.saturation_points from config.yml. These options have been superseded by this new system.
  • Removed command aliases /toggle_vdm, /vdm, and /villager_death_messages for the command /toggle_villager_death_messages.

Fixes

  • Eating villager meat no longer erroneously fills your saturation to the maximum

Full Changelog

v0.6.2...v1.0.0