Back to mods
Simple Rich Discord Presence project artwork

Modrinth · Minecraft mod

Simple Rich Discord Presence

Simple Discord Rich Presence

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Simple Rich Discord Presence release should I use?

Updated 2 months ago
Latest stable file 26.2.0.1
Game version 26.2
Loader Fabric

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.

Client Required
Dedicated server Not supported
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

All 2 required mods have matching files

Install Nanite Library, Fabric API first. We found matching files for this game-version and loader setup.

Nanite Library Needed by Simple Rich Discord Presence 26.2.0.1
required
Matching file found Matched file: 26.2.0.1
Fabric API Needed by Simple Rich Discord Presence 26.2.0.1
required
Matching file found Matched file: 0.158.0+26.2

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.

  1. 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.

  2. 02

    Bring the mods it needs

    Install Nanite Library, Fabric API first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    It must be installed on the client. Do not install it on the dedicated server.

  4. 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.

69 available setups

Showing 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

100 of 100 releases match

Looking for an older file? The official Modrinth project page is in Resources.