You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switched to Paper API for better performance and ease of development.
Dropped Spigot and 1.20 support
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 Trades recipe 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 setting allow_resetting_trades: true.
Rewrote dispenser logic to use Paper's BlockPreDispenseEvent.