uses HTTP to send text to multiple Minecraft instances
When you have for example 4 minecraft instaces with baritone it gets annoying to copy paste the same commands over to all of them. With this you only need to send it to one place.
You need FastApi to run this, the website is also served through this
pip install fastapi uvicorn[standard] aiofiles
Drop the mod (in build/libs/) into your mods folder
in the project dir, run:
cd CommandAndControl
uvicorn main:app
Open http://127.0.0.1:8000/ to access the inteface.
@c3
- help
@c3 t
- run once
@c3 c
- run continually
Runnig the client once without ther server will crash the client
Make the client send health etc to be viewd in ther webview