From 8f26f08906b24f94e604682d7ed5a50c058c297a Mon Sep 17 00:00:00 2001 From: SuperXingKong <1912003473@qq.com> Date: Thu, 27 Oct 2016 19:54:31 +0800 Subject: [PATCH] php7 you can get php7 bin file soon. --- jar/pocketmine.phar.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jar/pocketmine.phar.conf b/jar/pocketmine.phar.conf index c4c99e9..52eb1af 100644 --- a/jar/pocketmine.phar.conf +++ b/jar/pocketmine.phar.conf @@ -5,7 +5,7 @@ configSource = http://cdn.pocketmine.net/multicraft/pocketmine.phar.conf [start] -command = "{JAR_DIR}/pocketmine/bin/php5/bin/php" "{JAR_DIR}/pocketmine/PocketMine-MP.phar" "{JAR}" --memory-limit={MAX_MEMORY}M --disable-ansi --data="{SERVER_DIR}"/PocketMine --plugins="{SERVER_DIR}/plugins"/PocketMine --level-name="{WORLD}" --server-ip="{IP}" --server-port={PORT} --max-players={MAX_PLAYERS} +command = "{JAR_DIR}/pocketmine/bin/php7/bin/php" "{JAR_DIR}/pocketmine/PocketMine-MP-php7.phar" "{JAR}" --memory-limit={MAX_MEMORY}M --disable-ansi --data="{SERVER_DIR}"/PocketMine --plugins="{SERVER_DIR}/plugins"/PocketMine --level-name="{WORLD}" --server-ip="{IP}" --server-port={PORT} --max-players={MAX_PLAYERS} ## Plugin configuration [plugins]