Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luca28pet/multiservercounter
A PocketMine-MP plugin that combines online players counts of multiple servers
https://github.com/luca28pet/multiservercounter
pmmp pmmp-plugin pmmp-plugins pocketmine pocketmine-mp pocketmine-mp-plugins pocketmine-plugin pocketmine-plugins
Last synced: about 4 hours ago
JSON representation
A PocketMine-MP plugin that combines online players counts of multiple servers
- Host: GitHub
- URL: https://github.com/luca28pet/multiservercounter
- Owner: luca28pet
- License: agpl-3.0
- Created: 2020-01-09T20:17:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T03:29:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T20:52:21.868Z (9 days ago)
- Topics: pmmp, pmmp-plugin, pmmp-plugins, pocketmine, pocketmine-mp, pocketmine-mp-plugins, pocketmine-plugin, pocketmine-plugins
- Language: PHP
- Size: 15.6 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultiServerCounter
A PocketMine-MP plugin that combines online players counts of multiple servers.*Latest development phars: https://poggit.pmmp.io/ci/luca28pet/MultiServerCounter/MultiServerCounter*
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:**
- Drop the phar in the plugins folder
- Restart the server
- Edit the config.yml found in plugins_data/MultiServerCounter and add the server you want to query
- Save the file and restart the server**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"
...
```