
Modrinth · Minecraft mod
Simple Rich Discord Presence
Simple Discord Rich Presence
Quick answer
Which Simple Rich Discord Presence release should I use?
Simple Rich Discord Presence 26.2.0.1 targets 26.2 with Fabric. It must be installed on the client. Do not install it on the dedicated server. All 2 required mods have matching files.
Where it goes
Is Simple Rich Discord Presence required on the client, server, or both?
It must be installed on the client. Do not install it on the dedicated server.
This file is marked client-only.
What else does Simple Rich Discord Presence 26.2.0.1 need?
26.2.0.1. Change the file and its required mods may change too.
Install Nanite Library, Fabric API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Simple Rich Discord Presence without breaking your instance.
Built for Simple Rich Discord Presence 26.2.0.1. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 26.2.0.1. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Nanite Library, Fabric API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
It must be installed on the client. Do not install it on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 26.2.0.1. It opens that exact file at the source.
About this project
What does Simple Rich Discord Presence add?
Simple Discord Rich Presence
Config:
clientId: "Your Discord App ID"
enable: "If you wish to disable Discord Rich Presence, set this to false."
screenEvent: If set to false, it disables the build in screenEvent, which is used to tell when we are on the main menu."
clientJoinEvent: If set to false, it disables the build in clientJoinEvent, which is used to tell when the player is joining a world and changing Dimension."
KubeJS Integration
Functions:
SDRP.setState( String message, String imageName, String imageKey )
message: message to show under the packname aka "In Overworld" or "In Nether", can be passed a string with the text to show or a lang key.
imageName: the text to show when hovering over the small image aka "Overworld" or "Nether", can be passed a string with the text to show or a lang key.
imageKey : the name Rich Present Art Asset to show, like loading, overworld, menu and so on.
SDRP.getCurrentState()
Gets the current state the client is set to.
Examples:
Update state on dimension change and joining world.
kubejs/startup_script/sdrp.js
onForgeEvent(
"net.minecraftforge.event.entity.EntityJoinWorldEvent",
(event) => {
if (event.getEntity().type === "entity.minecraft.player") {
if (event.getWorld().isClientSide()) {
const dimPath = event.getWorld().dimension().location().getPath();
SDRP.setState(`sdrp.${dimPath}.in`, `sdrp.${dimPath}`, "dimPath");
}
}
}
);
Image keys for if you are using your own Rich Presence Application. (Images used on the default Rich Presence Application can be found HERE)
logo
loading
menu
For dimensions, the key will be the registry name path of the dimension like:
overworld
the_nether
the_end
yamda_dim
For the message (stuff like "In Overworld") is done via lang keys "sdrp..in"
For imageName (stuff like "Overworld" when hovering over the small image) is done via lang keys "sdrp."
Lang keys can be modified and added via data packs and using mods like KubeJS
Project description from Modrinth.
Pick your setup
Simple Rich Discord Presence by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.2
2 loader builds26.1.2
2 loader builds26.1.1
2 loader builds26.1
2 loader builds1.21.11
2 loader builds1.21.10
2 loader builds1.21.9
2 loader builds1.21.8
2 loader builds1.21.7
2 loader builds1.21.6
2 loader builds1.21.5
2 loader builds1.21.4
2 loader buildsShowing the newest 12 of 39 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Simple Rich Discord Presence versions and loaders
26.2.0.1
SimpleDiscordRichPresence-fabric-26.2.0.1.jar
22 Jun 2026
26.2.0.1
SimpleDiscordRichPresence-neoforge-26.2.0.1.jar
22 Jun 2026
26.1.2.1
SimpleDiscordRichPresence-fabric-26.1.2.1.jar
20 Apr 2026
26.1.2.1
SimpleDiscordRichPresence-neoforge-26.1.2.1.jar
20 Apr 2026
99.0.0
SimpleDiscordRichPresence-fabric-99.0.0-build.57+mc26.1.jar
28 Mar 2026
99.0.0
SimpleDiscordRichPresence-neoforge-99.0.0-build.57+mc26.1.jar
28 Mar 2026
98.0.1
SimpleDiscordRichPresence-fabric-98.0.1-build.55+mc1.21.11.jar
22 Jan 2026
98.0.1
SimpleDiscordRichPresence-neoforge-98.0.1-build.55+mc1.21.11.jar
22 Jan 2026
88.0.1
SimpleDiscordRichPresence-fabric-88.0.1-build.54+mc1.21.1.jar
22 Jan 2026
88.0.1
SimpleDiscordRichPresence-fabric-88.0.1-build.54+mc1.21.1.jar
22 Jan 2026
88.0.1
SimpleDiscordRichPresence-neoforge-88.0.1-build.54+mc1.21.1.jar
22 Jan 2026
98.0.0
SimpleDiscordRichPresence-neoforge-98.0.0-build.53+mc1.21.11.jar
31 Dec 2025
Looking for an older file? The official Modrinth project page is in Resources.