You could download the SOurce Code off GitHub and use DevTools to compile the Source Code once you edit it
I know that DevTools can compile a server running from source files to a phar but I'm not aware of anyways to extract a server phar.
If you use pmt.mcpe.me for creating PocketMine phar, make sure that you properly set the stub. Otherwise, the server will do nothing when you start it.
Okay thx, do you know where I can change the version of MCPE, the phar should be compatible with (the path)?
src/pocketmine/network/protocol/Info.php for procol and src/pocketmine/PocketMine.php for the name and version strings.
MCPE protocol updates may change many things, not as simple as the protocol version number and the display version name.
I convert PocketMine-MP.phar to zip with unphar.com After editing i want To convert The Zip To Phar... But, unphar.com can't do it... So , how i can convert it ? *sorry for bad english
Please use the new forums at https://forums.pmmp.io Also, use the Jenkins if you can to get the most recent phar, https://jenkins.pmmp.io (It is probably down though) Another method is to clone GitHub repo (With the appropriate additions/removals) and using the .phar creator on https://pmt.mcpe.me