Language
Last updated
Last updated
This page goes over the lang.yml and its options! View the plugin's .
You may notice some messages are multi-lined, this is possible for any message in the lang.yml file (except for the Prefix, as that is not a message)!
Copy
The prefix is only used in this file, it will replace any time you put "{PREFIX}" in a message! You will see this used further down on this page and in the lang file.
Copy
This message is shown when you do /harvestxp help
The {COMMAND} variable is replaced with whatever command you typed to show the message, due to the command name and alias being configurable. For instance, if you typed /harvestxp help
it will show /harvestxp - Shows plugin information!
but if you typed an alias /hxp help
it would show /hxp - Shows plugin information!
Copy
This message shows whenever you do the reload command, /harvestxp reload
The {MODULE}
variable gets replaced with whatever module you reload. If you don't enter a module, it will reload all modules.
Copy
These messages appear when you go to change the corresponding value for a crop.
There are two 'error messages' in the lang file, No-Permission
and Invalid-Number
Copy
For this message, you can use the {PERMISSION}
variable, which is replaced by the permission node the player may lack.
For example, if the message is You lack the {PERMISSION} node!
and you try the reload command without the permission, it will say You lack the harvestxp.reload node!
(it will show whatever permission is configured for the reload command)
Copy
This message occurs whenever you type something that is not a valid number when changing an XP, minimum XP, or maximum XP value for any crop.
View more information on commands