Class HySk

java.lang.Object
com.hypixel.hytale.server.core.plugin.PluginBase
com.hypixel.hytale.server.core.plugin.JavaPlugin
com.github.skriptdev.skript.plugin.HySk
All Implemented Interfaces:
com.hypixel.hytale.server.core.command.system.CommandOwner

public class HySk extends com.hypixel.hytale.server.core.plugin.JavaPlugin
Main class for HySkript as a Hytale plugin.
  • Field Summary

    Fields inherited from class com.hypixel.hytale.server.core.plugin.PluginBase

    METRICS_REGISTRY
  • Method Summary

    Modifier and Type
    Method
    Description
    static HySk
    Get the instance of HySkript.
    Get the Skript instance.

    Methods inherited from class com.hypixel.hytale.server.core.plugin.JavaPlugin

    getClassLoader, getFile, getType, start0

    Methods inherited from class com.hypixel.hytale.server.core.plugin.PluginBase

    getAssetRegistry, getBasePermission, getBlockStateRegistry, getChunkStoreRegistry, getClientFeatureRegistry, getCodecRegistry, getCodecRegistry, getCodecRegistry, getCommandRegistry, getDataDirectory, getEntityRegistry, getEntityStoreRegistry, getEventRegistry, getIdentifier, getLogger, getManifest, getName, getState, getTaskRegistry, isDisabled, isEnabled, preLoad, setup0, shutdown0, withConfig, withConfig

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getSkript

      public Skript getSkript()
      Get the Skript instance.
      Returns:
      The instance of Skript.
    • getInstance

      public static HySk getInstance()
      Get the instance of HySkript.
      Returns:
      The instance of HySkript.