All versions
1.0
Beta
DiscordRPC 1.04 months ago 210
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
๐ Initial Release (v1.0)
Welcome to the very first release of the Custom Discord RPC Mod!
โจ Features Included:
- Customizable RPC: Show off your current Minecraft session directly on your Discord profile!
- In-Game GUI: Press
Rto open the customization menu while in-game and change your settings on the fly. - Dynamic Server Stats: Automatically displays the server IP, server icon, and live player counts when playing Multiplayer.
- Player Information: Automatically displays your player head and Minecraft username.
- Join Buttons: Supports a clickable "Join Server" button so your friends can see where you are playing.
- Client-Side Only: Does not crash servers and works across all standard vanilla multiplayer servers (like Hypixel).
๐ Notes:
- Version: Minecraft 1.8.9 Forge
- Dependencies: None! Plug-and-play ready.
Enjoy the mod and feel free to report any bugs you find!
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:Uwin3Lh4:Ujg8bH7C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Uwin3Lh4:Ujg8bH7C"
}

