Custom Discord RPC

This mod allows you to use custom Rich Presence Text for the Discord client.

File Details

custom-discordRPCv2.2

  • R
  • Jul 5, 2018
  • 2.80 MB
  • 233
  • 1.12.2+6

File Name

customdiscordrpc-2.2.jar

Supported Versions

  • 1.12-Snapshot
  • 1.12.2
  • 1.12.1
  • 1.12
  • 1.11.2
  • 1.11.1
  • 1.11

v2.2

  • Implemented the Discord callbacks, 'ReadyCallback' and 'DisconnectedCallback'.
  • Added 'sendUpdateNOW()' to immediately send updates when Discord calls the 'ReadyCallback'.
  • Removed 'discordMinUpdateIntervalSec' and 'scriptMinUpdateIntervalMilli' in favor of a single 'updateIntervalMilli' because I realized that the update cool down is automatically handled by Discord and I was causing unnecessary delay.
  • Added validation of the RichPresence data before sending updates to Discord which fixes the bug where some updates weren't showing up and didn't cause any error either.
  • Updated default config to have valid data now.