Replaced Minecraft command with tellraw and Server with ./start.sh

This commit is contained in:
Malasaur 2025-08-28 20:40:44 +02:00
parent 49a9964ec5
commit ceccdf818b
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ def sendCommand(cmd: str) -> None:
def main() -> None:
libcommon.minecraftInit("python -u program.py")
libcommon.minecraftInit("sudo ./start.sh")
t = Thread(target=reader, daemon=True)
t.start()