Пример #1
0
 def process(self):
     global eobj_byid
     try:
         self.reason = " (" + self.cmdobj['args_raw'][0] + ")"
     except IndexError:
         self.reason = ""
     chat(
         self.cmdobj['scope'],
         "\u00A7o\u00A78[" + self.cmdobj['scope'].username +
         ": Stopping the server" + reason + "]\u00A7r", 1)
     dokickprocess()
     for plindex in eobj_byid:
         leftcounter = leftcounter + 1
     if leftcounter != 0:
         dokickprocess()
     else:
         print(
             "Mineserver (INFO/warn)> The server is shutting down from /stop command signal. Reason:"
             + self.reason)
         sysex()
Пример #2
0
    def process(self):
	    chat(self.cmdobj['scope'], "\u00A7cInvalid command. Type /help for help.\u00A7r", 1)
Пример #3
0
 def process(self):
     self.osc = self.cmdobj["scope"]
     chat(self.osc, self.jsconcat(), 1)
Пример #4
0
 def process(self):
     chat(self.cmdobj['scope'], self.jsconcat(), 1)
Пример #5
0
 def process(self):
     chat(self.cmdobj['scope'],
          "\u00A7cInvalid command. Type /help for help.\u00A7r", 1)