Class SkriptHook

java.lang.Object
dk.minepay.server.bukkit.hooks.skript.SkriptHook
All Implemented Interfaces:
iHook

public class SkriptHook extends Object implements iHook
Class that handles the integration with the Skript plugin.
  • Constructor Details

    • SkriptHook

      public SkriptHook()
      Constructor for the SkriptHook class.
  • Method Details

    • init

      public void init()
      Initializes the Skript hook. Registers the addon with Skript and loads the necessary classes.
      Specified by:
      init in interface iHook
    • isEnabled

      public boolean isEnabled()
      Checks if the Skript hook is enabled.
      Specified by:
      isEnabled in interface iHook
      Returns:
      true if the Skript hook is enabled, false otherwise