Created Profile for Pocketmine Dev version (1258) through Web-UI
Select PocketMine server
Click on Start
Popup window prompts for Profile selection and Jar selection
No jar can be selected (since it is PHAR based)
Server does not start
[PocketMine] start failed
Cannot start server without a designated jar/phar.
Not sure what I did wrong.
Are you selecting the phar file, all the same? Or are you just ignoring it because it says jar
?
Nothing is available in the drop down. No phar file, nothing.
no drop down value
I did notice that if I don’t select the Dev version but the stable version, the PHAR file does appear.
So I just wound up blowing away my pmserver and started fresh. Not sure why the dropdown never showed the PHAR file. Once I created a new server, I was able to see the DEV PHAR file in the drop down. I will mark this as closed.
I compared the server.config files between the old pmserver and the new one… there was a difference in that the PHAR file was specified in the new server.config file.
mc@mc-linux:/var/games/minecraft/servers/pmserver$ cat server.config
[java]
java_xmx=256
jarfile=PocketMine-MP_1.5dev-1258_0380e900_API-1.12.0.phar
[onreboot]
start=false
[minecraft]
profile=PocketMine-1258
mc@mc-linux:/var/games/minecraft/servers/pmserver$ cat ~/PocketMine/server.config
[java]
java_xmx=256
jarfile=
java_xms=256
[onreboot]
start=false
[minecraft]
profile=PocketMine-1258
unconventional=false