Skip to main content
Heads Up!

This documentation is only for Simple RPC Version 4.x and newer. Docs for other versions: Version 3.x, Version 1.x-2.x

Version: 4.x

Adding Buttons

In Game Config Screen

Simple RPC has a full in-game config screen, accessible from ModMenu or the Mods menu in NeoForge/Forge. You will need Cloth Config installed to use it.

BUTTONS NOT SHOWN ON OWN PROFILE

Due to a very stupid change to discord last year, users can no longer see buttons on their own RPC. To see and test your buttons, you will need to ask a friend to check your profile, or, use an alt account to check your own profile.

THIS IS NOT A BUG IN THE MOD, BUT DISCORD BEING DISCORD

Button Limit

Discord does NOT allow more than 2 buttons per RPC. That means, only the first two buttons configured, will be shown on your profile.

Example of a Button

What Are Buttons

Buttons on your discord RPC, allow you to link to a website, your discord server, or your modpack, so others can quickly find it/join your discord, with the push of a button.

All the configs provided by Simple RPC allow you to add buttons to them.

To add a new button, find the buttons = [] section in your config. You will need to remove this line completely, and replace it with the following:

[[SECTIONNAME.presence.buttons]]
  label = "My Test Button"
  url = "https://google.com"
Example with one Button on Main Menu
Example with two Buttons on Main Menu
Note

You can also use Placeholders in the button Label