Skip to content

Translate ​

The translate tag is used for translating a message into another language

translate

🌍 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

TypeExplanation
TRUEAvailable for any player
FALSEAvailable if granted separately (e.g., via LuckPerms)
OPAvailable for server operators
NOT_OPAvailable if granted separately (e.g., via LuckPerms)