Hello, I am working on a new project called PocketRCON-Plus. Its a plugin that hosts a server. The client can run commands (Like RCON). The thing is that it is better, and actually will return the players chat, unlike RCON. It has two parts: a plugin, and a client. Goals: Actually returns chat from clients Maybe color support Returns server log I also created a git hub page. You guys are welcome to help, just please comment or send me a PM. - Jython234
i currently use jrcon, which is a pretty barebones client - so within that i think there is a lot of room for improvement with mobile rcon clients... adding features that are specific to minecraft pe - i've been considering making an attempt at writing one in python myself, but that'd be more of a learning project (sockets, gui, etc) than something to actually release.
Its a plugin that hosts a server. The client can run commands (Like RCON). The thing is that it is better, and actually will return the players chat, unlike RCON.
You can return the player chat to rcon with only a plugin, why would you write a new protocol and client?
But what I mean is that you could just improve rcon with a pocketmine plugin instead of writing a new protocol