A Minecraft Forge mod that limits chat message propagation distance.
In vanilla Minecraft, chat messages reach every player on the server regardless of distance. ICantHear changes this — chat messages only propagate within a limited range, and players too far away won't see your messages. This brings a more realistic communication experience to multiplayer servers, encouraging players to move closer or use a megaphone to extend their reach.
| Message Type | Base Range | Extended Range |
|---|---|---|
| Normal chat | 48 blocks | — |
/say (executed by player) |
48 blocks | 384 blocks |
/msg / /tell / w |
48 blocks | — |
/tellraw |
48 blocks | 384 blocks |
/say and /tellraw are not distance-limited and broadcast globally.The megaphone is the core item of this mod:
Crafts an empty-energy megaphone. Charge it before first use.
ServerChatEvent to replace default chat broadcasting logic/say, /msg//tell, /tellraw command registration# Clone the repository
git clone <repository-url>
cd 我听不见
# Build
./gradlew build
# Output is located in build/libs/
icanthear-x.x.x.jar file into .minecraft/mods/Apache License 2.0