Interface PluginInfo


public interface PluginInfo
Provides general information about the Ultimate Skyblock plugin instance running.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Gets the plugin version running on the server.
    @NotNull UpdateChecker
    Gets the UpdateChecker, which provides various information about the current and latest Ultimate Skyblock releases.
  • Method Details

    • getPluginVersion

      @NotNull @NotNull String getPluginVersion()
      Gets the plugin version running on the server.
      Returns:
      Plugin version running.
    • getUpdateChecker

      @NotNull @NotNull UpdateChecker getUpdateChecker()
      Gets the UpdateChecker, which provides various information about the current and latest Ultimate Skyblock releases.
      Returns:
      Update checker for Ultimate Skyblock.