a3197ab: Manually send chunk packet on 1.20.2+
7d0f3b3: Increase default thresholdToResentWholeChunk
value
11fa7db: SendChunk on current thread
1a845f8: Update comments
eb1c091: Add zh_cn translations for ExploitFixesModule
🎉 ESU 0.10.1 is out now!
This version brings Java24+ Support, with some enhancements and fixes.
Make sure you read bukkit changelog!
Core
- Support Java24+
-XX:+UseCompactObjectHeaders
* Now you can run the plugin with new jvm flag-XX:+UseCompactObjectHeaders
, which reduces memory usages and improves performance. - Support lang resources for MultiLocaleConfiguration
- Fix non-alphameric characters jar path support
- Internal changes.
ESU-bukkit
- [ExploitFixesModule] Renamed from
ExploitFixModule
- [ExploitFixesModule] Move old options to
ConsumerItem
, add newVaultUnlocking
options. - [ChatAntiSpamModule] Re-design sql statements, handle same ip players properly
- [AutoReloadExtensionPluginsModule] Support PlugManX v3
- [CommandAntiSpamModule] Migrate long to Duration class (config change)
- Add papi minimessage tag
* You can use<papi:player_name>
everywhere to use placeholders from PlaceholderAPI. - [EsuChatModule] Support PlaceholderAPI
Full Changelog: https://github.com/Rothes/ESU/compare/0.10.0...0.10.1
7d90398: Support lang resources for classes from dependencies jar
c082aaf: Fix non-alphameric characters jar path support
1c49293: Use try finally to make sure memory access restored
6dc5a5d: Support -XX:+UseCompactObjectHeaders