Skip to content

Changelog

[2026.02.02-5f98a2c] - Build repo fix

Changed

  • Add the MD-5 Maven repositories so the BungeeCord API resolves.
  • Exclude Waterfall sources from the Velocity-only build to avoid missing BungeeCord deps.
  • Pin Lombok explicitly for Java 21 compatibility.
  • Add a Velocity run task so runServer starts the proxy instead of rebuilding.
  • Remove noisy release array logging from the update checker.
  • Avoid logging full config paths on load failures.
  • Avoid double config load logs during Velocity startup.
  • Add Connect-based config syncing and remove the legacy editor backend field.
  • Move the Personalized Favicon package namespace to net.uebliche.
  • Exclude Waterfall sources from the renamed package path.
  • Clean stale PersonalizedFavicon jars in the Velocity run plugins folder to avoid duplicate IDs.
  • Pass the selected Velocity version to the run task.
  • Use the selected loader version for Velocity proxy downloads.
  • Pass the selected Velocity version to the Run action as a Gradle property.
  • Use a dedicated Velocity version token so action vars aren't overwritten.
  • Improve Velocity download errors when a version has no builds.
  • Add a velocityVersion project var for Velocity runs (default empty to use selection).

[2026.02.01-102da65] - Docs bootstrap

Added

  • Add the Personalized Favicon docs section and feature checklist.

Changed

  • Bump Gradle wrapper to 8.9 for Java 21 compatibility.