mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
8 lines
281 B
Bash
Executable File
8 lines
281 B
Bash
Executable File
#!/bin/bash
|
|
echo -e "version\nmakeserver\nstop\n" | php src/pocketmine/PocketMine.php --no-wizard --disable-ansi --disable-readline
|
|
if ls plugins/DevTools/PocketMine*.phar >/dev/null 2>&1; then
|
|
echo Server phar created successfully.
|
|
else
|
|
echo No phar created!
|
|
exit 1
|
|
fi |