Configuring The Mod
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.
Information
Simple RPC uses a universal TOML based config system, with a well named Layout and comments. You can use the same config file on Forge/NeoForge/Quilt/Fabric, without having to redo it
In addition to the basic Rich Presence options, the mod also includes features such as defining a custom Rich Presence based on the server you're connected to as well as including a translated Rich Presence, based on the language of the player.
Finding your config files:
config/simple-rpc/simple-rpc.toml
Configuration
The mod is configured using either the in-game config screen, our online config editor, or by editing the config file by hand.
To edit the file by hand, it's recommended to use Notepad++ with the TOML plugin installed.
You can find this file at config/simple-rpc/simple-rpc.toml
Translating your config file
Simple RPC allows for language detection in Minecraft, so If you decide you wanna play Minecraft in a different language, your discord status can now be shown in that language. But it requires some setup, which is why this section exists.
To make use of this feature, simply copy your default simple-rpc.toml
file, using the naming example below.
To find a complete list of lang-codes, check out this site -> https://minecraft.fandom.com/wiki/Languages.
Once you have created this file, you can change all "state", "description", "largeimagetext" and "smallimagetext" fields. You cannot translate the imageKeys!
Some name examples of languages:
- American English -> "simple-rpc-en_us.toml"
- Dutch -> "simple-rpc-nl_nl.toml"