5.7 DEV build 3123
5.7 DEV build 3123
This dev release contains quite a lot of changes, so please report any bugs that you may find.
Special thanks to Kopo, SaolGhra & TWJohnJohn20116 for contributions to this update
Change log
Website
Theme Editor
You can now create your own themes for Plan without needing Html Customization. This is the main new feature of this version and is documented here.
- theme.yml has now been deprecated and will be deleted if it only contains default values
Localization
One goal in this version is to reduce the amount of mixed language (e.g. selected language + English) appearing on the website. This work is still underway. If you're using a locale that still has English lines in it, please help translate it
- Dates, time amounts & country names are now translated based on the selected locale. (If specific ones aren't please report it as a bug)
- HighCharts & Calendar are now translated based on the selected locale
Other
-
Kills table can now be searched/sorted/exported and gets up to 25000 entries from the database
-
Multi-select components have been replaced with a more intuitive alternative, especially on mobile
-
Performance graph tabs now sync the graph range-finder so that you can view different data for same time easier
-
Network performance graph colors now vary between servers to be easier to read
-
Fixed extra Series label appearing in HTTP mode on Performance graph (This is the plugin version history series in HTTPS mode)
-
Fixed some night mode text invisibility issues
-
SaolGhra fixed error
r.includes is not a functionrelated to Litebans
Config
Display_options.Theme(default "default") now refers to theme name in the theme editor rather than "What theme.yml to copy values from"Display_options.Night_mode(default false) added
Data
- Register date
0(1970-01-01) is now regarded as invalid. - Ban status is now updated by an automatic task that cycles through all known players small amount at a time
Sponge
- Sponge API 14 is now used, API 8 is no longer supported.
Database
- If MySQL runs into error code 1020 'Stale read' error, the transaction will retry instead of erroring
- Fixed dyplicate key violation related to AllowListBounce
Locale
- TWJohnJohn20116 updated zh_TW locale
Extensions
- Fixed ArithmeticException related to LibertyBans when bans were infinite
- Updated Jobs extension to support newer version
Placeholders
- Fixed network_players_online always saying 0
Other
- Kopo updated the build system to speed up builds & IDE indexing performance