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!!
- Host: GitHub
- URL: https://github.com/venndev/vsendcmdmulti
- Owner: VennDev
- License: apache-2.0
- Created: 2024-07-24T19:32:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T17:24:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T23:41:47.458Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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