- Added Auto Pick Up Feature
When enabled, any beacons you break, the item will go to your inventory instead of dropping the item. (Disabled by default, enable this on your config.yml)
Tested on Airplane 1.17.1
- Fixed bug where the plugin attempted to check block beneath the bedrock
Tested on Airplane 1.17 and Spigot 1.18
- Fixed where plugin failed to calculate Y-coordinate below world height and above world height for 1.17 and 1.18
Tested on Spigot 1.18
- Fixed bug with long-respond async block fetcher on 1.18 caused the server not responding
- Fixed bug with detection for a huge amount of entities that can cause a server crash
- No longer uses asynchronous block getter, switched with parallel synchronous block getter (you might see a big number on sync task count in the timings but that's all fine).
- Separated GUI listener task to prevent from disturbing with main event timeline.
Tested on Airplane 1.17.1 and Spigot 1.17.1
- Fixed bug where the plugin failed to start when the Particle Effect is disabled from the config
- Switched to zero-copy entity array getter for faster and better performance
Tested on:
- Disable effect listener check when the effect is disabled
- Switched to sync (bukkit) collection, might unstable for now, but any report is appreciated
Purpur 1.17.1
Spigot 1.17.1
Tested with Spigot 1.8 and Purpur 1.17.1
- Fixed where class MetricsLite used an unknown class from 1.8 caused the plugin to unable to run properly.
- Fixed where crops effect cannot be registered due to an unknown class from 1.8 weird class loader behavior.
- Crops Booster has been limited to at least 1 stage before its ripe to prevent any abuse.
- Fixed where Peace effect can cause Living entities to not target anything even it's outside of the beacon
- Removal of all concurrent collection on the codebase to perform better on the single and multi-thread
