Description
HGAME - Player Counter
- This mod allows your server to display the player count (including server instances) on the hytale.game website
Tutorial
- Place the mod in the
mods/folder on your server - Create a
hgamefolder in themods/folder (if you dont the mod will create it for you) - Create a file named
player-count-config.jsonin themods/hgame/folder (the mod will generate one automatically if it doesn't exist)
{
"api_key": "YOUR_API_KEY",
"max_player": "50",
"sub_id": "Skywars"
}
The
sub_idfield is intended for your server instances (for example, for different mini-games)The Player Count is updated every 5 minutes


