diff --git a/English.md b/English.md index 0268bb0..9d441a5 100644 --- a/English.md +++ b/English.md @@ -27,6 +27,8 @@ Config file : "_comment4": "%server-max-slot% - Number of server slots", "server-ip": "mc.hypixel.net", "server-port": "25565", + "state": "%server-connected-player%/%server-max-slot% players connected", + "application-settings": { "applicationID": "601875975533232158", "large-image-name": "discord_logo", @@ -35,22 +37,27 @@ Config file : "advanced-status-custom": { "onJoinServer": { "enable": true, + "showState": true, "message": "In game." }, "onQuitServer": { "enable": true, + "showState": false, "message": "In mainmenu." }, "inPauseMenu": { "enable": true, + "showState": true, "message": "In pause menu" }, "inMainMenu": { "enable": true, + "showState": false, "message": "In mainmenu" }, "inInventory": { "enable": false, + "showState": true, "message": "In inventory" } } @@ -73,6 +80,14 @@ ___ "server-port": "25565", ``` Here you can define the IP address and port of your server if you want to use the variables ``%server-connected-player%`` and/or ``%server-max-slot%``. +___ +```json + "state": "%server-connected-player%/%server-max-slot% connected player", +``` +This part is used to display the "state" of the game._(This is the third line of richpresence)_ + +![](https://i.imgur.com/coYDn1o.png) + ___ ```json "application-settings": {