5 lines
213 B
Python
5 lines
213 B
Python
|
|
@libminecraft.onConsoleOutput(r"\[.*\] \[Server thread\/INFO\]: Set Malasaur's game mode to (.*) Mode")
|
|
def malasaurSetGamemode(gamemode: str):
|
|
global malasaurGamemode
|
|
malasaurGamemode = gamemode.lower()
|