mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
Make start script errors a bit more noob-friendly
This commit is contained in:
3
start.sh
3
start.sh
@ -37,7 +37,8 @@ if [ "$POCKETMINE_FILE" == "" ]; then
|
||||
if [ -f ./PocketMine-MP.phar ]; then
|
||||
POCKETMINE_FILE="./PocketMine-MP.phar"
|
||||
else
|
||||
echo "Couldn't find a valid PocketMine-MP installation"
|
||||
echo "PocketMine-MP.phar not found"
|
||||
echo "Downloads can be found at https://github.com/pmmp/PocketMine-MP/releases"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user