Update cmdsys.py

This commit is contained in:
2026-01-26 09:49:56 +08:00
committed by GitHub
parent 99bf14e667
commit dadc8d5f53

View File

@@ -7,10 +7,10 @@ class Mil(mil.MCROCN):
super().__init__(host, password, port)
mcr=Mil(host="mc.gvsds.com", password="1234567890114514", port=25566)
mcr=Mil(host="", password="", port=25565)
if not mcr.Connect(): exit()
mcr.Gamerule("sendCommandFeedback", False)
mcr.Gamemode("survival", "MXYYSH2")
mcr.disconnect()
mcr.disconnect()