|
PocketMine-MP 5.37.2 git-e507eb5e50da3ead3ae88ed2324df21e75820019
|
Collaboration diagram for pocketmine\BootstrapOptions:Public Attributes | |
| const | DATA = "data" |
| const | DISABLE_ANSI = "disable-ansi" |
| const | ENABLE_ANSI = "enable-ansi" |
| const | NO_LOG_FILE = "no-log-file" |
| const | NO_WIZARD = "no-wizard" |
| const | PLUGINS = "plugins" |
| const | VERSION = "version" |
Constants for all the command-line options that PocketMine-MP supports. Other options not listed here can be used to override server.properties and pocketmine.yml values temporarily.
Definition at line 32 of file BootstrapOptions.php.
| const pocketmine\BootstrapOptions::DATA = "data" |
Path to store and load server data
Definition at line 47 of file BootstrapOptions.php.
| const pocketmine\BootstrapOptions::DISABLE_ANSI = "disable-ansi" |
Force-disables console text colour and formatting
Definition at line 41 of file BootstrapOptions.php.
| const pocketmine\BootstrapOptions::ENABLE_ANSI = "enable-ansi" |
Force-enables console text colour and formatting
Definition at line 43 of file BootstrapOptions.php.
| const pocketmine\BootstrapOptions::NO_LOG_FILE = "no-log-file" |
Disables writing logs to server.log
Definition at line 51 of file BootstrapOptions.php.
| const pocketmine\BootstrapOptions::NO_WIZARD = "no-wizard" |
Disables the setup wizard on first startup
Definition at line 39 of file BootstrapOptions.php.
| const pocketmine\BootstrapOptions::PLUGINS = "plugins" |
Path to look in for plugins
Definition at line 45 of file BootstrapOptions.php.
| const pocketmine\BootstrapOptions::VERSION = "version" |
Shows basic server version information and exits
Definition at line 49 of file BootstrapOptions.php.