Package dev.aura.bungeechat.module.perms
Class PermissionPluginModule
- java.lang.Object
-
- dev.aura.bungeechat.module.perms.PermissionPluginModule
-
- All Implemented Interfaces:
dev.aura.bungeechat.api.module.BungeeChatModule
- Direct Known Subclasses:
BungeePermsModule
,CloudNetPerms2Module
,CloudNetPerms3Module
,LuckPerms4Module
,LuckPerms5Module
,PowerfulPermsModule
public abstract class PermissionPluginModule extends Object implements dev.aura.bungeechat.api.module.BungeeChatModule
-
-
Constructor Summary
Constructors Constructor Description PermissionPluginModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
forceModule()
protected static Collection<String>
getForcedPermissionModules()
boolean
isEnabled()
protected static boolean
isPluginPresent(String pluginName)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interfacedev.aura.bungeechat.api.module.BungeeChatModule
-
forceModule
protected boolean forceModule()
-
isPluginPresent
protected static boolean isPluginPresent(String pluginName)
-
getForcedPermissionModules
protected static Collection<String> getForcedPermissionModules()
-
-