Compatibility
Minecraft: Java Edition
1.21.10–1.21.11
Platforms
Supported environments
Links
Creators
Details
Features
/ignore add <player>- Add a player to your ignore list/ignore remove <player>- Remove a player from your ignore list/ignore list- View all players you're currently ignoring/ignore reload- Reload configuration files (operator or 'outofsightoutofmind.reload' permission)
Messages from ignored players are filtered server-side before being sent to you, so they won't appear in your chat at all.
Compatibility
This mod is compatible with:
- Vanilla Minecraft - Works out of the box
- StyledChat - Fully compatible, messages are filtered at the network level
- FabrixProxy-Lite - Compatible if option
hackMessageChainis disabled.
How It Works
The mod intercepts chat messages at the network handler level (ServerGamePacketListenerImpl.sendPlayerChatMessage) before they are sent to each player. If the recipient has the sender on their ignore list, the message is cancelled for that specific player.
Ignore lists are stored persistently in config/outofsightoutofmind/ignores.json. Saving occurs during server shutdown.
All user-facing messages can be customized in config/outofsightoutofmind/messages.json for localization or personalization.



