NoChatOrderFix
Author: PinkyCore
Dependency: ProtocolLib
Compatibility: Paper / Spigot / Purpur 1.19+
Description
Fixes the
multiplayer.disconnect.out_of_order:chat
and
sent out-of-order chat
errors introduced with Mojang’s signed chat system in 1.19+.
The plugin intercepts client chat packets using
ProtocolLib and safely re-sends them through the Bukkit API.
This prevents disconnects and keeps your existing chat format untouched, regardless of whether players are premium or cracked.
Features
- Prevents "out_of_order" chat disconnects
- Works with any chat formatter plugin
- Fully compatible with ViaVersion, Geyser, and Floodgate
- No configuration required
- Lightweight and safe
Installation
- Install ProtocolLib
- Drop NoChatOrderFix.jar into your /plugins folder
- Restart your server
Example
Code (Text):
Before:
[WARN]: sent out-of-order chat: 'test': 1762478038 > 1762477853
Disconnect: out_of_order:chat
After:
[NoChatOrderFix] Enabled - forwarding chat directly to the server.
Recommended For
- Networks using ViaVersion, Geyser, or Floodgate
- Hybrid servers (Premium + Cracked)
- Paper/Spigot backends under Velocity or BungeeCord
Credits
Developed by
PinkyCore
Clean, stable, and reliable chat for Minecraft 1.19+ servers.