Integrate FolderPluginLoader

the motivation for this is described in #5917

a new version of DevTools will be required, as the current version will cause the server to abort during startup with this change due to duplicated plugin loading.
This commit is contained in:
Dylan K. Taylor
2023-07-19 18:05:30 +01:00
parent aac5944396
commit 62465fa676
3 changed files with 74 additions and 2 deletions

View File

@ -19,8 +19,6 @@ rm PocketMine-MP.phar 2> /dev/null
mkdir "$DATA_DIR"
mkdir "$PLUGINS_DIR"
cd tests/plugins/DevTools
php -dphar.readonly=0 ./src/ConsoleScript.php --make ./ --relative ./ --out "$PLUGINS_DIR/DevTools.phar"
cd ../../..
composer make-server