Terasology/subsystems/DiscordRPC
Tobias Nett 5e3d63f186
chore(subsystems/discord): catch runtime exception and log only message (#5063)
2022-08-26 21:28:13 +02:00
..
src/main/java/org/terasology/subsystem/discordrpc chore(subsystems/discord): catch runtime exception and log only message (#5063) 2022-08-26 21:28:13 +02:00
README.MD feature(subsystems): extract DiscordRPCSubSystem (#4233) 2020-11-14 21:07:36 +01:00
build.gradle.kts security: upgrade dependencies (#5021) 2022-05-28 17:18:35 +02:00

README.MD

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.