- Virion PocketMine-PMMP 5 allows you to send commands through servers in other IPs and ports that are using this Virion!!
---
settings-host:
ip: 127.0.0.1
port: 3003
password: your-password
...
- Init when use virion in the plugin
...
use venndev\vsendcmdmulti\VSendCMDMulti;
protected function onEnable(): void
{
VSendCMDMulti::init($this);
}
- Send a request to execute a command to another server!
VSendCMDMulti::sendImmediatelyCommand(string $command, string $ip, int $port, string $password);
- Send a async request to execute a command to another server!
VSendCMDMulti::sendAsyncCommand(string $command, string $ip, int $port, string $password);
- API Designer: VennDev
- Paypal: [email protected]