I don't know how to pass custom arguments to these scripts :<

This commit is contained in:
Dylan K. Taylor 2020-11-16 19:05:04 +00:00
parent db815360d1
commit 691c49fb32

View File

@ -19,7 +19,7 @@ rm PocketMine-MP.phar 2> /dev/null
mkdir "$DATA_DIR"
mkdir "$PLUGINS_DIR"
composer make-devtools
php -dphar.readonly=0 ./src/DevTools/ConsoleScript.php --make ./ --relative ./ --out ../../../plugins/DevTools.phar
composer make-server
if [ -f PocketMine-MP.phar ]; then