Changes in 1.3.0:
- Added support for removing vehicles, projectiles and items (thanks to @Jsinco)
- This comes with two new categories (category:vehicle and category:projectile)
- Support for 1.20.5 and Mojang mapped servers.
- Fix Folia support.
- Added option to exclude mounted entities.
- Added option to exclude player-pickupable projectiles.
- Added warnings when attempting to use an invalid or incompatible entity type.
Changes in 1.2.1
- Added a 'disable-breeding' action for animals.
- Added Folia support.
- Entities with the fewest ticks lived will now be removed first.
- Fixed an issue that occurred with the MSPT tracker on Spigot after reload.
- Fixed a rare instance where the group membership check would exit prematurely for some entities.
- The plugin now requires Java 17 to run.
Changes in 1.2.0
- MSPT is now the only indicator available for reactive mode - support for TPS has been dropped. MSPT support has been added for Spigot. For those currently using reactive mode with TPS as your indicator, you may need to readjust your config after updating.
- Fixed MSPT being halved when using an odd-numbered collection period.
- Added toggleable notifications when the plugin performs actions -
/farmcontrol notify
. - Added a history of recent actions the plugin has performed -
/farmcontrol history
. - Improved plugin metrics.