Package dev.aura.bungeechat.module
Class HelpOpModule
- java.lang.Object
-
- dev.aura.bungeechat.module.Module
-
- dev.aura.bungeechat.module.HelpOpModule
-
- All Implemented Interfaces:
dev.aura.bungeechat.api.module.BungeeChatModule
public class HelpOpModule extends Module
-
-
Field Summary
-
Fields inherited from class dev.aura.bungeechat.module.Module
CONFIG_ENABLED, MODULE_BASE
-
-
Constructor Summary
Constructors Constructor Description HelpOpModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
void
onDisable()
void
onEnable()
-
Methods inherited from class dev.aura.bungeechat.module.Module
getModuleSection, isEnabled, setTest_mode
-
-
-
-
Method Detail
-
getName
public String getName()
-
onEnable
public void onEnable()
-
onDisable
public void onDisable()
-
-