Class MetricsConfig

java.lang.Object
org.bstats.config.MetricsConfig

public class MetricsConfig extends Object
A simple config for bStats. This class is not used by every platform.
  • Constructor Details

  • Method Details

    • getServerUUID

      public String getServerUUID()
    • isEnabled

      public boolean isEnabled()
    • isLogErrorsEnabled

      public boolean isLogErrorsEnabled()
    • isLogSentDataEnabled

      public boolean isLogSentDataEnabled()
    • isLogResponseStatusTextEnabled

      public boolean isLogResponseStatusTextEnabled()
    • didExistBefore

      public boolean didExistBefore()
      Checks whether the config file did exist before or not.
      Returns:
      If the config did exist before.