Progress: So this is what I got so far Code: [config] name = Other: PocketMine-MP # source = http://cdn.pocketmine.net/api/update-development.phar # configSource = http://cdn.pocketmine.net/multicraft/pocketmine.phar.conf [start] command = "/pocketmine/bin/php7/bin/php" "/pocketmine/PocketMine.phar" --memory-limit={MAX_MEMORY}M --disable-ansi --data="{SERVER_DIR}" --plugins="{SERVER_DIR}/plugins" --level-name="{WORLD}" --server-ip={IP} --server-port={PORT} --max-players={MAX_PLAYERS} [plugins] pluginMatch = \.(phar|zip)$ [parse_disconnect] shortStart=logged out start=(?P<name>[A-Za-z0-9_]{3,16})[/(?P<ip>.*):\d+] logged out But this wont work here is some pictures of where my installation is: I also installed the PHP dependencies in the successful area (dir pocketmine) But for some reason it wont work, I cant select the JAR on Multicraft. If anyone has installed this on Multicraft please tell me tips and a possible fix
Here's an example conf https://github.com/Standouthost/Multicraft/blob/master/jar/pocketmine.phar.conf The path to your PocketMine phar as defined in phar.conf should be that of the phar in the multicraft/jar folder. Your PHP path looks wrong too - it's currently pointing at /pocketmine/bin/... But from what I can see above it should be /home/minecraft/multicraft/jar/pocketmine/bin/...