Interface PluginSupport


public interface PluginSupport
Provides support for checking the status of optional dependency plugins for Bestium.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if the BetterModel plugin is successfully loaded and enabled on the server.
    boolean
    Checks if the Nova plugin is successfully loaded and enabled on the server.
  • Method Details

    • betterModel

      boolean betterModel()
      Checks if the BetterModel plugin is successfully loaded and enabled on the server.
      Returns:
      true if BetterModel is loaded and enabled, false otherwise
    • nova

      boolean nova()
      Checks if the Nova plugin is successfully loaded and enabled on the server.
      Returns:
      true if BetterModel is loaded and enabled, false otherwise