Hi reader, I have no idea how to get an updated phar file for pocketmine and I was wondering if anyone on here can help. Please?
You can download the latest PocketMine.phar here : https://github.com/pmmp/PocketMine-MP After, touch "Clone or Download tab" -> "Download ZIP" Copy all files in PocketMine-MP-master and paste it in your server folder. If you run server on Game Server just Restart Server else execute start.sh , start.cmd or start.ps1 as your operating system. You can get a phar by DevTools plugin and type /makeserver to get the phar.
This is one of the reasons that I began rolling a Docker images for PocketMine. If you are using my image (shameless plug:https://hub.docker.com/r/circleeh/pocketmine/) you would run "docker-composer pull" to get the updated image, then "docker-composer up -d" to restart your docker container with the new one. On the flip side... it requires a system that can run Docker and a minimal knowledge of how to do so.