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

@ -14,4 +14,4 @@ def minecraftToSignal(usr: str, msg: str):
@libsignal.onMessage(RSBeta)
def signalToMinecraft(usr: str, msg: str):
print(usr, msg)
libminecraft.sendCommand(f"say [{usr}] {msg}")
libminecraft.sendCommand(f"tellraw @a [{usr}] {msg}")