Terasology/subsystems/DiscordRPC
2025-04-15 20:36:59 +01:00
..
src/main/java/org/terasology/subsystem/discordrpc temp: gestalt-di migration changes 2025-04-15 20:36:59 +01:00
build.gradle.kts gradle versions catalog, not yet for build-logic (#5283) 2024-10-13 23:07:10 +02:00
README.MD feature(subsystems): extract DiscordRPCSubSystem (#4233) 2020-11-14 21:07:36 +01:00

DiscordRPC Subsystem

The Discord RPC subsystem (rich presence via IPC) allows to set and update the status message in Discord for Terasology. When this system is active and the player has the Discord desktop client open the user status will be shown as "Playing Terasology" (or something like that).

The subsystem uses https://github.com/jagrosh/DiscordIPC (com.jagrosh:DiscordIPC) to communicate with the Discord client.

Requirements

This subsystem only has an effect if the user has the Discord Desktop client and is logged in.