Package com.stardevllc.starchat.channels
Class GlobalChannel
java.lang.Object
com.stardevllc.starchat.channels.ChatChannel
com.stardevllc.starchat.channels.GlobalChannel
- All Implemented Interfaces:
ChatSpace
-
Field Summary
Fields inherited from class com.stardevllc.starchat.channels.ChatChannel
config, cooldownLength, displayNameHandler, id, lastMessage, muteBypassPermission, muted, mutedBy, muteErrorFormat, muteFormat, muteReason, name, plugin, senderFormat, sendPermission, systemFormat, TIME_FORMAT, unmuteFormat, useColorPermissions, viewPermission -
Constructor Summary
ConstructorsConstructorDescriptionGlobalChannel(org.bukkit.plugin.java.JavaPlugin plugin, String name, File configFile) -
Method Summary
Methods inherited from class com.stardevllc.starchat.channels.ChatChannel
canSendMessages, canViewMessages, createDefaults, getConfig, getDisplayNameHandler, getId, getMembers, getMuteFormat, getName, getPlugin, getSenderFormat, getSendPermission, getSystemFormat, getUnmuteFormat, getViewPermission, isMuted, isUseColorPermissions, mute, mute, saveConfig, sendMessage, sendToConsole, setDisplayNameHandler, setFile, setName, setSenderFormat, setSendPermission, setSystemFormat, setViewPermission, supportsCooldowns, unmute
-
Constructor Details
-
GlobalChannel
-