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 to any player
FALSENot available to anyone, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to not server operators