Steps I have taken: Download latest pmmp using installer: Code: curl -sL https://get.pmmp.io | bash -s - Cd into plugins folder and download dev tools from git then build it's phar: Code: cd plugins git clone https://github.com/pmmp/PocketMine-DevTools ../bin/php7/bin/php -dphar.readonly=0 PocketMine-DevTools/src/DevTools/ConsoleScript.php --make PocketMine-DevTools/src/ --entry PocketMine-DevTools/plugin.yml --out DevTools.phar Then when I start the server, there are no reports of any plugins being loaded, or when I use the plugins command it returns that 0 plugins are loaded
Code: logan@logans:~/PocketMine-MP$ ./start.sh [13:22:40] [Server thread/INFO]: Loading pocketmine.yml... [13:22:40] [Server thread/INFO]: Loading server properties... [13:22:40] [Server thread/INFO]: Selected English (eng) as the base language [13:22:40] [Server thread/INFO]: Starting Minecraft: PE server version v1.0.4.11 [13:22:40] [Server thread/INFO]: Opening server on 0.0.0.0:19132 [13:22:41] [Server thread/INFO]: This server is running PocketMine-MP version 1.6.2dev-41 "Unleashed" (API 3.0.0-ALPHA4) [13:22:41] [Server thread/INFO]: PocketMine-MP is distributed under the LGPL License [13:22:41] [Server thread/INFO]: Loading recipes... [13:22:41] [Server thread/INFO]: Preparing level "world" [13:22:41] [Server thread/INFO]: Starting GS4 status listener [13:22:41] [Server thread/INFO]: Setting query port to 19132 [13:22:41] [Server thread/INFO]: Query running on 0.0.0.0:19132 [13:22:41] [Server thread/INFO]: Default game type: Survival Mode [13:22:41] [Server thread/INFO]: Done (0.819s)! For help, type "help" or "?" plugins [13:22:47] [Server thread/INFO]: Plugins (0): stop [13:22:49] [Server thread/INFO]: [CONSOLE: Stopping the server] [13:22:49] [Server thread/INFO]: Unloading level "world" [13:22:50] [Server thread/INFO]: Stopping other threads logan@logans:~/PocketMine-MP$
Code: logan@logans:~/PocketMine-MP/plugins$ ls -al total 36 drwxrwxr-x 3 logan logan 4096 Apr 12 13:00 . drwxrwxr-x 6 logan logan 4096 Apr 12 13:22 .. -rw-rw-r-- 1 logan logan 23648 Apr 12 13:00 DevTools.phar drwxrwxr-x 4 logan logan 4096 Apr 12 12:47 PocketMine-DevTools logan@logans:~/PocketMine-MP/plugins$
You'll need to add API 3.0.0-ALPHA5 to the devtools plugin.yml before building DevTools, @dktapps has been really busy with 1.1/1.0.6, and it hasn't been updated yet.
Sorry, didn't see that.. . it was posted while I was replying. In that case just follow Jason and sandertv's advice.