Class KamiCommon

All Implemented Interfaces:
ObservableConfig, CoreMethods, Named, CommandExecutor, TabCompleter, TabExecutor, Listener, Plugin

public class KamiCommon extends KamiPlugin
This class is just the plugin source when the spigot-jar is installed on a server.
All registration and enabling of the plugin is handled in PluginSource.

This architecture allows a third party plugin to completely shade the spigot-jar module and initialize PluginSource on its own.
  • Constructor Details

    • KamiCommon

      public KamiCommon()
  • Method Details