Messages
Messages
If there are any entries missing, they will be re-generated at their default value on reload/startup.
The default values can be found here.
Due to the size of this file, not every key is going to be explained. However, some things to note:
- implicit is used when the user does not explicitly state the name of their home. If the config is set so that there is only one home per player, these messages will always be used.
- explicit is used when the user does specify the name of their home.
- The default messages make use of every tag that is available to that message. Not all tags are available for all messages.
| key | explanation |
|---|---|
| infiniteHomesRep | If the user does not have a limit to the amount of homes they can have, then this is what will appear in %max% |
| x.homeList.endStripLength | Homes are listed in a (by default) comma separated format. This is the amount of character to 'backspace' once the home list is done being printed. This is to remove any leading commas that don't belong (in the default case). |
| x.homeList.listImplicitHome | If this is true, then the implicit home (as specified in the config.yml) will appear in the home list. |
Comments