Update cmdsys.py
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user