UELocale

@Since(version = "2.2")
@Serializable
class UELocale(val localeIdentifier: String)

This class serves the purpose of storing all messages used by the plugin. They are loaded from the respective message file. Everything but the locale identifier is nullable, because the plugin will not crash if a message is missing.

Constructors

Link copied to clipboard
constructor(localeIdentifier: String)

Properties

Link copied to clipboard
@Since(version = "2.2")
@Transient
val addingReadme: String

The action of creating the README file (if necessary).

Link copied to clipboard
@Since(version = "2.2")
@Transient
val alreadyRegistered: String

When a registrable being registered conflicts with some other registrable's aliases.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val badUpdate: String

When the plugin is unable to check for updates.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val cantChangeLocale: String

When a player attempts to change their locale, but the functionality is disabled.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val cantToggleVanilla: String

A message for when a player is trying to toggle an enchantment that is vanilla.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val changedLocale: String

When a player changes their locale.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val changedLocaleExternally: String

When a player's locale is changed externally.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val changedLocaleOther: String

When a player changes an other player's locale.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val checkingUpdates: String

The action of checking for updates.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandEnchantCannotApply: String

The message sent to the player when the enchantment they are trying to apply is not applicable to the item they are trying to enchant.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandEnchantNoEnchantmentLevel: String

The message sent to the player when they do not provide a level of an enchantment when using the enchant command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandEnchantNoEnchantmentName: String

The message sent to the player when they do not provide a name of an enchantment when using the enchant command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpBrowse: String

The message about the browse command, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpBrowseEnchs: String

The message about the browseenchs command, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpBrowseLocales: String

The message about the browselocales command, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpBrowsePacks: String

The message about the browsepacks command, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpDebug: String

The message about the debug command, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpDownload: String

The message about the download command, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpEnchant: String

The message about the enchant command, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpHelp: String

The message about the help command, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpLoad: String

The message about the load command, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpLocale: String

The message about the locale command, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpReload: String

The message about the reload command, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpSyntaxDetails: String

The message about the commands' syntax details, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpSyntaxExceptions: String

The message about the commands' syntax details, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpTitle: String

The title of the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpToggle: String

The message about the toggle command, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHelpUnload: String

The message about the unload command, used in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHover: String

When a player hovers over a command in the help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val commandHoverHint: String

The message hinting the player to click on a command to write it into the chat.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val creatingLog: String

When a log is being created.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val creatingTasks: String

The action of creating some runnable tasks.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val debugHelpEnchantment: String

The message about the debug-enchantment command, used in the debug help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val debugHelpLog: String

The message about the debug-log command, used in the debug help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val debugHelpRegistry: String

The message about the debug-registry command, used in the debug help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val debugHelpTitle: String

The title of the debug help command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val defaultActivationIndicator: String

When a player activated an enchantment. If the enchantment uses a custom activation indicator, its message will be used instead.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadAndLoadEnchantmentSuccessful: String

A message indicating that the enchantment was downloaded & loaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadAndLoadLocaleSuccessful: String

A message indicating that the locale was downloaded & loaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadAndLoadPackSuccessful: String

A message indicating that the pack was downloaded & loaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadedEnchantment: String

When an enchantment is downloaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadedLocale: String

When a locale is downloaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadedPack: String

When an enchantment pack is downloaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadEnchantmentClickToLoad: String

The hover message for the downloadEnchantmentSuccessful message.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadEnchantmentSuccessful: String

A message indicating that the enchantment was downloaded successfully and prompting the player to load it.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadEnchantmentSuccessfulNoPrompt: String

A message indicating that the enchantment was downloaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadHelpEnchantment: String

A message instructing the player to download an enchantment, a part of the help message for the /ue download command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadHelpLocale: String

A message instructing the player to download a locale, a part of the help message for the /ue download command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadHelpPack: String

A message instructing the player to download an enchantment pack, a part of the help message for the /ue download command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadHelpTitle: String

The header of the help message for the /ue download command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadInvalidType: String

An error message stating that the command sender has submitted an invalid type of content to download.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadLocaleClickToLoad: String

The hover message for the downloadPackSuccessful message.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadLocaleSuccessful: String

A message indicating that the locale was downloaded successfully and prompting the player to load it.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadLocaleSuccessfulNoPrompt: String

A message indicating that the locale was downloaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadNoId: String

An error message stating that the command sender has not submitted an ID for the content to download.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadPackClickToLoad: String

The hover message for the downloadPackSuccessful message.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadPackSuccessful: String

A message indicating that the enchantment pack was downloaded successfully and prompting the player to load it.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadPackSuccessfulNoPrompt: String

A message indicating that the enchantment pack was downloaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val downloadUnsuccessful: String

A vague error message stating that the download failed.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val enchantedItem: String

When a player enchanted an item with a command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val enchantedItemOther: String

When a player enchanted someone else's item with a command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val enchantmentConflicts: String

When an enchantment is attempted to be applied to an item, but the item contains enchantments that conflict with the given one.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val enchantmentLevelOutOfBounds: String

When an enchantment level is out of bounds.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val enchantmentUnique: String

When a unique enchantment is attempted to be applied to an item that contains enchantments.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val failedToDownloadEnchantment: String

When an enchantment could not be downloaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val failedToDownloadLocale: String

When a locale could not be downloaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val failedToDownloadPack: String

When an enchantment pack could not be downloaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val failedToLoadEnchantment: String

When an enchantment could not be loaded from a file.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val failedToLoadLocale: String

When a locale could not be loaded from a file.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val failedToLoadPack: String

When an enchantment pack could not be loaded from a file.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val featureDelayed: String

The message indicating that a feature is not yet implemented and will be available in the future.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val finished: String

The message used to indicate an action being finished.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val hasUniqueEnchantment: String

When an enchantment is attempted to be applied to an item that contains a unique enchantment.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val implementingApi: String

The action of implementing the UnderscoreEnchants API.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val initialized: String

The message indicating about a successful plugin initialization.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val initializingCommands: String

The action of registering commands.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val initializingConnection: String

The action of initializing the connection data.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val initializingData: String

The action of initializing the data storage.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val initializingEconomy: String

The action of initializing the economy.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val invalidConnection: String

When the plugin could not connect to a database.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val invalidEnchantmentLevel: String

When a string is attempted to be parsed into an integer, but the string is not a valid integer.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val invalidEnchantmentName: String

When a string is attempted to be parsed into an enchantment name, but the enchantment with that name does not exist.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val invalidParameter: String

When a parameter passed to a command is invalid and does not have a concrete message.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val invalidUrl: String

When the provided string is not a valid URL or is not a direct download URL.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loaded: String

When the player's data has been loaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadedEnchantment: String

When an enchantment is loaded from a file.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadedLocale: String

When a locale is loaded from a file.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadedPack: String

When an enchantment pack is loaded from a file.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadEnchantmentNotFound: String

An error message stating that the enchantment could not be found.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadEnchantmentReloaded: String

A message indicating that the enchantment was reloaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadEnchantmentSuccessful: String

A message indicating that the enchantment was loaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadHelpEnchantment: String

A message instructing the player to load an enchantment, a part of the help message for the /ue load command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadHelpLocale: String

A message instructing the player to unload a locale, a part of the help message for the /ue load command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadHelpPack: String

A message instructing the player to load an enchantment pack, a part of the help message for the /ue load command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadHelpTitle: String

The header of the help message for the /ue load command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loading: String

When the player's data has not been loaded yet.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadInvalidType: String

An error message stating that the command sender has submitted an invalid type of content to load.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadLocaleNotFound: String

A message indicating that the locale could not be found.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadLocaleSuccessful: String

A message indicating that the locale was loaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadNoFilename: String

An error message stating that the command sender has not submitted a filename for the content to load.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadPackNotFound: String

A message indicating that the enchantment pack could not be found.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val loadPackSuccessful: String

A message indicating that the enchantment pack was loaded successfully.

Link copied to clipboard

An identifier for the locale (e.g. en_US).

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logCreated: String

When a log has been created successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logNotCreated: String

When a log could not be created.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenAuthors: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenCreated: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenEnchantments: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenEnchantmentsLoaded: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistry: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryActionPlural: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryActionSingular: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryApplicablePlural: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryApplicableSingular: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryConditionPlural: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryConditionSingular: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryIndicatorPlural: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryIndicatorSingular: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryLoaded: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryPlaceholderPlural: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryPlaceholderSingular: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryProvider: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistrySeekerPlural: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistrySeekerSingular: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryTriggerPlural: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenRegistryTriggerSingular: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenWorldDifficulty: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenWorldEnv: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenWorldName: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenWorldRain: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenWorlds: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenWorldSeed: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenWorldSpawn: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenWorldSpawnLimit: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenWorldThunder: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenWorldTime: String

A word token used for logging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val logTokenWorldUuid: String

A word token used for logging.

Link copied to clipboard
Link copied to clipboard
@Since(version = "2.2")
@Transient
val no: String

The word "no".

Link copied to clipboard
@Since(version = "2.2")
@Transient
val noPermissions: String

When a player attempts to execute an action that requires higher permissions than they have.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val noSuchLocale: String

When a player attempts to change their locale to an unidentified one.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val notForConsole: String

When a command that requires a player is executed via the console.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val overTheLimit: String

When an enchantment is attempted to be applied to an item, but the item has the maximum number of enchantments.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val playerNotFound: String

When a player cannot be found.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val populatingRegistry: String

The action of populating the registry.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val preparingMetrics: String

The action of preparing bStats.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registeringEnchantments: String

The action of registering enchantments.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registeringListeners: String

The action of registering listeners.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugActionsBuiltIn: String

The description of an action provided by UnderscoreEnchants. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugActionsCustom: String

The description of an custom action. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugActionsInfo: String

The brief description used by the registry debug command for actions.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugActionsLoaded: String

The message used by the registry debug command, showing how many actions are loaded at the moment.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugActionsTitle: String

The title of the registry debug command's output for actions.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugApplicablesBuiltIn: String

The description of an applicable provided by UnderscoreEnchants. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugApplicablesCustom: String

The description of an custom applicable. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugApplicablesInfo: String

The brief description used by the registry debug command for applicables.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugApplicablesLoaded: String

The message used by the registry debug command, showing how many applicables are loaded at the moment.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugApplicablesTitle: String

The title of the registry debug command's output for applicables.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugBuiltInAmount: String

The message used by the registry debug command, showing how many built-in registrable items of a certain type are loaded at the moment.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugConditionsBuiltIn: String

The description of a condition provided by UnderscoreEnchants. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugConditionsCustom: String

The description of a custom condition. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugConditionsInfo: String

The brief description used by the registry debug command for conditions.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugConditionsLoaded: String

The message used by the registry debug command, showing how many conditions are loaded at the moment.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugConditionsTitle: String

The title of the registry debug command's output for conditions.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugIndicatorsBuiltIn: String

The description of an indicator provided by UnderscoreEnchants. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugIndicatorsCustom: String

The description of an custom indicator. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugIndicatorsInfo: String

The brief description used by the registry debug command for indicators.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugIndicatorsLoaded: String

The message used by the registry debug command, showing how many indicators are loaded at the moment.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugIndicatorsTitle: String

The title of the registry debug command's output for indicators.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugInvalidType: String

The message used by the registry debug command, indicating that the player did not specify a valid registrable item type.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugMoreInfo: String

The helper message used by the registry debug command, showing how to use the command for a certain registrable item type.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugPlaceholdersBuiltIn: String

The description of a placeholder provided by UnderscoreEnchants. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugPlaceholdersCustom: String

The description of a custom placeholder. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugPlaceholdersInfo: String

The brief description used by the registry debug command for placeholders.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugPlaceholdersLoaded: String

The message used by the registry debug command, showing how many placeholders are loaded at the moment.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugPlaceholdersTitle: String

The title of the registry debug command's output for placeholders.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugSeekersBuiltIn: String

The description of a seeker provided by UnderscoreEnchants. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugSeekersCustom: String

The description of a custom seeker. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugSeekersInfo: String

The brief description used by the registry debug command for seekers.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugSeekersLoaded: String

The message used by the registry debug command, showing how many seekers are loaded at the moment.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugSeekersTitle: String

The title of the registry debug command's output for seekers.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugTitle: String

The title of the debug-registry command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugTriggersBuiltIn: String

The description of a trigger provided by UnderscoreEnchants. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugTriggersCustom: String

The description of a custom trigger. This is used by the registry debug command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugTriggersInfo: String

The brief description used by the registry debug command for triggers.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugTriggersLoaded: String

The message used by the registry debug command, showing how many triggers are loaded at the moment.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val registryDebugTriggersTitle: String

The title of the registry debug command's output for triggers.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val reloaded: String

When a plugin is reloaded.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val reportBugsHere: String

The message instructing the users to report bugs promptly.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val reviewRequest: String

The message asking the users to review the plugin.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val started: String

The message used to indicate an action being started.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val startingRetrofit: String

The action of starting Retrofit and initializing a repository.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val stateOff: String

A filler for when an enchantment is toggled off (toggledEnchantment).

Link copied to clipboard
@Since(version = "2.2")
@Transient
val stateOn: String

A filler for when an enchantment is toggled on (toggledEnchantment).

Link copied to clipboard
@Since(version = "2.2")
@Transient
val thanksForUsingUe: String

The message expressing the gratitude for using UnderscoreEnchants. ❤️

Link copied to clipboard
@Since(version = "2.2")
@Transient
val toggledEnchantment: String

When a player toggles an enchantment on/off.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val toggledEnchantmentExternally: String

When a player's enchantment gets toggled on/off externally.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val toggledEnchantmentOther: String

When a player toggles another player's enchantment on/off.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantment: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentActions: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentApplicables: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentAuthor: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentBlacklist: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentBy: String

A word token used for enchantment pack debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentChance: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentConditions: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentConflicts: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentCooldown: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentDescription: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentForbidden: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentIndicator: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentLevels: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentNegated: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentRequiredEnchantments: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentRequiredPluginLink: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentRequiredPlugins: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentRestrictions: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantments: String

A word token used for enchantment pack debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentSeekers: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentTrigger: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentUnique: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val tokenEnchantmentWhitelist: String

A word token used for enchantment debugging.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiBack: String

The "back" button for a UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiBrowsingClick: String

The prompt to click on an item in a browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiBrowsingClickToToggle: String

The prompt to toggle something in a UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiBrowsingDownload: String

The prompt to download an item in a preview UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiBrowsingDownloaded: String

The amount of times a browsable entry has been downloaded.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiBrowsingLoad: String

The prompt to load an item in a preview UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiBrowsingRightClick: String

The prompt to right-click on an item in a browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiBrowsingShiftClick: String

The prompt to shift-click on an item in a browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiBrowsingSortByAmount: String

The prompt to sort a browsing UI by amount.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiBrowsingSortByAuthor: String

The prompt to sort a browsing UI by author.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiBrowsingSortByDownloads: String

The prompt to sort a browsing UI by downloads.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiBrowsingSortByName: String

The prompt to sort a browsing UI by name.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiClose: String

The "close" button for a UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingChance: String

The activation chance for an enchantment in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingConflicts: String

The conflicts for an enchantment in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingCooldown: String

The cooldown for an enchantment in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingDescription: String

The header line for the enchantment description in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingEnchantmentAuthor: String

The author of the enchantment in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingForbidden: String

The forbidden materials for an enchantment in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingRequired: String

The names of the required enchantments for an enchantment in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingRequiredPlugin: String

The syntax for a required plugin in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingRequiredPluginClick: String

The prompt to click on a required plugin in the enchantment browsing UI.

The first line of the disclaimer for a required plugin in the enchantment browsing UI.

The second line of the disclaimer for a required plugin in the enchantment browsing UI.

The state of being installed for a required plugin in the enchantment browsing UI.

The state of not being installed for a required plugin in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingRequiredPlugins: String

The header line for the required plugins in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingSeekers: String

The seekers for an enchantment in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingShowDownloaded: String

Whether to show downloaded enchantments in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingTitle: String

The title of the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingTrigger: String

The trigger for an enchantment in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentBrowsingUnique: String

Whether the enchantment is unique in the enchantment browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentPreviewDay: String

A word token for "day" (day).

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentPreviewHours: String

A word token for "hours" (hr).

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentPreviewMinutes: String

A word token for "minutes" (min).

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentPreviewSeconds: String

A word token for "seconds" (sec).

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiEnchantmentRequiredPluginChatSyntax: String

The syntax for a chat message sent for an operator to download plugins.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiLocaleBrowsingShowDownloaded: String

Whether to show downloaded locales.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiLocaleBrowsingTitle: String

The title of the locale browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiNext: String

The "next" button for a paginated UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiPackBrowsingHasConflictsFirstLine: String

The website of the pack in the pack browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiPackBrowsingHasConflictsSecondLine: String

The website of the pack in the pack browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiPackBrowsingPackAmount: String

The amount of enchantments in the pack in the pack browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiPackBrowsingPackAuthor: String

The author of the pack in the pack browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiPackBrowsingPackDescription: String

The header line for the pack description in the pack browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiPackBrowsingPackEnchantments: String

The line indicating all enchantments of a pack.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiPackBrowsingPackTruncated: String

The line following the enchantments line for when the list of enchantments is too long (truncation).

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiPackBrowsingPackWebsite: String

The website of the pack in the pack browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiPackBrowsingPackWhitelistsFirstLine: String

The first line informing the player that the pack contains blacklisted/whitelisted worlds.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiPackBrowsingPackWhitelistsSecondLine: String

The second line informing the player that the pack contains blacklisted/whitelisted worlds.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiPackBrowsingShowDownloaded: String

Whether to show downloaded packs in the pack browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiPackBrowsingTitle: String

The title of the pack browsing UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiPrevious: String

The "previous" button for a paginated UI.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiStateOff: String

The "OFF" state for a toggleable UI element.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val uiStateOn: String

The "ON" state for a toggleable UI element.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadedEnchantment: String

When an enchantment is unloaded.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadedPack: String

When an enchantment pack is unloaded.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadEnchantmentNotFound: String

An error message stating that the enchantment could not be found.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadEnchantmentSuccessful: String

A message indicating that the enchantment was unloaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadHelpEnchantment: String

A message instructing the player to unload an enchantment, a part of the help message for the /ue unload command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadHelpLocale: String

A message instructing the player to unload a locale, a part of the help message for the /ue unload command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadHelpPack: String

A message instructing the player to unload an enchantment pack, a part of the help message for the /ue unload command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadHelpTitle: String

The header of the help message for the /ue unload command.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadInvalidType: String

An error message stating that the command sender has submitted an invalid type of content to unload.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadLocaleNotFound: String

An error message stating that the locale could not be found.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadLocaleSuccessful: String

A message indicating that the locale was unloaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadNoName: String

An error message stating that the command sender has not submitted a name for the content to unload.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadPackNotFound: String

An error message stating that the enchantment pack could not be found.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val unloadPackSuccessful: String

A message indicating that the enchantment pack was unloaded successfully.

Link copied to clipboard
@Since(version = "2.2")
@Transient
val yes: String

The word "yes".

Functions

Link copied to clipboard
fun byKey(key: String): String?

Finds a message by its configuration key.