https://github.com/plugins-pocketminemp/waterdoghelper
A PocketMine-MP plugin that allows control Waterdog Proxy.
https://github.com/plugins-pocketminemp/waterdoghelper
Last synced: about 2 months ago
JSON representation
A PocketMine-MP plugin that allows control Waterdog Proxy.
- Host: GitHub
- URL: https://github.com/plugins-pocketminemp/waterdoghelper
- Owner: Plugins-PocketMineMP
- Created: 2020-12-14T11:01:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T10:30:37.000Z (over 4 years ago)
- Last Synced: 2025-04-18T16:16:32.445Z (2 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WaterdogHelper
A PocketMine-MP plugin that allows control Waterdog Proxy.**IMPORTANT**: This is the updated-version, if you find legacy WaterdogHelper, go to [legacy](https://github.com/alvin0319/WaterdogHelper/tree/legacy) branch.
# API
```php
$api = \alvin0319\WaterdogHelper\WaterdogHelper::getInstance();$player = $api->getServer()->getPlayerExact("my_player_name");
if($player instanceof \pocketmine\Player){
// send message
$api->sendMessage($player, "message description");
}
```# Commands
|name|description|usage|
|---|---|---|
|/golobby|Send the all players to lobby server|/golobby|
|/transfer|Transfer the player|/transfer |