Beispiel #1
0
	def __init__(self, name, isServer, srvcolor):
		self.Name = name
		
		self.IsServer = isServer

		self.SrvColor = srvcolor
		self.BraColor = ChatColor.getByChar(hex(int(ChatColor.getChar(srvcolor), 16) ^ 8)[-1])
		self.NamColor = ChatColor.AQUA
		self.MsgColor = ChatColor.WHITE
Beispiel #2
0
	def __init__(self, name, isServer, srvcolor):
		self.Name = name
		
		self.IsServer = isServer

		self.SrvColor = srvcolor
		self.BraColor = ChatColor.getByChar(hex(int(ChatColor.getChar(srvcolor), 16) ^ 8)[-1])
		self.NamColor = ChatColor.AQUA
		self.MsgColor = ChatColor.WHITE