Compatibility
Minecraft: Java Edition
26.1.1
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MIT
Published 13 hours ago
Updated 6 days ago
Quickplay - Away!
Fixes a crash that happens when using Quick Play Multiplayer and switching between servers or dimensions.
The problem
Minecraft's Quick Play feature logs session data in the background.
This logging is scheduled on a separate thread, but by the time it runs,
gameMode may already be null if you've switched servers/dimensions —
causing a NullPointerException crash.
What this mod does
Disables Quick Play's session logging entirely on the client. This log is only used internally for launcher statistics — disabling it has no effect on gameplay.
Notes
- Client-side only — safe to use on any server, including ones without the mod installed
- Requires Fabric API


