Class Addon

java.lang.Object
com.tomkeuper.bedwars.api.addon.Addon

public abstract class Addon extends Object
  • Constructor Details

    • Addon

      public Addon()
  • Method Details

    • getAuthor

      public abstract String getAuthor()
      Get the author of an addon
    • getPlugin

      public abstract org.bukkit.plugin.Plugin getPlugin()
      Get the addon plugin
    • getVersion

      public abstract String getVersion()
      Get the version of an addon
    • getName

      public abstract String getName()
      Get the name of an addon
    • getDescription

      public abstract String getDescription()
      Get the identifier of an addon
    • load

      public abstract void load()
      Load everything from the addon Listeners, config files, databases,...
    • unload

      public abstract void unload()
      Unload everything from the addon