Class GSAuthMuteListener
java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthMuteProxyListener
com.gamersafer.minecraft.auth.bungeecord.listener.GSAuthMuteListener
- All Implemented Interfaces:
net.md_5.bungee.api.plugin.Listener
public class GSAuthMuteListener
extends com.gamersafer.minecraft.auth.common.listener.GSAuthMuteProxyListener
implements net.md_5.bungee.api.plugin.Listener
-
Field Summary
Fields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthMuteProxyListener
config, core, lang, muteManager, playerPreferencesConfig, playerStorage, server
-
Constructor Summary
ConstructorDescriptionGSAuthMuteListener
(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.gamersafer.minecraft.auth.common.abstraction.IServer server, com.gamersafer.minecraft.auth.common.db.api.IPlayerStorage playerStorage, com.gamersafer.minecraft.auth.common.mute.MuteManager muteManager, GSAuthBungeecord plugin, com.gamersafer.minecraft.auth.common.configuration.ProxyConfiguration config, com.gamersafer.minecraft.auth.common.configuration.LanguageConfiguration lang, com.gamersafer.minecraft.auth.common.configuration.PlayerPreferencesConfiguration playerPreferencesConfig) -
Method Summary
Methods inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthMuteProxyListener
onChat, onSendPrivateMessage
-
Constructor Details
-
GSAuthMuteListener
public GSAuthMuteListener(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.gamersafer.minecraft.auth.common.abstraction.IServer server, com.gamersafer.minecraft.auth.common.db.api.IPlayerStorage playerStorage, com.gamersafer.minecraft.auth.common.mute.MuteManager muteManager, GSAuthBungeecord plugin, com.gamersafer.minecraft.auth.common.configuration.ProxyConfiguration config, com.gamersafer.minecraft.auth.common.configuration.LanguageConfiguration lang, com.gamersafer.minecraft.auth.common.configuration.PlayerPreferencesConfiguration playerPreferencesConfig)
-
-
Method Details
-
onChat
public void onChat(net.md_5.bungee.api.event.ChatEvent e)
-