Package net.luckperms.api.extension
Interface Extension
public interface Extension
Represents a simple extension "plugin" for LuckPerms.
Yes, that's right. A plugin for a plugin.
Extensions should either declare a no-arg constructor, or a constructor
that accepts a single LuckPerms parameter as it's only argument.
-
Method Summary
-
Method Details
-
load
void load()Loads the extension. -
unload
void unload()Unloads the extension.
-