- Added 1.21.5 support
- Added a metrics system that provides us some basic information (can be disabled in the plugins/AxAPI/metrics.yml file)
- Added an update checker that can be disabled in the config.yml
- Added teleporting to the top if a player is inside the mine on join
Report any issues @ https://github.com/Artillex-Studios/Issues/!
- Added converter from CataMines
- Added 1.20.5/6 support
- Added Oraxen custom block support
- Made some changes to default config
- Now using different config library (added a fixer for older versions)
- Reduced filesize
- Improved setter performance by ~160%
- Added a config option for setters (you can choose from multiple blocksetters, bukkit, fast, parallel parallel: Does lots of work at the same time, does not impact tps fast: Uses a faster method to set blocks, minimally impacts tps bukkit: Slowest, uses the API to change blocks. Use this if you are expeciencing issues with the others.