messages.yml

Defaults

config-version: "1.2.1"

prefix: "<#C92745><b>CustomFont</b> <#6D6D6D>ā€¢"

general:
  subcommand-does-not-exist: "%prefix% <gray>The subcommand <#F3E9D0>%subcommand% <gray>does not exist"
  not-a-player: "%prefix% <gray>You must be a player to execute this command"
  not-console: "%prefix% <gray>You can execute this command only from the console"
  no-permission: "%prefix% <gray>You don't have sufficient permissions to execute this command"
  no-permission-font: "%prefix% <gray>You don't have permission to use this font"
  font-does-not-exist: "%prefix% <gray>The font <#F3E9D0>%font% <gray>does not exist"
  command-usage:
    - ""
    - " %prefix% <gray>Command help"
    - "  <#6D6D6D>ā€ŗā€ŗ <#F3E9D0>%command% %subcommand+args%"
    - "  <#6D6D6D>ā€ŗā€ŗ <gray>%description%"
    - ""

user:
  font-not-set: "%prefix% <gray>You don't have a custom chat font set"
  font-already-set: "%prefix% <gray>You already have this font set!"
  successfully-set-font: "%prefix% <gray>Successfully set <#F3E9D0>%font% <gray>as a chat font"
  successfully-reset-font: "%prefix% <gray>Successfully reset your chat font"
  command-cooldown: "%prefix% <gray>You can execute this command again in <#F3E9D0>%seconds% seconds"
  preview:
    - ""
    - "%prefix% <gray>This is how the <#F3E9D0>%font% <gray>font would look like:"
    - " <#6D6D6D>ā€ŗā€ŗ <#F3E9D0>%message% "
    - ""
  help-layout:
    header:
      - ""
      - "%prefix% <gray>Displaying available commands..."
    body:
      - "  <#F3E9D0>%command% %subcommand+args% <#6D6D6D>ā€¢ <gray>%description% "
    footer:
      - ""

admin:
  target-not-found: "%prefix% <gray>Player <#F3E9D0>%target% <gray>not found"
  successfully-reload-plugin: "%prefix% <gray>Successfully reloaded the plugin"
  successfully-set-font: "%prefix% <gray>Successfully set font <#F3E9D0>%font% <gray>for <#F3E9D0>%target%"
  font-already-set: "%prefix% <#F3E9D0>%target% <gray>has this font already set"
  successfully-reset-font: "%prefix% <gray>Successfully reset <#F3E9D0>%target%<gray>'s chat font"
  font-not-set: "%prefix% <#F3E9D0>%target% <gray>doesn't have a custom chat font set"
  confirm-data-removal: "%prefix% <gray>Are you sure? Repeat the command to confirm removal"
  successfully-removed-data: "%prefix% <gray>Successfully removed <#F3E9D0>%entries% <gray>entries"
  help-layout:
    header:
      - ""
      - "%prefix% <gray>Displaying available commands..."
    body:
      - "  <#F3E9D0>%command% %subcommand+args% <#6D6D6D>ā€¢ <gray>%description% "
    footer:
      - ""

Last updated