- Carry over custom particle effects & sound effects from the spigot version.
- Edit certain messages to match the spigot version.
- Dispensers can now dispense picked up villagers.
- You can now directly place back villagers into minecarts and boats.
- Fixed: Can’t interact with chests, hoppers, etc. with a picked up villager in your hand.
-
Rewritten from scratch.
-
Any (spigot) version before this is now marked as LEGACY. Villager hoppers and villagers should be converted automatically. For more details, check out: Updating from a legacy version
-
Picked up villagers are no longer “stored” by teleporting them under the world.
-
Picked up villagers’ NBT data is now written directly onto the item and retrieved when placing down. This will fix most performance issues that were apparent when using the legacy version.
-
Villagers can now be dispensed from dispensers (1.21+)
-
Picked up villagers now display certain property tags, such as owner, anchor and trading status.
-
A list of your trading partners will now be shown on the “Add Partner” button description.
-
Added separate “clickvillagers.place” permission for placing back villagers.
-
Overhauled messages:
- Use actionbar messages for common actions to avoid cluttering chat
- Villager hoppers have a more readable title
- Shorter button descriptions and more line breaks for readability
-
Added new particles and sound effects to almost every action.
- Picking up and placing back villagers has new particle and sound effects.
- Anchoring villagers has new particle and sound effects.
- Villager hoppers now have distinct placing/breaking sounds.
- Changing biomes have a new sound effect.
- Editing villagers now has a slightly lower pitch than the regular chest sound.
-
Added back buttons to submenus.
-
Fixed update checker. #23
-
Specify version when a new update is available.
-
Villager hoppers are no longer saved in a file, but the world itself.
-
Villager hoppers now only pick up villagers that are right above them.
-
Switched to JSON for messages and separate language files.
-
Switched to JSON for partner data.
-
Switched to ClickGUI for in-game menus.
-
Anchoring is made more consistent.
-
Rehauled configuration options:
- Removed “enable-x” config options, use permissions to disable features completely.
- Added a lot more configuration options, check “config.yml” in the plugins/ClickVillagers folder.
Fabric 1.21.4 Port
- Instead of a seperate villager hopper item, regular hoppers pick up villagers.
- Adding a trading partner is done through a screen instead of the chat.
- Claimed villagers can't be anchored by others.
- Back button added to submenus.
- You can see your trading partners when hovering over the "Add Trading Partner" button.
New Features
- Multi Language Support! Supported languages: English, German, Turkish, Dutch, Ukrainian, Russian
- Added configuration to enable/disable certain features.
- You can now pick up and anchor Zombie Villagers.
- You can now put picked up villagers directly into minecarts or boats.
- You will now be notified when a new version is available.
Fixes
- Huge code clean-up & rewrite.
- Optimized Villager Hoppers.
- Fixed a bug where villagers wouldn't keep their data if the -- spawn chunks aren't loaded.