mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Whitelist, Banned IPs, more properties
This commit is contained in:
@ -34,6 +34,5 @@ set_include_path(get_include_path() . PATH_SEPARATOR . FILE_PATH . PATH_SEPARATO
|
||||
ini_set("memory_limit", "512M");
|
||||
define("CURRENT_PROTOCOL", 5);
|
||||
define("CURRENT_VERSION", 1);
|
||||
define("DEBUG", 2);
|
||||
define("LOG", true);
|
||||
define("MAGIC", "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x12\x34\x56\x78");
|
@ -9,5 +9,7 @@ seed=false
|
||||
server-id=false
|
||||
server-type=normal
|
||||
max-players=20
|
||||
white-list=false
|
||||
debug=1
|
||||
spawn=128.5;100;128.5
|
||||
regenerate-config=true
|
Reference in New Issue
Block a user