Messages YAML File
The messages.yml file allows you to customize various messages and responses that ServerAssistantAI sends to players in both Minecraft and Discord.
File Structure
The messages.yml
file is divided into two main sections:
minecraft
: Contains messages for in-game interactionsdiscord
: Contains messages for Discord interactions
Minecraft Messages
The Minecraft section uses the MiniMessage format for text styling and formatting. You can learn more about the MiniMessage format here.
Discord Messages
The Discord section uses Discord's native formatting. Messages can be prefixed with error:
for red embeds or success:
for green embeds. More information on Discord message formatting can be found here.
The messages.yml
has been translated into more than 30 languages. These translated files are available for download from our Crowdin project page.
Please note that most of the languages were initially translated using DeepL, a high-quality machine translation service. However, the translations that show a green status on the Crowdin project page have been fully confirmed and reviewed by native speakers of that language.
Remember to reload ServerAssistantAI after making changes to the messages.yml
file for the changes to take effect.
Last updated