Terasology/subsystems/DiscordRPC
Tobias Nett 2d0c434654
style: improve code style (#4702)
* cleanup imports
* update copyrights
* remove empty JavaDoc
* add missing curly braces
* fix whitespaces
* fix lines longer than 175 characters

Co-authored-by: Josephine Rueckert <jd.rueckert@googlemail.com>
2021-05-24 13:50:30 +02:00
..
src/main/java/org/terasology/subsystem/discordrpc style: improve code style (#4702) 2021-05-24 13:50:30 +02:00
README.MD feature(subsystems): extract DiscordRPCSubSystem (#4233) 2020-11-14 21:07:36 +01:00
build.gradle.kts style: improve code style (#4702) 2021-05-24 13:50:30 +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.