Package net.luckperms.api.extension
Interface Extension
-
public interface ExtensionRepresents 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
LuckPermsparameter as it's only argument.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload()Loads the extension.voidunload()Unloads the extension.
-