Package dev.aura.bungeechat.module.perms
Class PowerfulPermsModule
- java.lang.Object
-
- dev.aura.bungeechat.module.perms.PermissionPluginModule
-
- dev.aura.bungeechat.module.perms.PowerfulPermsModule
-
- All Implemented Interfaces:
dev.aura.bungeechat.api.module.BungeeChatModule
public class PowerfulPermsModule extends PermissionPluginModule
-
-
Constructor Summary
Constructors Constructor Description PowerfulPermsModule()
-
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.perms.PermissionPluginModule
forceModule, getForcedPermissionModules, isEnabled, isPluginPresent
-
-
-
-
Method Detail
-
getName
public String getName()
-
onEnable
public void onEnable()
-
onDisable
public void onDisable()
-
-