- New | Operators can forward a console command to a specific backend server (
settings.yml>Enable_Forward_Command)- Fix | Join message now shows when the server-switch event fires before the connect event
- Fix | Proxy message listeners are now stateless, preventing cross-thread races
- Fix | Solved directory reconciliation wiping players from other proxies during transient Redis outages
- Fix | Solved unsafe synchronization in proxy and Discord plumbing
- Fix | Solved a "NullPointerException" when passing the "DisconnectEvent" as the proxy shuts down while players are still connected.
- New | Added
Register_Joining_Playerstoggle insettings.yml(defaultfalse). Required if you use therequire playedbeforeorignore playedbeforerule operators. See Wiki > Proxy.- Improve | Invalid proxy operator rule lines print one clear error line instead of a full stack trace.
- Improve | Removed unsafe synchronization in proxy player message broadcast, load-tested at 349 connections with 529 server switches and zero stalls.
- Fix | Using
require/ignore playedbeforewithoutRegister_Joining_Players: truethrows a precise error pointing to the missing setting.- Fix | Solved crash when a player disconnects mid-
DATABASE_READYhandshake.
- Fix | Solved "FoException: Unable to find directory entry for [player]" crash when a player disconnects during the join handshake on the proxy.
