1.0.0
Compatibility
Required content
Changes
About this Mod
GGCLUB is a small but neat Quality-of-Life mod that takes the hassle out of typing in chat, allowing you to fully focus on your PvP matches.
Developed by Ukognoz, this mod is specifically tailored for players on the MCPvP networks, ensuring maximum sportsmanship with zero effort.
✨ Features
Spoiler
Auto-GLHF: As soon as you spawn in the arena and the round starts, the mod automatically posts a friendly "glhf" (Good luck, have fun) in the chat.
Auto-GG: Once the match is over, the mod immediately sends a "gg" (Good game) before you even have to take your hands off your mouse.
Server-Specific: The mod is smart and only activates when you are playing on eu.mcpvp.club or mcpvp.club. On other servers or in singleplayer, it remains completely inactive and won't bother you.
⚙️ Compatibility
The mod is optimized for all current versions in the 1.21 cycle. It supports all versions from 1.21.0 to 1.21.11. Just drop it into your mods folder and you're good to go!
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:CmBWqZCC:gjNzbIzd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CmBWqZCC:gjNzbIzd"
}

