What's Changed
Bug Fixes
- Fix critical lag spikes on player quit: Player quit was saving ALL players' stats synchronously on the main thread, causing 10+ second server freezes. Now saves only the quitting player's stats, asynchronously.
New Features
- ASCII mode for challenge broadcasts: Added
use-ascii-charactersconfig option inchallenges.ymlfor servers where players can't see Unicode emojis/box-drawing characters. When enabled, uses[1st],[2nd],[3rd]and===instead of medals and fancy borders.
Configuration
Add to your challenges.yml under settings if needed:
use-ascii-characters: trueFull Changelog: v1.0.3...v1.0.4