Replaced Minecraft command with tellraw and Server with ./start.sh
This commit is contained in:
parent
49a9964ec5
commit
ceccdf818b
2 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue