Not showing players/maxplayersSolved

Since updating i cannot see the player count on the bot, this is my config

{
  "Discord Application Bot Token": "",
  "Update Rate (Seconds)": 10.0,
  "Presence Messages": [
    {
      "Message": "{server.players}/{server.players.max} Players",
      "Type": "Game"
    }
  ],
  "Discord Extension Log Level (Verbose, Debug, Info, Warning, Error, Exception, Off)": "Info"
}

The bot is just showing "{server.players}/{server.players.max} Players" and even switching between the other ones i deleted

Disregard.

For some reason the server would not load plugins after updating Discord Extension

Locked automatically