- Added 26.2 support. The plugin now supports everything between 1.20.2 and 26.2.
- Moved to our own discord webhook system, the webhooks.yml will be migrated on first startup. If you use this feature, it is recommended to take a backup of it so nothing gets deleted.
- The new discord webhook system is more capable, supporting basically all discord features, (and the old system downloaded a lot of useless libraries) you can find the new syntax and more details here: https://docs.artillex-studios.com/discord-webhook-builder.html
- Reworked the internal placeholder system. This allow for all booster placeholders to work in webhooks. If you notice any placeholders not parsing that used to, please report it to us. (https://github.com/Artillex-Studios/Issues/issues)
- Added a new %timestamp% placeholder for the webhooks that can be used for the timestamp field.
- Fixed that the fly booster could get lost when the player changed worlds. (+ some other fixes related to this)
- Attempted to fix that on synced servers the "thank you" message might have been sent multiple times to the player.
- Added an isLocal variable to the AxBoostersStartBoosterEvent api event which can be used to see if the booster was started from the same server as where the plugin is running or not.
- Fixed that in some places database queries were executed from outside of the executor thread. These changes should improve performance in some situations.
- Fixed that the previous version didn't get remapped on 1.20.5-1.21.4 servers, because of the new 26.1 module requires java 25. This version now should work in all minecraft versions from 1.20.2 to 26.1.1 even with java 21.
- Added 26.1 and 26.1.1 support. (The plugin now supports everything between 1.20.2 and 26.1.1)
- Moved the update notifier to use our own internal api for more accurate information and to prevent it not working if the provider site goes down.
- Added a %axboosters_active_#_active% placeholder that returns if there is an active booster at that position.
- Added a debug setting to the config, which can be used to get information about custom boosters.
- Updated BentoBox hook & moved playerpoints booster to the custom-boosters.yml.
