hypherionmc / simple-rpc-public

Simple-RPC Issues, wiki and data github
https://www.curseforge.com/minecraft/mc-mods/simple-discord-rpc/
14 stars 1 forks source link

Default json has incorrect server values #1

Closed OroArmor closed 4 years ago

OroArmor commented 4 years ago

The default description is

"description": "Playing on %server% (%ip) with %playercount% players",

which does not parse because the server values are:

%ip% 
%servername% 
%players% 
%maxplayers% 

FIX: change the description to

"description": "Playing on %servername% (%ip%) with %players% players",
hypherionmc commented 4 years ago

Fixed in release 1.1