

Multiplayer Isolation
A Minecraft server-side modification whose main purpose is to conceal all accompanying information about game participants except their in-game characters.
Features
- Hides participant names in chat messages (appearance, departure, death, etc.)
- Prevents the display of chat messages (including the command operators
/msg
and/me
) - Disables player names in the participant directory
- Excludes the possibility of name viewing in chat auto-fill
- Prevents guessing other users' names through command input
- Keeps the graphical representation of game entities unchanged
- Provides the possibility of individual option configuration
Technical Details
Character appearance will be displayed only when the project is connected on the client side, which is due to the specifics of the game engine implementation.
The project combines well with other developing mods, for example, Localized Chat (just activate reading chat through the control panel).
Note: voice communication applications do not hide user name information through the module interface - this task is in the process of being resolved.