Translate
The translate tag is used to translate a message into another language

Localization
Pathlocalizations → language.yml → message.format.translate
translate:
action: " <click:run_command:\"/translateto <language> <language> <message>\"><hover:show_text:\"<fcolor:2>Translate message\"><fcolor:1>[<~>]"action
Message for translation, which includes a command execution upon clicking
Setting
Pathmessage.yml → format.translate
translate:
enable: trueenable
Enables or disables the functionality of the module
Permissions
Pathpermission.yml → message.format.translate
translate:
name: "flectonepulse.module.message.format.translate"
type: "TRUE"name
Permission name
type
Permission type
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
Last update July 21, 2026
Edit on Github