Skip to Content
Changelog

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.yml lets you disable anything you do not use.
  • Added /aqua preview <template> to render a template to yourself only.
  • Added the --silent flag on broadcasts.
  • Added gradient support: <gradient:#a:#b>text</gradient>.
  • Changed templates moved from a single templates.yml into one file per template under templates/.
  • Changed AquaCoreAPI.getInstance() renamed to AquaCoreAPI.get().
  • Removed settings.legacy-colors — legacy codes are always parsed now.

Migration from 1.x

1.x2.0
templates.ymltemplates.welcometemplates/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 reload reporting 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 TagService published through AquaAPI.
  • Added hidden: true on tag definitions.
  • Changed revoke-on-permission-loss now defaults to true.

AquaLib

1.6.0

  • Added <rainbow> colour tag.
  • Added ConfigLoader comment 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 100 to 500.
Last updated on