Skip to content

4.6.0 DEV4 (Release candidate)

Pre-release
Pre-release
Compare
Choose a tag to compare
@AuroraLS3 AuroraLS3 released this 12 Jan 18:29

4.6.0 DEV4

Changes from DEV3

  • Network-Server configuration transfer now functions correctly
  • Database Indexes created for improved read performance (Almost all tables)
  • Fixed enable errors on BungeeCord servers
  • Fixed #876 Bungee setup message
  • Fixed #875 Odd characters due to bad encoding
  • Fixed #860 MySQL patching failing due to bad foreign keys

Changes

New

  • Configuration enhancements:
    • Made things more readable in the config:
    • Setting validation (Is the setting correct format)
    • Configuration patch system that allows moving old settings to new locations, making it easier to make the config more readable. Back up old config in case of issues.
    • It is recommended to move the Plugins section to the bottom of the config for better readability
    • Server configs are now available for editing on network servers
  • Database optimizations:
    • Reduced the amount of joins for tables by flattening user_id into uuid for tables. This should reduce CPU load with larger queries.
    • Resulting database not backwards compatible (eg. 4.5.2).
    • Database Indexes created for improved read performance (Almost all tables)
  • Added "back" links to /server and /player pages
  • /player links now open in the current tab, old behavior available via setting

Bugfixes

  • Miclebrick Fixed an error with Java 11
  • Prevented NPE when DataGathering.Geolocations is false
  • RegisterCommand error no longer logged
  • RegisterCommand success message fixed
  • Import command success message added
  • Fix Servers tab on /network page opening wrong tab
  • Fix Active players message times being flipped
  • Attempt to prevent NPE on enable related to GriefPrevention

Known issues

These issues still need to be fixed, but can be included in the final release.