Changelog
Every published release, newest first. Breaking changes are always called out explicitly with a migration path.
Versions follow semantic versioning: MAJOR.MINOR.PATCH. Patch and minor updates are always
drop-in — stop the server, swap the jar, start it again.
AquaCore
2.0.0 Breaking
- Added the module system —
modules.ymllets you disable anything you do not use. - Added
/aqua preview <template>to render a template to yourself only. - Added the
--silentflag on broadcasts. - Added gradient support:
<gradient:#a:#b>text</gradient>. - Changed templates moved from a single
templates.ymlinto one file per template undertemplates/. - Changed
AquaCoreAPI.getInstance()renamed toAquaCoreAPI.get(). - Removed
settings.legacy-colors— legacy codes are always parsed now.
Migration from 1.x
| 1.x | 2.0 |
|---|---|
templates.yml → templates.welcome | templates/welcome.yml |
custom-args (root) | broadcast.custom-args |
cooldown (root) | broadcast.cooldown |
AquaCoreAPI.getInstance() | AquaCoreAPI.get() |
AquaCore migrates the YAML automatically on first boot and prints a Config migration block listing
every key it moved. Your old files are kept as *.yml.bak.
1.4.2
- Fixed bossbars leaking when a player quit mid-broadcast.
- Fixed
/aqua reloadreporting success on a file it had actually rejected.
1.4.0
- Added Folia support across every scheduled task.
- Added
%aquacore_last_broadcast_ago%. - Changed head rendering moved off the main thread.
AquaTags
1.3.1
- Fixed duplicate slots crashing the GUI instead of printing a clear error.
- Fixed tags not re-applying after a server switch on MySQL storage.
1.3.0
- Added
TagServicepublished through AquaAPI. - Added
hidden: trueon tag definitions. - Changed
revoke-on-permission-lossnow defaults totrue.
AquaLib
1.6.0
- Added
<rainbow>colour tag. - Added
ConfigLoadercomment preservation on migration. - Fixed
ItemBuilder.glow(true)wiping existing item flags.
HeadRender
1.2.0
- Added
overlay(boolean)to toggle the hat layer. - Changed default cache size raised from
100to500.
Last updated on