#A web interface for sending commands

15 messages · Page 1 of 1 (latest)

supple roost
#

Currently a WIP, this is a simple mod which starts a web server for a dashboard of buttons, which executes commands from the client player. Ideally it should be used with a tablet beside you.

Right now, I’m using it as a form of GUI for WorldEdit! It doesn’t need WorldEdit installed, as long as the commands can work on a server it works as well. It’s heavily recommended to use along with WorldEdit CUI.

Note: This project is purely client side

urban plank
#

that's awesome

#

i love embedded web servers

supple roost
#

The API is exposed too, so anyone can create their own app which calls a POST /sendMessage to run a command in game, as long as it’s within local network

paper mulch
#

Is there any auth or just anyone from your local network is beeing allowed to send you any command?

candid imp
#

isn’t this just rcon with extra steps..

paper mulch
supple roost
#

This project is purely client side

supple roost
paper mulch
#

just make it require a password / bearer token or whatever

supple roost
#

first command is //replace diorite,polished_diorite,andesite bedrock, second is //replace bamboo_planks,crimson_planks birch_log

paper mulch