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

    Modifier and Type
    Method
    Description
    void
    Loads the extension.
    void
    Unloads the extension.
  • Method Details

    • load

      void load()
      Loads the extension.
    • unload

      void unload()
      Unloads the extension.