- Allows server admins to have a quick and easy way to administer their servers without the need for RCON
- Gives admins the ability to manage their server from a familiar interface that they can access with ANY web browser (at least ones that have WebSockets)
- Remove the need for other administration tools (you can see everything)
- Give admins a way to have trusted users administer the server as if they were sitting at the console
- Allow people to manage their servers quickly and easily
- Show the power of both PocketMine (and PHP)
- Get people to make more awesome plugins
- Have some fun
- Download the Phar file from either GitHub releases or the PocketMine Forums
- Drop it into your plugins/ folder
- Restart the server
- Edit the password and port in the config (password is important, the port can be left the same)
- Have fun!
- WebSockets
- Term.js - By: Christopher Jeffrey [https://github.com/chjj/term.js/] (now xtermjs)
- Some guidance from PHP-Push-WebSocket [https://github.com/srchea/PHP-Push-WebSocket/]
- Wrench - By: @nicokaiser, @lemmingzshadow, and @mazhack [https://github.com/varspool/Wrench/]