All versions
1.0.0
Release
Group Chat 1.0.03 weeks ago 9
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Paper
Changes
Changelog
1.0.0 — Initial release
First release of Group Chat for Paper and Fabric (Minecraft 26.1.2).
Added
- Groups: create, delete, invite, accept/decline invites, leave, and owner-only kick
- Group messaging:
/gmsg(alias/gm) sends to every member at once — live for online members, queued for offline ones /gmoffline: guarantees delivery to every member's mailbox regardless of online status, in addition to the normal live delivery- Direct messages:
/dm <player> <message>, queued automatically if the recipient is offline - Offline mailbox:
/unreadto read and clear queued messages; players see an unread count on join - Join/accept notifications: group members are notified live when someone accepts an invite and joins
- Graphical menu:
/groupgui— create a group (via an anvil-style name prompt), browse and manage your groups (message, invite, kick, leave), or pick a player to message, all without typing commands - Tab-completion: group names, player names, and pending invites autocomplete across every command
- Full feature parity between the Paper and Fabric builds
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:Y9l1j67J:m9Per7nc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y9l1j67J:m9Per7nc"
}

