promotional bannermobile promotional banner

Simple Discord Rich Presence (Forge / Fabric)

Simple Discord Rich Presence

File Details

[FABRIC][1.21] SimpleDiscordRichPresence 87.0.0

  • R
  • Jun 19, 2024
  • 1.15 MB
  • 26.6K
  • 1.21
  • Fabric

File Name

SimpleDiscordRichPresence-fabric-87.0.0-build.48+mc1.21.jar

Supported Versions

  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:simple-discord-rich-presence-334853:5444038"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

87.0.0

Update to 1.21

86.0.1

Changed

Buttons can be added by adding the following to the mods config file. You can have up to 2 buttons. Each button can have a label up to 32 characters long.

If you do not want to have buttons, you can leave the buttons array empty.

{
  "buttons": [
    {
      "label": "Google",
      "url": "https://www.google.com"
    },
    {
      "label": "Yahoo",
      "url": "https://www.yahoo.com"
    }
  ]
}