1.0.1
Compatibility
Changes
FakeChat Mod Description FakeChat - Mod for sending fake messages in chat Main Features: Send messages as NPCs to create interactive stories
Useful for administrators and map creators
Anonymous messages: Create mysterious atmosphere on the server
Ideal for quests and secret missions
- System notifications: Create beautiful system alerts
Suitable for important announcements and rules
-
Private messages: Create personal dialogues with players
-
Full formatting support: All Minecraft color codes (&0-&f)
All text styles (&l, &o, &n, &m, &k)
Support for special characters and emojis
Commands: Main commands (/fakechat or /fc): Public messages:
/fc unknown <message> - To everyone from unknown player
/fc raw <message> - To everyone without sender name
Private messages:
/fc unknownto <recipients> <message> - To specific players from unknown
/fc rawto <recipients> <message> - To specific players without name
Additional:
/fc help - Full command reference
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:LeENmAH7:rVVk77It"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LeENmAH7:rVVk77It"
}

