|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
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" |
Definition at line 30 of file ServerProperties.php.
| const pocketmine\ServerProperties::AUTO_SAVE = "auto-save" |
Definition at line 36 of file ServerProperties.php.
| const pocketmine\ServerProperties::DEFAULT_WORLD_GENERATOR = "level-type" |
Definition at line 37 of file ServerProperties.php.
| const pocketmine\ServerProperties::DEFAULT_WORLD_GENERATOR_SETTINGS = "generator-settings" |
Definition at line 38 of file ServerProperties.php.
| const pocketmine\ServerProperties::DEFAULT_WORLD_NAME = "level-name" |
Definition at line 39 of file ServerProperties.php.
| const pocketmine\ServerProperties::DEFAULT_WORLD_SEED = "level-seed" |
Definition at line 40 of file ServerProperties.php.
| const pocketmine\ServerProperties::DIFFICULTY = "difficulty" |
Definition at line 41 of file ServerProperties.php.
| const pocketmine\ServerProperties::ENABLE_IPV6 = "enable-ipv6" |
Definition at line 42 of file ServerProperties.php.
| const pocketmine\ServerProperties::ENABLE_QUERY = "enable-query" |
Definition at line 43 of file ServerProperties.php.
| const pocketmine\ServerProperties::FORCE_GAME_MODE = "force-gamemode" |
Definition at line 44 of file ServerProperties.php.
| const pocketmine\ServerProperties::GAME_MODE = "gamemode" |
Definition at line 45 of file ServerProperties.php.
| const pocketmine\ServerProperties::HARDCORE = "hardcore" |
Definition at line 46 of file ServerProperties.php.
| const pocketmine\ServerProperties::LANGUAGE = "language" |
Definition at line 47 of file ServerProperties.php.
| const pocketmine\ServerProperties::MAX_PLAYERS = "max-players" |
Definition at line 48 of file ServerProperties.php.
| const pocketmine\ServerProperties::MOTD = "motd" |
Definition at line 49 of file ServerProperties.php.
| const pocketmine\ServerProperties::PVP = "pvp" |
Definition at line 50 of file ServerProperties.php.
| const pocketmine\ServerProperties::SERVER_IPV4 = "server-ip" |
Definition at line 51 of file ServerProperties.php.
| const pocketmine\ServerProperties::SERVER_IPV6 = "server-ipv6" |
Definition at line 52 of file ServerProperties.php.
| const pocketmine\ServerProperties::SERVER_PORT_IPV4 = "server-port" |
Definition at line 53 of file ServerProperties.php.
| const pocketmine\ServerProperties::SERVER_PORT_IPV6 = "server-portv6" |
Definition at line 54 of file ServerProperties.php.
| const pocketmine\ServerProperties::VIEW_DISTANCE = "view-distance" |
Definition at line 55 of file ServerProperties.php.
| const pocketmine\ServerProperties::WHITELIST = "white-list" |
Definition at line 56 of file ServerProperties.php.
| const pocketmine\ServerProperties::XBOX_AUTH = "xbox-auth" |
Definition at line 57 of file ServerProperties.php.