NOTICE: This plugin branch is for PocketMine-MP 5.
✨ Combine players of multiple servers
- Combine players of multiple servers
- Easy to set up
- API For Developers
- Download the latest version
- Place the
MultiPlayerCounter.phar
file into theplugins
folder. - Restart the server.
- Done!
use davidglitch04\MultiPlayerCounter\api\ServerAPI;
$status = ServerAPI::isOnline(ip: $ip, port: $port); // Return bool
var_dump($status);
use davidglitch04\MultiPlayerCounter\api\ServerAPI;
$status = ServerAPI::getServerInfo(ip: $ip, port: $port); // Return ServerInfo
var_dump($status);
Logo | Description |
---|---|
IDE for this project is supported by Jetbrains |