public interface Extension
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.
| Modifier and Type | Method and Description |
|---|---|
void |
load()
Loads the extension.
|
void |
unload()
Unloads the extension.
|