Simple Rich Discord Presence

Simple Rich Discord Presence

Simple Discord Rich Presence

von
6.5M Downloads
fabricforgeneoforgesocialutility
Kompatiblen Minecraft Server konfigurieren

Über diese Mod

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

Verfügbare Versionen

SimpleDiscordRichPresense Fabric 26.2.0.1release
MC 26.2fabric
22. Juni 2026
SimpleDiscordRichPresense Neoforge 26.2.0.1release
MC 26.2neoforge
22. Juni 2026
SimpleDiscordRichPresense Fabric 26.1.2.1release
MC 26.1, 26.1.1, 26.1.2fabric
20. April 2026
SimpleDiscordRichPresense Neoforge 26.1.2.1release
MC 26.1, 26.1.1, 26.1.2neoforge
20. April 2026
[FABRIC][26.1] SimpleDiscordRichPresence 99.0.0release
MC 26.1fabric
28. März 2026

Simple Rich Discord Presence auf deinem Client installieren

1

Mod-Loader lokal installieren

Installiere fabric für deine lokale Minecraft-Version.

2

Passende Datei herunterladen

Wähle die Simple Rich Discord Presence-Datei für fabric und Minecraft 26.2.

3

Mod installieren

Lege die .jar-Datei in deinem lokalen .minecraft/mods-Ordner ab und starte Minecraft neu. Eine Installation auf dem Server ist nicht nötig.

Kompatibilität

Mod-Loader

fabricforgeneoforge

Minecraft-Versionen

26.2, 26.1.2, 26.1.1 (+36 weitere)

Server-seitig

Nicht unterstützt

Empfohlener RAM

4 GB(min. 3 GB)

Häufige Fragen

Muss Simple Rich Discord Presence auf dem Minecraft Server installiert werden?

Nein. Modrinth kennzeichnet Simple Rich Discord Presence serverseitig als nicht unterstützt. Installiere die Mod nur im lokalen Minecraft-Mods-Ordner. Dein Server kann unverändert bleiben, sofern die Mod-Seite keine zusätzliche Abhängigkeit nennt.

Welche Version und welchen Loader braucht Simple Rich Discord Presence?

Nutze eine Datei für fabric, forge, neoforge und exakt deine Minecraft-Version. Unterstützte Versionen sind unter anderem 26.2, 26.1.2, 26.1.1. Loader-Dateien sind nicht untereinander austauschbar.

Simple Rich Discord Presence funktioniert nicht – was kann ich prüfen?

Prüfe zuerst Minecraft-Version, Loader-Version und erforderliche Abhängigkeiten. Lege die .jar-Datei im lokalen .minecraft/mods-Ordner ab und entferne ältere Duplikate. Da die Mod clientseitig ist, löst mehr Server-RAM dieses Problem nicht.

Minecraft Server für deine Gruppe

Simple Rich Discord Presence bleibt auf deinem Client. Hoste dazu eine kompatible Welt für deine Mitspieler.

Empfohlener RAM
4 GBab €5.2/Monat
Min. 3 GB | +1 GB pro 8 Spieler
Jetzt Server erstellen
Client-Kompatibilitätsanleitung
NVMe SSD Speicher
DDoS-Schutz inklusive

Details

Lizenz
LicenseRef-All-Rights-Reserved
Server-seitig
Nicht unterstützt

Unterstützte Versionen

26.226.1.226.1.126.11.21.111.21.101.21.91.21.81.21.71.21.6+29 mehr