TPS fixes
This update is a focused performance pass. Here's what changed.
- Recipes, Rituals, and Kits don't hit the database from the main thread anymore. Joining the server, unlocking a recipe, and using a kit are all lag-free now.
- Boss fights run noticeably smoother, especially with multiple bosses up or a packed server.
- Custom enchant checks are way cheaper. If an item has no custom enchants, the check finishes almost instantly instead of doing the full scan.
- Scoreboard and tab list now refresh every 3 seconds instead of 2. You probably won't notice visually, but PlaceholderAPI gets half the work.
- Anti-health-inspector and item-ban checks are dramatically cheaper, which matters most on servers with lots of active players.
- Server startup is a bit smoother too. Module ticks used to all fire on the same tick after restart; now they're spread out so the first second isn't a thundering herd.
Compatibility
Drop-in upgrade from 1.0.0. No config changes, no behaviour changes. Just better performance.
If you spot anything weird with TPS after updating, open a ticket in the Discord and we'll take a look.
