Translate
The translate
tag is used for translating a message into another language
🌍 Localization
📂 Path localizations → язык.yml → message.format.translate
⚖️ Default
yml
translate:
action: "<click:run_command:\"/translateto <language> <language> <message>\"><hover:show_text:\"<fcolor:2>Перевести сообщение\"><fcolor:1>[📖]"
yml
translate:
action: "<click:run_command:\"/translateto <language> <language> <message>\"><hover:show_text:\"<fcolor:2>Translate message\"><fcolor:1>[📖]"
action
Message for translation, which specifies the execution of a command when clicked
⚙️ Setting
📂 Path message.yml → format.translate
⚖️ Default
yml
translate:
enable: true
enable
Enables or disables the functionality of the module
🔐 Permissions
📂 Path permission.yml → message.format.translate
⚖️ Default
yml
translate:
name: "flectonepulse.module.format.translate"
type: TRUE
name
Permission name
type
Permission type
Type | Explanation |
---|---|
TRUE | Available to any player |
FALSE | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |