Objects/ChatClass

ChatClass

name of the chat channel
String channelName

should chat spying be allowed in this channel
boolean chatSpy

specific behaviors to add to chat channels - requires (ChannelName, PlayerName, Language, Message, chatSpyBoolean);
List<ChatBehavior> channelBehaviors

is the channel private
Boolean privateChat

muted players in channel
List<String> mutedPlayers

banned players from channel
List<String> bannedPlayers

channel owner
String channelOwner

private channel password
String channelPassword

invited player
List<String> invitedPlayers


Comments

Posts Quoted:
Reply
Clear All Quotes