This plugin provides a command to check the server's population, showing the number of players online, sleepers, queued players, and admins currently active.
Permissions
pop.use
- Grants access to the/pop
command.
Commands
/pop
- Displays the server population statistics, including:- Total online players.
- Number of players sleeping.
- Number of players in the connection queue.
- Number of admins currently online.
Configuration
JSON:
{
"Version": "1.0.0",
"Chat Command": "pop"
}
Chat Command
- Defines the chat command players use to fetch population statistics.
Localization
JSON:
{
"NoPermission": "You do not have permission to use this command.",
"PopulationStats": "Players Online: {0}, Sleepers: {1}, Queued: {2}, Admins Online: {3}"
}