Messages file
All you need to know about the messages file.
You can of course translate the messages as you wish. But you must pay attention to certain details so as not to cause errors.
To begin with, you should never delete a variable, framed by percentages (%). These variables are used to display information such as quest names, rewards, number of items required...
All messages must begin and end with an apostrophe ('). If you need to use an apostrophe in the message, you must double it ('').
For colours, you can use the ampersand (&) followed by the colour code you want. This file also supports HEX colour codes.
You can see in the default file how this looks.
Please pay attention to the indentation on all YAML files. The slightest mismatch may cause errors.
Last updated