Class ServerLanguageConfiguration

java.lang.Object
com.gamersafer.minecraft.auth.common.configuration.LanguageConfiguration
com.gamersafer.minecraft.auth.common.configuration.ServerLanguageConfiguration

public class ServerLanguageConfiguration extends LanguageConfiguration
  • Field Details

    • commandReloadedGsRoom

      protected String commandReloadedGsRoom
    • logPlayerDeoping

      protected String logPlayerDeoping
  • Constructor Details

    • ServerLanguageConfiguration

      public ServerLanguageConfiguration(File file, ILogger ilogger)
  • Method Details

    • loadValues

      protected void loadValues(org.spongepowered.configurate.CommentedConfigurationNode root)
      Description copied from class: LanguageConfiguration
      Load values from a Configuration load. Override this method to read extra values.
      Overrides:
      loadValues in class LanguageConfiguration
      Parameters:
      root - the root level node of the configuration
    • getCommandReloadedGsRoom

      public String getCommandReloadedGsRoom()
    • getLogPlayerDeoping

      public String getLogPlayerDeoping()