Lang.yml - RockinChaos/FakeCreative GitHub Wiki

This is a quick overview of the default lang.yml configuration.

This is the same for all different types of language version. The available languages are English.

If you don't want a message to be sent, fully remove it from below or make it blank. The information below will be listed without any message text so you can be shown exactly what each identifier means.


en-Version: 0

This should NEVER be touched, modifying this will cause the en-lang.yml file to break and regenerate.

Prefix: '&7[&6FakeCreative&7]'

This is the prefix that will be sent at the beginning of every single message sent in the language file, as long as the message has %prefix% defined at the beginning.

Commands

These messages are specific to the plugin commands.

Default

These are general messages sent from various command actions.

unknownCommand

This is the message sent when the executing user did not send a proper plugin command, meaning the command does not exist.

noPermission

This is the message sent when the executing user is lacking the proper permissions for the plugin command.

configReload

This is the message sent when the plugin configuration files are successfully reloaded.

noPlayer

This is the message that is sent when the executor is not a player, which means this command is not available for the console window.

noTarget

This is the message sent when the %target_player% does not exist or was misspelled.

Gamemode

These messages are sent in relation to the /gamemode command.

setMode

This is the message sent to the specified (or executing player) when the /gamemode <mode> is successfully set.

setModeTarget

This is the message sent to the executing player when the /gamemode <mode> <player> is successfully set for the specified player.

Menu

These messages are sent in relation to the creative tabs.

savedHotbar

This is the message sent when the player successfully saves a creative mode hotbar.

loadedHotbar

This is the message sent when the player successfully loads a creative mode hotbar.

searchType

This is the message sent when the player attempts to search for an item.

searchExample

This is the message sent to let the player know what input the plugin is expecting in the format shown by the %input_example%.

inputType

This is the message sent to let the player know what part or %type% of information to set to their user preferences.

inputExample

This is the message sent to let the player know what input the plugin is expecting in the format shown by the %input_example%.

inputSet

This is the message sent when the specified %type% is successfully recognized and set.

noInteger

This is the message sent when the specified %input% is not a valid integer value.

Updates

These messages are sent in relation to the /FakeCreative updates command.

checkRequest

This is the message sent to the console window to log the %player% that requested to check for plugin updates.

updateRequest

This is the message sent to the console window to log the %player% that requested to force update the plugin.

Database

These messages are sent in relation to the /FakeCreative purge command(s).

purgeWarn

This is the warning message sent upon the first time typing the purge command for the %purgedata% for the %target_player%. This will be sent before the purgeConfirm message.

purgeSuccess

This is the message sent once the executor successfully purges the information from the database file.

purgeConfirm

This is the message sent after the executor tries to execute the purge command %command%.

purgeTimeout

This is the message sent when the executor fails to confirm the database information purge within five seconds.

⚠️ **GitHub.com Fallback** ⚠️