PHP code example of gries / minecraft-commander

1. Go to this page and download the library: Download gries/minecraft-commander library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

gries / minecraft-commander example snippets


use gries\Minecraft\Commander\CommanderFactory;

tory::create('example.com', 25575, 'mypass');

// set the server-time
$commander->setTime('12000');

// listPlayers
$players = $commander->listPlayers();

print_r($players);

echo $commander->raw('seed');