Class LanguageConfiguration

java.lang.Object
com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration

public class LanguageConfiguration extends Object
  • Field Details

    • pluginPrefix

      protected String pluginPrefix
    • commandInvalidCategory

      protected String commandInvalidCategory
    • commandNoReason

      protected String commandNoReason
    • commandNoPermission

      protected String commandNoPermission
    • commandPlayerNowBanned

      protected String commandPlayerNowBanned
    • commandPlayerAlreadyBanned

      protected String commandPlayerAlreadyBanned
    • commandIntegrationNotFound

      protected String commandIntegrationNotFound
    • commandIntegrationImported

      protected String commandIntegrationImported
    • commandKicked

      protected String commandKicked
    • commandNotOnline

      protected String commandNotOnline
    • commandPlayerNotFound

      protected String commandPlayerNotFound
    • commandPlayerNowMuted

      protected String commandPlayerNowMuted
    • commandPlayerNowMutedPermanently

      protected String commandPlayerNowMutedPermanently
    • commandReloaded

      protected String commandReloaded
    • commandPageNumberPositive

      protected String commandPageNumberPositive
    • commandNoReportsServer

      protected String commandNoReportsServer
    • commandNoReportsPlayer

      protected String commandNoReportsPlayer
    • commandPlayerNowUnbanned

      protected String commandPlayerNowUnbanned
    • commandPlayerNotBanned

      protected String commandPlayerNotBanned
    • commandPlayerNowUnmuted

      protected String commandPlayerNowUnmuted
    • commandPlayerNotMuted

      protected String commandPlayerNotMuted
    • commandPlayerNowWarned

      protected String commandPlayerNowWarned
    • commandReportHistoryHeader

      protected String commandReportHistoryHeader
    • commandReportListHeader

      protected String commandReportListHeader
    • logDBTypeNotImplemented

      protected String logDBTypeNotImplemented
    • logDBFailedToConnect

      protected String logDBFailedToConnect
    • logDBFailedMigration

      protected String logDBFailedMigration
    • logDBExecutingMigration

      protected String logDBExecutingMigration
    • logIntegrationLoaded

      protected String logIntegrationLoaded
    • logIntegrationShutdownFailed

      protected String logIntegrationShutdownFailed
    • logIntegrationDispatchBanFailed

      protected String logIntegrationDispatchBanFailed
    • logIntegrationDispatchUnbanFailed

      protected String logIntegrationDispatchUnbanFailed
    • logIntegrationDispatchMuteFailed

      protected String logIntegrationDispatchMuteFailed
    • logIntegrationDispatchUnmuteFailed

      protected String logIntegrationDispatchUnmuteFailed
    • logIntegrationDispatchWarningFailed

      protected String logIntegrationDispatchWarningFailed
    • logIntegrationDispatchKickFailed

      protected String logIntegrationDispatchKickFailed
    • logIntegrationImportBansFailed

      protected String logIntegrationImportBansFailed
    • logIntegrationImportMutesFailed

      protected String logIntegrationImportMutesFailed
    • logIntegrationImportWarningsFailed

      protected String logIntegrationImportWarningsFailed
    • logIntegrationImportKicksFailed

      protected String logIntegrationImportKicksFailed
    • logPluginInitFailed

      protected String logPluginInitFailed
    • logPluginShutdown

      protected String logPluginShutdown
    • logPluginLoadedStandalone

      protected String logPluginLoadedStandalone
    • logPluginLoadedWithProxy

      protected String logPluginLoadedWithProxy
    • snipPlayername

      protected String snipPlayername
    • snipCategory

      protected String snipCategory
    • snipReason

      protected String snipReason
    • snipIntegration

      protected String snipIntegration
    • snipBy

      protected String snipBy
  • Constructor Details

    • LanguageConfiguration

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

    • loadConfig

      public final void loadConfig()
      Load the config from the file specified in the constructor. To load additional value override the loadValues method.
    • getCommandReloaded

      public String getCommandReloaded()
    • loadValues

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

      public String getPluginPrefix()
    • getCommandNoPermission

      public String getCommandNoPermission()
    • getCommandInvalidCategory

      public String getCommandInvalidCategory()
    • getCommandNoReason

      public String getCommandNoReason()
    • getCommandPlayerNowBanned

      public String getCommandPlayerNowBanned()
    • getCommandPlayerAlreadyBanned

      public String getCommandPlayerAlreadyBanned()
    • getCommandIntegrationNotFound

      public String getCommandIntegrationNotFound()
    • getCommandIntegrationImported

      public String getCommandIntegrationImported()
    • getCommandKicked

      public String getCommandKicked()
    • getCommandNotOnline

      public String getCommandNotOnline()
    • getCommandPlayerNowMuted

      public String getCommandPlayerNowMuted()
    • getCommandPlayerNowMutedPermanently

      public String getCommandPlayerNowMutedPermanently()
    • getCommandPageNumberPositive

      public String getCommandPageNumberPositive()
    • getCommandNoReportsServer

      public String getCommandNoReportsServer()
    • getCommandNoReportsPlayer

      public String getCommandNoReportsPlayer()
    • getCommandPlayerNowUnbanned

      public String getCommandPlayerNowUnbanned()
    • getCommandPlayerNotBanned

      public String getCommandPlayerNotBanned()
    • getCommandPlayerNowUnmuted

      public String getCommandPlayerNowUnmuted()
    • getCommandPlayerNotMuted

      public String getCommandPlayerNotMuted()
    • getCommandPlayerNowWarned

      public String getCommandPlayerNowWarned()
    • getCommandReportHistoryHeader

      public String getCommandReportHistoryHeader()
    • getCommandReportListHeader

      public String getCommandReportListHeader()
    • getLogDBTypeNotImplemented

      public String getLogDBTypeNotImplemented()
    • getLogDBFailedToConnect

      public String getLogDBFailedToConnect()
    • getLogDBFailedMigration

      public String getLogDBFailedMigration()
    • getLogDBExecutingMigration

      public String getLogDBExecutingMigration()
    • getLogIntegrationLoaded

      public String getLogIntegrationLoaded()
    • getLogIntegrationShutdownFailed

      public String getLogIntegrationShutdownFailed()
    • getLogIntegrationDispatchBanFailed

      public String getLogIntegrationDispatchBanFailed()
    • getLogIntegrationDispatchUnbanFailed

      public String getLogIntegrationDispatchUnbanFailed()
    • getLogIntegrationDispatchMuteFailed

      public String getLogIntegrationDispatchMuteFailed()
    • getLogIntegrationDispatchUnmuteFailed

      public String getLogIntegrationDispatchUnmuteFailed()
    • getLogIntegrationDispatchWarningFailed

      public String getLogIntegrationDispatchWarningFailed()
    • getLogIntegrationDispatchKickFailed

      public String getLogIntegrationDispatchKickFailed()
    • getLogIntegrationImportBansFailed

      public String getLogIntegrationImportBansFailed()
    • getLogIntegrationImportMutesFailed

      public String getLogIntegrationImportMutesFailed()
    • getLogIntegrationImportWarningsFailed

      public String getLogIntegrationImportWarningsFailed()
    • getLogIntegrationImportKicksFailed

      public String getLogIntegrationImportKicksFailed()
    • getLogPluginInitFailed

      public String getLogPluginInitFailed()
    • getLogPluginShutdown

      public String getLogPluginShutdown()
    • getLogPluginLoadedStandalone

      public String getLogPluginLoadedStandalone()
    • getLogPluginLoadedWithProxy

      public String getLogPluginLoadedWithProxy()
    • getSnipPlayername

      public String getSnipPlayername()
    • getSnipCategory

      public String getSnipCategory()
    • getSnipReason

      public String getSnipReason()
    • getSnipIntegration

      public String getSnipIntegration()
    • getSnipBy

      public String getSnipBy()