- Added 1.21.9 and (most likely also) 1.21.10 support. (if you are using paper 1.21.9, you must update it to the latest build for the plugin to work)
- Made the plugin use slightly less memory storing the quest leaderboard players.
- Fixed an exception with the packet system.
- Added 1.21.6 support. The plugin now supports 1.20.2-1.21.6.
- Gui performance improvements.
- Fixed the %axquestboard_points_raw% placeholder.
- More fixes to make modelengine compatible. (hopefully the last one)
- Fixed the prevent-cheating setting not working with some quest types.
- Fixed signs not working
- Fixed villager guis not working.
- Note: ModelEngine is currently incompatible with this version of the plugin. If you are using it, please consider using the last version before the 1.21.5 support or wait a few days until we fix it!
This version of the plugin still might have issues as there are major internal changes, please report any issues @
https://github.com/Artillex-Studios/Issues/!
- Fixed an issue library loading.
- The plugin now requires java 21 or higher.
- Made all the quest point transactions run on a separate thread.
- There are many breaking changes in the plugin's api, (the old AxQuestBoardAPI class methods will keep working for a few months) update to the v3 version if you are a developer.
- Fixed that the plugin was throwing an exception on windows machines when the server was starting up
- Fixed SNBT serialization/deserialization on 1.21.1+
- Added a metrics system that provides us some basic information (can be disabled in the plugins/AxAPI/metrics.yml file)
- Small fix for an issue in the last version
- Replaced the internal leaderboard system with a better one, this should solve all random exceptions that were happening and it also improves performance.
- Improved the placeholder handling of the plugin, placeholders now also auto complete when using /papi parse
- Added 1.21.4 support
- Fixed some issues with commands on 1.21+ versions
- Fixed the shop not running commands on Folia
- Made it possible to set a slot for purchasable shop items
- Added Item and Command rewards, check the default quests.yml config on the wiki
- Fixed an exception that sometimes appeared
- Added 1.21.2-1.21.3 support
- Added 1.21.1 compatibility
- Attempt to fix a missing library issue on startup
- Added /axqb balance [player] command, check the wiki for the permission
- Fixed an exception that sometimes appeared
- Update BattlePass trigger
- Fixed the gui sometimes breaking
- Improved craft trigger, now it should never miss any items
- Added 1.21 support
- Added an update notifier, you can customize it or disable it in the config
- Made all the command error messages customizable
- Made commands work with Geyser Floodgate players
- Fixed a warning that appeared on startup when using paper 1.20.5 and 1.20.6
- Fixed commands double registering when reloading the plugin
- Made it possible to disable broadcast messages in the lang file
- Fixed MythicMobs trigger not using the entity id for the extra value
- Fixed an issue with the default config
- Made it possible to precisely control gui and quest slots, for example now you can set slots to multiple slots, for example
Code (Text):
quest-slots:
- 10-16
- 19-25
- 28-34
- 37-43
![[IMG]](/proxy/image?url=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F960076830772166677%2F1243248353941389462%2Fimage.png%3Fex%3D66517182%26is%3D66502002%26hm%3D7bf42464c39132d0003f418db0638d97b2f9f5b5e46101ad4867283e83430d6d%26%3D)
- Made the plugin behave a bit better to /reload and plugman (it is still not supported, but it should not stop anymore)
- Some other fixes
- Added 1.20.5 and 1.20.6 support
- Added a new force-unique-quests setting to the config.yml
- Improved permission system, now it should be tab completable in your permission plugin
- Fixed an issue with players' score resetting after relogging
- Added 4 new triggers: (more info on the wiki)
Code (Text):
ADVANCEDCRATES:GETREWARDS
ADVANCEDCRATES:OPEN
MYTHICMOBS:KILL
VOTEPARTY:VOTE
- Added 10 new triggers: (more info on the wiki)
Code (Text):
AXKOTH:WIN
AXKOTH:GAIN
BATTLEPASS:TIERUP
BATTLEPASS:PROGRESS
EXCELLENTCRATES:OPEN
SHOPGUIPLUS:SELL
SHOPGUIPLUS:SELL_AMOUNT
SHOPGUIPLUS:BUY
SHOPGUIPLUS:BUY_AMOUNT
CRAZYVOUCHERS:REDEEM
- Fixed the AVIATE trigger