By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
A PocketMine-MP plugin that combines online players counts of multiple servers.
This is useful e.g. when you have a lobby server and other gamemodes on different servers, and you want the lobby server to display the number of players of all the servers, combined, when queried from a server list or the menu in the MCBE client.
How to use:
config.yml
---
#Time in seconds
update-players-interval: 30
#Format: "ip:port"
servers-to-query:
- "127.0.0.1:19133"
- "127.0.0.1:19134"
...
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time