
Geyser Sanitizer
GeyserSanitizer is a Spigot/Paper plugin designed to sanitize text components sent to Bedrock players, preventing client display issues could be caused.
⬇ Download on ModrinthDescription
GeyserSanitizer is a Spigot/Paper plugin designed to sanitize text components sent to Bedrock players, preventing client crashes or display issues that can arise from certain unsupported text features. It specifically targets and modifies chat messages, system messages, and team-related text (nametags, prefixes, suffixes) to ensure compatibility with Bedrock clients connected via GeyserMC/Floodgate.
Features
- Chat Message Sanitization: Intercepts and sanitizes outgoing chat messages.
- System Message Sanitization: Intercepts and sanitizes outgoing system messages.
- Team Text Sanitization: Cleans nametags, prefixes, and suffixes sent as part of team updates.
- Bedrock Player Detection: Utilizes Floodgate API to selectively apply sanitization only to Bedrock players.
- Icon/Head Icon Removal: Removes JSON components containing 'atlas', 'sprite', 'hat', or 'player' keys, which are known to cause issues on Bedrock clients.
Dependencies
This plugin requires the following to function correctly:
- PacketEvents: Used for intercepting and modifying network packets.
- Floodgate: Used to identify Bedrock players.
How It Works
The plugin registers a PacketInterceptor listener with PacketEvents. When a server sends certain packets (CHAT_MESSAGE, SYSTEM_CHAT_MESSAGE, TEAMS), the interceptor checks if the recipient is a Bedrock player (using Floodgate). If so, it sanitizes the net.kyori.adventure.text.Component messages by removing JSON structures that contain problematic keys (like "atlas", "sprite", "hat", "player") before the packet is sent to the client. This prevents unsupported features from reaching the Bedrock client and causing issues.
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.11
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as GeyserSanitizer-0.3.1.jar — drop this file into the mods folder
- Download size: 5 KB
- Download link checked 9 Sept 2026 — working
These come from our own check of the pack file, not from the source page.