PocketMine-MP 5.15.1 git-be6754494fdbbb9dd57c058ba0e33a4a78c4581f
pocketmine\BootstrapOptions Class Reference
+ 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"
 

Detailed Description

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.

Member Data Documentation

◆ DATA

const pocketmine\BootstrapOptions::DATA = "data"

Path to store and load server data

Definition at line 47 of file BootstrapOptions.php.

◆ DISABLE_ANSI

const pocketmine\BootstrapOptions::DISABLE_ANSI = "disable-ansi"

Force-disables console text colour and formatting

Definition at line 41 of file BootstrapOptions.php.

◆ ENABLE_ANSI

const pocketmine\BootstrapOptions::ENABLE_ANSI = "enable-ansi"

Force-enables console text colour and formatting

Definition at line 43 of file BootstrapOptions.php.

◆ NO_LOG_FILE

const pocketmine\BootstrapOptions::NO_LOG_FILE = "no-log-file"

Disables writing logs to server.log

Definition at line 51 of file BootstrapOptions.php.

◆ NO_WIZARD

const pocketmine\BootstrapOptions::NO_WIZARD = "no-wizard"

Disables the setup wizard on first startup

Definition at line 39 of file BootstrapOptions.php.

◆ PLUGINS

const pocketmine\BootstrapOptions::PLUGINS = "plugins"

Path to look in for plugins

Definition at line 45 of file BootstrapOptions.php.

◆ VERSION

const pocketmine\BootstrapOptions::VERSION = "version"

Shows basic server version information and exits

Definition at line 49 of file BootstrapOptions.php.


The documentation for this class was generated from the following file: