- Misc | Since Mojang appeared to readd the server-name option to server.properties, we now only will print a warning if that option is missing. It's needed to identify your server withing BungeeCord.
- Misc | Made Strip_Oversized_Json in settings.yml false by default as modern clients have greated json limit.
- New | Added a toggle to disable the new MiniMessage format support in Books since it invalidates legacy colors.
- Improve | Much faster performance when writing log.csv messages and MySQL is disabled.
- Fix | Solved "StringIndexOutOfBoundsException: String index out of range: 0"
- Fix | Attempt to solve a rare concurrency issue when parsing JavaScript variables.
- Fix | Solved sound notify tag sometimes not working due to a bug in the developer event introduced recently.
- New | Folia support. Please note that due to early development stage of Folia not all APIs are supported.
- Install ProtocolLib when using Folia otherwise Conversation API which we use might malfunction.
- New | Added PlayerPreMentionEvent to allow developers modify sound notify (@tagging) feature.
- Improve | Further performance improvements by saving javascript calls when not needed.
- Fix | Solved some javascript variables not working on discord and being always replaced to false.
- New | Added variables support for Open_Url in formats, such as you can now use Open_Url: yoursite.com/profile/{player_name}
- New | Added support for PremiumVanish.
- Improve | Greatly improved overall IO performance by grouping calls to join/leave/set/auto-joining channels for players to a single call instead of a call for each channel separately.
