Added non-packaged plugins & pocketmine warnings

This commit is contained in:
Shoghi Cervantes
2014-04-01 04:59:44 +02:00
parent 207c2c4aba
commit 05a42712bf
5 changed files with 17 additions and 13 deletions

View File

@ -7,11 +7,11 @@ if exist bin\php\php.exe (
set PHP_BINARY=php
)
if exist src\pocketmine\PocketMine.php (
set POCKETMINE_FILE=src\pocketmine\PocketMine.php
if exist PocketMine-MP.phar (
set POCKETMINE_FILE=PocketMine-MP.phar
) else (
if exist PocketMine-MP.phar (
set POCKETMINE_FILE=PocketMine-MP.phar
if exist src\pocketmine\PocketMine.php (
set POCKETMINE_FILE=src\pocketmine\PocketMine.php
) else (
echo "Couldn't find a valid PocketMine-MP installation"
pause