- Fixed being able to place villagers into non-rideable minecarts
-
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.
- Fork to 1.20.1
- You will now be sent back to the previous menu after adding a trading partner.
- Ported to 1.21.1
- You will now be sent back to the previous menu after adding a trading partner.
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.
- Added 1.21 Support
- Fixed: Villagers invisible after being placed in 1.21
- Fix compatibility issues with most other plugins
- Claimed villagers can now be killed via /kill
- Picked up villagers no longer lose their data after /kill
- Fixed clickvillagers.claim permission not working
- Fixed a bug where hoppers could be duped using villager hoppers.
- Added Vietnamese support
- Claim villagers and protect them from other players
- Edit properties of claimed villagers
- Change biome variants of villagers
- Only allow your trading partners to trade with your villagers
- Overhauled messages
- New permissions
- New config settings
- Added permissions:
- clickvillagers.pickup
- clickvillagers.anchor
- clickvillagers.hopper
- All permissions default to "true"
- Fixed a bug where placing other heads would cause "couldn't retrieve villager data" and weren't able to be placed.
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.