PocketMine-MP 5.14.2 git-50e2c469a547a16a23b2dc691e70a51d34e29395
pocketmine\ServerProperties Class Reference
+ Collaboration diagram for pocketmine\ServerProperties:

Public Attributes

const AUTO_SAVE = "auto-save"
 
const DEFAULT_WORLD_GENERATOR = "level-type"
 
const DEFAULT_WORLD_GENERATOR_SETTINGS = "generator-settings"
 
const DEFAULT_WORLD_NAME = "level-name"
 
const DEFAULT_WORLD_SEED = "level-seed"
 
const DIFFICULTY = "difficulty"
 
const ENABLE_IPV6 = "enable-ipv6"
 
const ENABLE_QUERY = "enable-query"
 
const FORCE_GAME_MODE = "force-gamemode"
 
const GAME_MODE = "gamemode"
 
const HARDCORE = "hardcore"
 
const LANGUAGE = "language"
 
const MAX_PLAYERS = "max-players"
 
const MOTD = "motd"
 
const PVP = "pvp"
 
const SERVER_IPV4 = "server-ip"
 
const SERVER_IPV6 = "server-ipv6"
 
const SERVER_PORT_IPV4 = "server-port"
 
const SERVER_PORT_IPV6 = "server-portv6"
 
const VIEW_DISTANCE = "view-distance"
 
const WHITELIST = "white-list"
 
const XBOX_AUTH = "xbox-auth"
 

Detailed Description

Definition at line 30 of file ServerProperties.php.

Member Data Documentation

◆ AUTO_SAVE

const pocketmine\ServerProperties::AUTO_SAVE = "auto-save"

Definition at line 36 of file ServerProperties.php.

◆ DEFAULT_WORLD_GENERATOR

const pocketmine\ServerProperties::DEFAULT_WORLD_GENERATOR = "level-type"

Definition at line 37 of file ServerProperties.php.

◆ DEFAULT_WORLD_GENERATOR_SETTINGS

const pocketmine\ServerProperties::DEFAULT_WORLD_GENERATOR_SETTINGS = "generator-settings"

Definition at line 38 of file ServerProperties.php.

◆ DEFAULT_WORLD_NAME

const pocketmine\ServerProperties::DEFAULT_WORLD_NAME = "level-name"

Definition at line 39 of file ServerProperties.php.

◆ DEFAULT_WORLD_SEED

const pocketmine\ServerProperties::DEFAULT_WORLD_SEED = "level-seed"

Definition at line 40 of file ServerProperties.php.

◆ DIFFICULTY

const pocketmine\ServerProperties::DIFFICULTY = "difficulty"

Definition at line 41 of file ServerProperties.php.

◆ ENABLE_IPV6

const pocketmine\ServerProperties::ENABLE_IPV6 = "enable-ipv6"

Definition at line 42 of file ServerProperties.php.

◆ ENABLE_QUERY

const pocketmine\ServerProperties::ENABLE_QUERY = "enable-query"

Definition at line 43 of file ServerProperties.php.

◆ FORCE_GAME_MODE

const pocketmine\ServerProperties::FORCE_GAME_MODE = "force-gamemode"

Definition at line 44 of file ServerProperties.php.

◆ GAME_MODE

const pocketmine\ServerProperties::GAME_MODE = "gamemode"

Definition at line 45 of file ServerProperties.php.

◆ HARDCORE

const pocketmine\ServerProperties::HARDCORE = "hardcore"

Definition at line 46 of file ServerProperties.php.

◆ LANGUAGE

const pocketmine\ServerProperties::LANGUAGE = "language"

Definition at line 47 of file ServerProperties.php.

◆ MAX_PLAYERS

const pocketmine\ServerProperties::MAX_PLAYERS = "max-players"

Definition at line 48 of file ServerProperties.php.

◆ MOTD

const pocketmine\ServerProperties::MOTD = "motd"

Definition at line 49 of file ServerProperties.php.

◆ PVP

const pocketmine\ServerProperties::PVP = "pvp"

Definition at line 50 of file ServerProperties.php.

◆ SERVER_IPV4

const pocketmine\ServerProperties::SERVER_IPV4 = "server-ip"

Definition at line 51 of file ServerProperties.php.

◆ SERVER_IPV6

const pocketmine\ServerProperties::SERVER_IPV6 = "server-ipv6"

Definition at line 52 of file ServerProperties.php.

◆ SERVER_PORT_IPV4

const pocketmine\ServerProperties::SERVER_PORT_IPV4 = "server-port"

Definition at line 53 of file ServerProperties.php.

◆ SERVER_PORT_IPV6

const pocketmine\ServerProperties::SERVER_PORT_IPV6 = "server-portv6"

Definition at line 54 of file ServerProperties.php.

◆ VIEW_DISTANCE

const pocketmine\ServerProperties::VIEW_DISTANCE = "view-distance"

Definition at line 55 of file ServerProperties.php.

◆ WHITELIST

const pocketmine\ServerProperties::WHITELIST = "white-list"

Definition at line 56 of file ServerProperties.php.

◆ XBOX_AUTH

const pocketmine\ServerProperties::XBOX_AUTH = "xbox-auth"

Definition at line 57 of file ServerProperties.php.


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