Interface Health


public interface Health
Represents the "health" status (healthcheck) of a LuckPerms implementation.
Since:
5.5
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets extra metadata/details about the healthcheck result.
    boolean
    Gets if LuckPerms is healthy.
  • Method Details

    • isHealthy

      boolean isHealthy()
      Gets if LuckPerms is healthy.
      Returns:
      if LuckPerms is healthy
    • getDetails

      Map<String,Object> getDetails()
      Gets extra metadata/details about the healthcheck result.
      Returns:
      details about the healthcheck status