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.
This should NEVER be touched, modifying this will cause the en-lang.yml file to break and regenerate.
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.
These messages are specific to the plugin commands.
These are general messages sent from various command actions.
This is the message sent when the executing user did not send a proper plugin command, meaning the command does not exist.
This is the message sent when the executing user is lacking the proper permissions for the plugin command.
This is the message sent when the plugin configuration files are successfully reloaded.
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.
This is the message sent when the
%target_player%
does not exist or was misspelled.
These messages are sent in relation to the
/gamemode
command.
This is the message sent to the specified (or executing player) when the
/gamemode <mode>
is successfully set.
This is the message sent to the executing player when the
/gamemode <mode> <player>
is successfully set for the specified player.
These messages are sent in relation to the creative tabs.
This is the message sent when the player successfully saves a creative mode hotbar.
This is the message sent when the player successfully loads a creative mode hotbar.
This is the message sent when the player attempts to search for an item.
This is the message sent to let the player know what input the plugin is expecting in the format shown by the
%input_example%
.
This is the message sent to let the player know what part or
%type%
of information to set to their user preferences.
This is the message sent to let the player know what input the plugin is expecting in the format shown by the
%input_example%
.
This is the message sent when the specified
%type%
is successfully recognized and set.
This is the message sent when the specified
%input%
is not a valid integer value.
These messages are sent in relation to the
/FakeCreative updates
command.
This is the message sent to the console window to log the
%player%
that requested to check for plugin updates.
This is the message sent to the console window to log the
%player%
that requested to force update the plugin.
These messages are sent in relation to the
/FakeCreative purge
command(s).
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.
This is the message sent once the executor successfully purges the information from the database file.
This is the message sent after the executor tries to execute the purge command
%command%
.
This is the message sent when the executor fails to confirm the database information purge within five seconds.