Moved Console into Control and added death message to Bridge
This commit is contained in:
parent
055674fd87
commit
508e1d0736
3 changed files with 55 additions and 66 deletions
|
|
@ -35,3 +35,7 @@ def minecraftPlayerJoin(usr: str):
|
|||
@libminecraft.onConsoleOutput(r"\[.*\] \[Server thread\/INFO\]: (.*) left the game")
|
||||
def minecraftPlayerLeave(usr: str):
|
||||
libsignal.sendMessage(f"{usr} left the game.", RetardsServer)
|
||||
|
||||
@libminecraft.onConsoleOutput(r"\[.*\] \[Server thread\/INFO\]: (.*) fell from a high place")
|
||||
def minecraftFallDeath(usr: str):
|
||||
libminecraft.sendCommand(f"say {usr} sei un coglione come cazzo fai a morire di danno da caduta lmfao")
|
||||
Loading…
Add table
Add a link
Reference in a new issue