Package dev.aura.bungeechat.module
Class Module
- java.lang.Object
-
- dev.aura.bungeechat.module.Module
-
- All Implemented Interfaces:
dev.aura.bungeechat.api.module.BungeeChatModule
- Direct Known Subclasses:
AlertModule
,AntiAdvertisingModule
,AntiCapslockModule
,AntiDuplicationModule
,AntiSpamModule
,AntiSwearModule
,AutoBroadcastModule
,ChatLockModule
,ChatLoggingModule
,ClearChatModule
,GlobalChatModule
,HelpOpModule
,IgnoringModule
,JoinMessageModule
,LeaveMessageModule
,LocalChatModule
,LocalToModule
,MessengerModule
,MOTDModule
,MulticastChatModule
,MutingModule
,ServerSwitchModule
,SpyModule
,StaffChatModule
,VanishModule
,VersionCheckerModule
,WelcomeMessageModule
public abstract class Module extends Object implements dev.aura.bungeechat.api.module.BungeeChatModule
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_ENABLED
static String
MODULE_BASE
-
Constructor Summary
Constructors Constructor Description Module()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Config
getModuleSection()
boolean
isEnabled()
static void
setTest_mode(boolean test_mode)
-
-
-
Field Detail
-
MODULE_BASE
public static final String MODULE_BASE
- See Also:
- Constant Field Values
-
CONFIG_ENABLED
public static final String CONFIG_ENABLED
- See Also:
- Constant Field Values
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interfacedev.aura.bungeechat.api.module.BungeeChatModule
-
getModuleSection
public Config getModuleSection()
-
setTest_mode
public static void setTest_mode(boolean test_mode)
-
-