Package net.alpenblock.bungeeperms
Class BungeePerms
- java.lang.Object
-
- net.alpenblock.bungeeperms.BungeePerms
-
public class BungeePerms extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CHANNEL
-
Constructor Summary
Constructors Constructor Description BungeePerms(PlatformPlugin plugin, BPConfig config, PluginMessageSender pluginMessageSender, NetworkNotifier networkNotifier, EventListener eventListener, EventDispatcher eventDispatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disable()
void
enable()
void
load()
void
reload(boolean notifynetwork)
-
-
-
Field Detail
-
CHANNEL
public static final java.lang.String CHANNEL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BungeePerms
public BungeePerms(PlatformPlugin plugin, BPConfig config, PluginMessageSender pluginMessageSender, NetworkNotifier networkNotifier, EventListener eventListener, EventDispatcher eventDispatcher)
-
-