dev-master
9999999-devAn object-oriented approach to server modification
MIT
The Requires
The Development Requires
0.0.1
0.0.1.0An object-oriented approach to server modification
MIT
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
An object-oriented approach to server modification
An object-oriented approach to server modification., (*2)
$ composer require theory/builder
$builder = new Client("127.0.0.1", 25575, "password");
$builder->exec("/say hello world");
You need the following settings in your server.properties file:, (*3)
enable-query=true enable-rcon=true query.port=25565 rcon.port=25575 rcon.password=password
This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library., (*4)
All methods, with public visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading., (*5)
An object-oriented approach to server modification
MIT
An object-oriented approach to server modification
MIT