- Added 1.21.11 support.
- New Feature: Resetting Trades
- You can now reset trades of villagers directly in the trading menu!
- Click on the
Reset Tradesrecipe to reset the trades of the villager. - This feature is disabled by default!: As it might be too overpowered,
you need to enable it in the config first (
plugins/ClickVillagers/config.yml) by settingallow_resetting_trades: true.
- Switched to Paper API for better performance and ease of development.
- Dropped
Spigotand1.20support- From now on, new releases will only support 1.21+.
- There might be bugfix releases for 1.20 and Spigot if necessary.
- New Feature: Resetting Trades
- You can now reset trades of villagers directly in the trading menu!
- Click on the
Reset Tradesrecipe to reset the trades of the villager. - This feature is disabled by default!: As it might be too overpowered,
you need to enable it in the config first (
plugins/ClickVillagers/config.yml) by settingallow_resetting_trades: true.
- Rewrote dispenser logic to use Paper's
BlockPreDispenseEvent. - Rewrote Villager Hopper logic. (RVSkeLe)
- Improved performance. (Using Paper API features)
- Reloading the config will now also reload villager hopper settings.
- Removed legacy compatibility.
- If you are upgrading from a version before
1.1, upgrade first to1.4.4before upgrading to1.5or later.
- If you are upgrading from a version before
- Fixed glitched names for villagers with a profession on 1.21.10.
- Optimized villager hopper performance.
- Added new config option
enable_dispensersthat controls whether dispensers can dispense mobs. - Overhauled dispenser logic.
- Dispensers now dispense villagers on all versions.
- Fixed: Villager item was not being removed after being dispensed.
- Fixed: Villager only gets dispensed if a player/mob is in front of the dispenser.
- Added support for 1.21.10
- Fixed crash when sending packet.
- Changed villager anchor sounds.
- Fix: Exception thrown in console when removing a villager's anchor on 1.21.8.
- Changed villager anchor sounds.
- Players will now need the
clickvillagers.pickuppermission to pick up villagers they claimed as well.- A new config option
claimed_villagers_bypass_permissionshas been added to change this behavior if needed.
- A new config option


