# Changelog
## 1.0.1 - 2026-06-12
### Compatibility
- Added verified Spigot API compatibility from Minecraft 1.8.8 through 26.1.2.
- Added a configurable Maven API version for testing both supported version boundaries.
- Kept modern titles, particles, action bars and boss bars behind reflection and legacy fallbacks.
- Corrected the documented compatibility range to
1.8.8 - 26.1.2.
### Fixed
- Fixed SmartLag selecting the least severe rule during critical TPS drops.
- Fixed the emergency SmartLag actions not running at the configured threshold.
- Fixed
XP_CLEARremoving regular dropped items in addition to experience orbs.- Fixed PlaceholderAPI registration occurring before scheduled task initialization.
- Added null-safe next-clear placeholders during plugin startup.
- Fixed unsafe asynchronous YAML statistics saving.
- Fixed statistics save-task duplication after configuration reloads.
- Fixed scheduled tasks retaining cancelled task handles.
- Fixed auto-clear timing being delayed by one second.
- Fixed item merging creating invalid stacks larger than the material limit.
### Changed
- Item merging now respects each material's vanilla maximum stack size.
- Reloading now restarts the statistics save interval using the latest configuration.
