Custom messages
You can modify the messages sent or shown by Homerun to players with a messages.yml file in the plugins/Homerun
directory. On first run, Homerun will create a messages.example.yml file in that folder. Copy it to messages.yml
and change the values you wish to modify. The messages.yml file is in YAML format, and you will need to run
/homerun reload for changes to take effect.
You can include only a subset of messages in messages.yml, the default English version will be used if no value was
specified. This also helps ensure that changed messages will update accordingly, if you didn't set them to be changed
at all.
The messages.example.yml file is overwritten whenever the server restarts. Do not write directly to that file, or
your changes will be lost!
Formatting
All messages in messages.yml support MiniMessage, which
allows you to use colors, gradients, and other formatting options. See the MiniMessage documentation for details.
MiniMessage allows you to let players run commands, copy data to the clipboard, or open files or URLs on click. For safety, do not let your messages be arbitrarily writable by untrusted users. If you do, you place your server and its players at risk.