mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Added non-packaged plugins & pocketmine warnings
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user