
AxMines 1.4.1
A performant and feature rich & customizable mine plugin that does not require worldedit!
- More fixes to make modelengine compatible. (hopefully the last one)
- Fixed an issue with relogging in mines not putting players on the right block.
- 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 1.21.1 support
- Some fixes to 1.21 paper support
- Added support for ItemsAdder furnitures
- Added 1.21 support
- Added ItemsAdder custom block support, you need to prefix your custom blocks with
itemsadder:
- 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.