Skip to content

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

License

Notifications You must be signed in to change notification settings

xS91D/VSendCMDMulti

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSendCMDMulti

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

Virion Required

Config when init this virion

---
settings-host:
  ip: 127.0.0.1
  port: 3003
  password: your-password
...

Method

  • 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);

Illustration Ideas

Credits

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%