All versions
1.0.0
Release
LocalChat 1.0.04 months ago 136
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Initial Release (Version 1.0.0)
🇺🇸 English
- Distance-based Chat: Limits chat visibility to nearby players.
- Proximity Indicators: Icons change color (Green/Yellow/Red) based on distance.
- Megaphone (Amplification): Doubling your range when active, with 📢 icons in chat and over your head.
- Distance Tooltips: Hover over player names to see the exact distance.
- Lone Speaker Alerts: Get notified when no one is around to hear you.
- Fully Configurable: Easily change max distance and icons in the config menu.
- Supported Languages: English, Japanese.
🇯🇵 日本語
- チャットの距離制限: 近くのプレイヤーにのみチャットが届くようになります。
- 距離別アイコン: 距離に応じてアイコンの色が3段階(緑・黄・赤)に変化します。
- メガホン(拡声機能): 使用中はチャット範囲が2倍になり、名前の横や頭上に📢アイコンが表示されます。
- 正確な距離表示: 名前をホバーすると送信者との距離をメートル単位で表示します。
- ぼっち通知: 範囲内に誰もいない時に発言すると、システムが教えてくれます。
- 自由な設定: ゲーム内設定から届く距離やアイコン文字を自由に変更できます。
- 対応言語: 英語、日本語。
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:4Jc3Yhgg:FID6Qf3J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4Jc3Yhgg:FID6Qf3J"
}

