PHP command

Hi guys, the first thing i need to say is sorry for my english (im still learning of it).
So… im looking for a sponge plugin who will make me able to execute commands on server behalf. I need to make on my webpage the system of exchange points to ranks/items.

If you know any other way to do this, please inform me here.
I was trying to use shell_exec, but its not working on the screen application, now im using phpseclib (libray for php wich is making me able to ssh connect with server), but its too slow, (30seconds pageloading for say sth in chat) so im waiting for your comments!

You can use Web-API, it provides a RESTful API to a range of features including server console.

Alternatively, it might be possible to setup RCON (vanilla feature) and use that.

1 Like

Thank you for fast reply. I will check this way tommorow, but im sure it will be better than my actualy way.