PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
|
Public Attributes | |
const | ALIASES = 'aliases' |
const | ANONYMOUS_STATISTICS = 'anonymous-statistics' |
const | ANONYMOUS_STATISTICS_ENABLED = 'anonymous-statistics.enabled' |
const | ANONYMOUS_STATISTICS_HOST = 'anonymous-statistics.host' |
const | AUTO_REPORT = 'auto-report' |
const | AUTO_REPORT_ENABLED = 'auto-report.enabled' |
const | AUTO_REPORT_HOST = 'auto-report.host' |
const | AUTO_REPORT_SEND_CODE = 'auto-report.send-code' |
const | AUTO_REPORT_SEND_PHPINFO = 'auto-report.send-phpinfo' |
const | AUTO_REPORT_SEND_SETTINGS = 'auto-report.send-settings' |
const | AUTO_REPORT_USE_HTTPS = 'auto-report.use-https' |
const | AUTO_UPDATER = 'auto-updater' |
const | AUTO_UPDATER_ENABLED = 'auto-updater.enabled' |
const | AUTO_UPDATER_HOST = 'auto-updater.host' |
const | AUTO_UPDATER_ON_UPDATE = 'auto-updater.on-update' |
const | AUTO_UPDATER_ON_UPDATE_WARN_CONSOLE = 'auto-updater.on-update.warn-console' |
const | AUTO_UPDATER_PREFERRED_CHANNEL = 'auto-updater.preferred-channel' |
const | AUTO_UPDATER_SUGGEST_CHANNELS = 'auto-updater.suggest-channels' |
const | CHUNK_GENERATION = 'chunk-generation' |
const | CHUNK_GENERATION_POPULATION_QUEUE_SIZE = 'chunk-generation.population-queue-size' |
const | CHUNK_SENDING = 'chunk-sending' |
const | CHUNK_SENDING_PER_TICK = 'chunk-sending.per-tick' |
const | CHUNK_SENDING_SPAWN_RADIUS = 'chunk-sending.spawn-radius' |
const | CHUNK_TICKING = 'chunk-ticking' |
const | CHUNK_TICKING_BLOCKS_PER_SUBCHUNK_PER_TICK = 'chunk-ticking.blocks-per-subchunk-per-tick' |
const | CHUNK_TICKING_DISABLE_BLOCK_TICKING = 'chunk-ticking.disable-block-ticking' |
const | CHUNK_TICKING_TICK_RADIUS = 'chunk-ticking.tick-radius' |
const | CONSOLE = 'console' |
const | CONSOLE_ENABLE_INPUT = 'console.enable-input' |
const | CONSOLE_TITLE_TICK = 'console.title-tick' |
const | DEBUG = 'debug' |
const | DEBUG_LEVEL = 'debug.level' |
const | LEVEL_SETTINGS = 'level-settings' |
const | LEVEL_SETTINGS_DEFAULT_FORMAT = 'level-settings.default-format' |
const | MEMORY = 'memory' |
const | MEMORY_ASYNC_WORKER_HARD_LIMIT = 'memory.async-worker-hard-limit' |
const | MEMORY_CHECK_RATE = 'memory.check-rate' |
const | MEMORY_CONTINUOUS_TRIGGER = 'memory.continuous-trigger' |
const | MEMORY_CONTINUOUS_TRIGGER_RATE = 'memory.continuous-trigger-rate' |
const | MEMORY_GARBAGE_COLLECTION = 'memory.garbage-collection' |
const | MEMORY_GARBAGE_COLLECTION_COLLECT_ASYNC_WORKER = 'memory.garbage-collection.collect-async-worker' |
const | MEMORY_GARBAGE_COLLECTION_LOW_MEMORY_TRIGGER = 'memory.garbage-collection.low-memory-trigger' |
const | MEMORY_GARBAGE_COLLECTION_PERIOD = 'memory.garbage-collection.period' |
const | MEMORY_GLOBAL_LIMIT = 'memory.global-limit' |
const | MEMORY_MAIN_HARD_LIMIT = 'memory.main-hard-limit' |
const | MEMORY_MAIN_LIMIT = 'memory.main-limit' |
const | MEMORY_MAX_CHUNKS = 'memory.max-chunks' |
const | MEMORY_MAX_CHUNKS_CHUNK_RADIUS = 'memory.max-chunks.chunk-radius' |
const | MEMORY_MAX_CHUNKS_TRIGGER_CHUNK_COLLECT = 'memory.max-chunks.trigger-chunk-collect' |
const | MEMORY_MEMORY_DUMP = 'memory.memory-dump' |
const | MEMORY_MEMORY_DUMP_DUMP_ASYNC_WORKER = 'memory.memory-dump.dump-async-worker' |
const | MEMORY_WORLD_CACHES = 'memory.world-caches' |
const | MEMORY_WORLD_CACHES_DISABLE_CHUNK_CACHE = 'memory.world-caches.disable-chunk-cache' |
const | MEMORY_WORLD_CACHES_LOW_MEMORY_TRIGGER = 'memory.world-caches.low-memory-trigger' |
const | NETWORK = 'network' |
const | NETWORK_ASYNC_COMPRESSION = 'network.async-compression' |
const | NETWORK_ASYNC_COMPRESSION_THRESHOLD = 'network.async-compression-threshold' |
const | NETWORK_BATCH_THRESHOLD = 'network.batch-threshold' |
const | NETWORK_COMPRESSION_LEVEL = 'network.compression-level' |
const | NETWORK_ENABLE_ENCRYPTION = 'network.enable-encryption' |
const | NETWORK_MAX_MTU_SIZE = 'network.max-mtu-size' |
const | NETWORK_UPNP_FORWARDING = 'network.upnp-forwarding' |
const | PLAYER = 'player' |
const | PLAYER_SAVE_PLAYER_DATA = 'player.save-player-data' |
const | PLAYER_VERIFY_XUID = 'player.verify-xuid' |
const | PLUGINS = 'plugins' |
const | PLUGINS_LEGACY_DATA_DIR = 'plugins.legacy-data-dir' |
const | SETTINGS = 'settings' |
const | SETTINGS_ASYNC_WORKERS = 'settings.async-workers' |
const | SETTINGS_ENABLE_DEV_BUILDS = 'settings.enable-dev-builds' |
const | SETTINGS_ENABLE_PROFILING = 'settings.enable-profiling' |
const | SETTINGS_FORCE_LANGUAGE = 'settings.force-language' |
const | SETTINGS_PROFILE_REPORT_TRIGGER = 'settings.profile-report-trigger' |
const | SETTINGS_QUERY_PLUGINS = 'settings.query-plugins' |
const | SETTINGS_SHUTDOWN_MESSAGE = 'settings.shutdown-message' |
const | TICKS_PER = 'ticks-per' |
const | TICKS_PER_AUTOSAVE = 'ticks-per.autosave' |
const | TIMINGS = 'timings' |
const | TIMINGS_HOST = 'timings.host' |
const | WORLDS = 'worlds' |
Definition at line 32 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::ALIASES = 'aliases' |
Definition at line 38 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::ANONYMOUS_STATISTICS = 'anonymous-statistics' |
Definition at line 39 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::ANONYMOUS_STATISTICS_ENABLED = 'anonymous-statistics.enabled' |
Definition at line 40 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::ANONYMOUS_STATISTICS_HOST = 'anonymous-statistics.host' |
Definition at line 41 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_REPORT = 'auto-report' |
Definition at line 42 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_REPORT_ENABLED = 'auto-report.enabled' |
Definition at line 43 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_REPORT_HOST = 'auto-report.host' |
Definition at line 44 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_REPORT_SEND_CODE = 'auto-report.send-code' |
Definition at line 45 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_REPORT_SEND_PHPINFO = 'auto-report.send-phpinfo' |
Definition at line 46 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_REPORT_SEND_SETTINGS = 'auto-report.send-settings' |
Definition at line 47 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_REPORT_USE_HTTPS = 'auto-report.use-https' |
Definition at line 48 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_UPDATER = 'auto-updater' |
Definition at line 49 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_UPDATER_ENABLED = 'auto-updater.enabled' |
Definition at line 50 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_UPDATER_HOST = 'auto-updater.host' |
Definition at line 51 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_UPDATER_ON_UPDATE = 'auto-updater.on-update' |
Definition at line 52 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_UPDATER_ON_UPDATE_WARN_CONSOLE = 'auto-updater.on-update.warn-console' |
Definition at line 53 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_UPDATER_PREFERRED_CHANNEL = 'auto-updater.preferred-channel' |
Definition at line 54 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::AUTO_UPDATER_SUGGEST_CHANNELS = 'auto-updater.suggest-channels' |
Definition at line 55 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::CHUNK_GENERATION = 'chunk-generation' |
Definition at line 56 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::CHUNK_GENERATION_POPULATION_QUEUE_SIZE = 'chunk-generation.population-queue-size' |
Definition at line 57 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::CHUNK_SENDING = 'chunk-sending' |
Definition at line 58 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::CHUNK_SENDING_PER_TICK = 'chunk-sending.per-tick' |
Definition at line 59 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::CHUNK_SENDING_SPAWN_RADIUS = 'chunk-sending.spawn-radius' |
Definition at line 60 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::CHUNK_TICKING = 'chunk-ticking' |
Definition at line 61 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::CHUNK_TICKING_BLOCKS_PER_SUBCHUNK_PER_TICK = 'chunk-ticking.blocks-per-subchunk-per-tick' |
Definition at line 62 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::CHUNK_TICKING_DISABLE_BLOCK_TICKING = 'chunk-ticking.disable-block-ticking' |
Definition at line 63 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::CHUNK_TICKING_TICK_RADIUS = 'chunk-ticking.tick-radius' |
Definition at line 64 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::CONSOLE = 'console' |
Definition at line 65 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::CONSOLE_ENABLE_INPUT = 'console.enable-input' |
Definition at line 66 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::CONSOLE_TITLE_TICK = 'console.title-tick' |
Definition at line 67 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::DEBUG = 'debug' |
Definition at line 68 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::DEBUG_LEVEL = 'debug.level' |
Definition at line 69 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::LEVEL_SETTINGS = 'level-settings' |
Definition at line 70 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::LEVEL_SETTINGS_DEFAULT_FORMAT = 'level-settings.default-format' |
Definition at line 71 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY = 'memory' |
Definition at line 72 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_ASYNC_WORKER_HARD_LIMIT = 'memory.async-worker-hard-limit' |
Definition at line 73 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_CHECK_RATE = 'memory.check-rate' |
Definition at line 74 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_CONTINUOUS_TRIGGER = 'memory.continuous-trigger' |
Definition at line 75 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_CONTINUOUS_TRIGGER_RATE = 'memory.continuous-trigger-rate' |
Definition at line 76 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_GARBAGE_COLLECTION = 'memory.garbage-collection' |
Definition at line 77 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_GARBAGE_COLLECTION_COLLECT_ASYNC_WORKER = 'memory.garbage-collection.collect-async-worker' |
Definition at line 78 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_GARBAGE_COLLECTION_LOW_MEMORY_TRIGGER = 'memory.garbage-collection.low-memory-trigger' |
Definition at line 79 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_GARBAGE_COLLECTION_PERIOD = 'memory.garbage-collection.period' |
Definition at line 80 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_GLOBAL_LIMIT = 'memory.global-limit' |
Definition at line 81 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_MAIN_HARD_LIMIT = 'memory.main-hard-limit' |
Definition at line 82 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_MAIN_LIMIT = 'memory.main-limit' |
Definition at line 83 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_MAX_CHUNKS = 'memory.max-chunks' |
Definition at line 84 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_MAX_CHUNKS_CHUNK_RADIUS = 'memory.max-chunks.chunk-radius' |
Definition at line 85 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_MAX_CHUNKS_TRIGGER_CHUNK_COLLECT = 'memory.max-chunks.trigger-chunk-collect' |
Definition at line 86 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_MEMORY_DUMP = 'memory.memory-dump' |
Definition at line 87 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_MEMORY_DUMP_DUMP_ASYNC_WORKER = 'memory.memory-dump.dump-async-worker' |
Definition at line 88 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_WORLD_CACHES = 'memory.world-caches' |
Definition at line 89 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_WORLD_CACHES_DISABLE_CHUNK_CACHE = 'memory.world-caches.disable-chunk-cache' |
Definition at line 90 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::MEMORY_WORLD_CACHES_LOW_MEMORY_TRIGGER = 'memory.world-caches.low-memory-trigger' |
Definition at line 91 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::NETWORK = 'network' |
Definition at line 92 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::NETWORK_ASYNC_COMPRESSION = 'network.async-compression' |
Definition at line 93 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::NETWORK_ASYNC_COMPRESSION_THRESHOLD = 'network.async-compression-threshold' |
Definition at line 94 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::NETWORK_BATCH_THRESHOLD = 'network.batch-threshold' |
Definition at line 95 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::NETWORK_COMPRESSION_LEVEL = 'network.compression-level' |
Definition at line 96 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::NETWORK_ENABLE_ENCRYPTION = 'network.enable-encryption' |
Definition at line 97 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::NETWORK_MAX_MTU_SIZE = 'network.max-mtu-size' |
Definition at line 98 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::NETWORK_UPNP_FORWARDING = 'network.upnp-forwarding' |
Definition at line 99 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::PLAYER = 'player' |
Definition at line 100 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::PLAYER_SAVE_PLAYER_DATA = 'player.save-player-data' |
Definition at line 101 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::PLAYER_VERIFY_XUID = 'player.verify-xuid' |
Definition at line 102 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::PLUGINS = 'plugins' |
Definition at line 103 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::PLUGINS_LEGACY_DATA_DIR = 'plugins.legacy-data-dir' |
Definition at line 104 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::SETTINGS = 'settings' |
Definition at line 105 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::SETTINGS_ASYNC_WORKERS = 'settings.async-workers' |
Definition at line 106 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::SETTINGS_ENABLE_DEV_BUILDS = 'settings.enable-dev-builds' |
Definition at line 107 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::SETTINGS_ENABLE_PROFILING = 'settings.enable-profiling' |
Definition at line 108 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::SETTINGS_FORCE_LANGUAGE = 'settings.force-language' |
Definition at line 109 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::SETTINGS_PROFILE_REPORT_TRIGGER = 'settings.profile-report-trigger' |
Definition at line 110 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::SETTINGS_QUERY_PLUGINS = 'settings.query-plugins' |
Definition at line 111 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::SETTINGS_SHUTDOWN_MESSAGE = 'settings.shutdown-message' |
Definition at line 112 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::TICKS_PER = 'ticks-per' |
Definition at line 113 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::TICKS_PER_AUTOSAVE = 'ticks-per.autosave' |
Definition at line 114 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::TIMINGS = 'timings' |
Definition at line 115 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::TIMINGS_HOST = 'timings.host' |
Definition at line 116 of file YmlServerProperties.php.
const pocketmine\YmlServerProperties::WORLDS = 'worlds' |
Definition at line 117 of file YmlServerProperties.php.