You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new button status "starting"
~ Fixed console not showing starting console logs
~ Fixed start/stop button inconsistency, showing "start" when the server is already started
Note
There are breaking changes to the API, concerning the check-server endpoint.
Now you can enter commands directly into the console! troll your friends by sending '/say pluh' or something while they're peacefully playing, all that from the comfort of your own bed or anywhere you open the frontend console.
Added Console Command Input to send commands to the server
Authentication is bad and not working, ignore admin endpoints
Endpoints
server
GET server/console-text
PUT sever/console/run/:command
GET server/check-server
PUT server/start
PUT server/stop
PUT server/sign-eula
properties
GET properties/
GET properties/player-count
GET properties/server-config.json
GET properties/whitelist.json
GET properties/ops.json
GET properties/banned-players.json
PUT properties/:operation/op/:playername
PUT properties/:operation/whitelist/:playername
PUT properties/:operation/ban/:playername
PUT properties/:operation/ban-ip/:playername