Skip to content

v1.0.4

Latest

Choose a tag to compare

@eldor47 eldor47 released this 01 Feb 20:48
2b2f96f

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-characters config option in challenges.yml for 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: true

Full Changelog: v1.0.3...v1.0.4