An open API service indexing awesome lists of open source software.

https://github.com/venndev/vsendcmdmulti

- Virion PocketMine-PMMP 5 allows you to send commands through servers in other IPs and ports that are using this Virion!!
https://github.com/venndev/vsendcmdmulti

Last synced: 8 months ago
JSON representation

- Virion PocketMine-PMMP 5 allows you to send commands through servers in other IPs and ports that are using this Virion!!

Awesome Lists containing this project

README

          

# VSendCMDMulti
- Virion PocketMine-PMMP 5 allows you to send commands through servers in other IPs and ports that are using this Virion!!

# Virion Required
- [LibVapmPMMP](https://github.com/VennDev/LibVapmPMMP)

# Config when init this virion
```yml
---
settings-host:
ip: 127.0.0.1
port: 3003
password: your-password
...
```

# Method
- Init when use virion in the plugin
```php
...
use venndev\vsendcmdmulti\VSendCMDMulti;

protected function onEnable(): void
{
VSendCMDMulti::init($this);
}
```
- Send a request to execute a command to another server!
```php
VSendCMDMulti::sendImmediatelyCommand(string $command, string $ip, int $port, string $password);
```
- Send a async request to execute a command to another server!
```php
VSendCMDMulti::sendAsyncCommand(string $command, string $ip, int $port, string $password);
```

# Illustration Ideas

# Credits
- API Designer: [VennDev](https://github.com/VennDev)
- Paypal: pnam5005@gmail.com