Messages

This page has all of the information related to messages.yml file.

📝 Example configuration:

prefix: "<gradient:#ae00f2:#be5cff:#ae00f2><bold>AfroPlayerTitles<reset>"
title:
  added: "<green>Title <white>{title} <green>added!"
  removed: "<red>Tittle <white>{title} <red>removed!"
  cleared: "<yellow>Cleared actual title!"
  not_unlocked: "<red>You need to unlock title first!"
  selected: "<green>You selected title <white>{title}<green>!"
  set: "<green>Title of player <white>{player} <green>set to <white>{title}<green>!"
usage:
  command: "<red>Usage: <white>/afroplayertitles [add/remove/clear/reload]"
  add: "<red>Usage: <white>/afroplayertitles add [player] [title]"
  remove: "<red>Usage: <white>/afroplayertitles remove [player] [title]"
  clear: "<red>Usage: <white>/afroplayertitles clear [player]"
  set: "<red>Usage: <white>/afroplayertitles set [player] [title]"
player_not_found: "<red>This player is not found!"
no_permission: "<red>You don't have permissions to that command!"
player_only_command: "<red>This command is available only for in-game players!"
reload: "<white>Configuration reloaded!"
status:
  locked: "<red>Locked"
  unlocked: "<green>Unlocked"
  permission: "<yellow>Require permission <gold>{permission}<yellow>!"
menu:
  next_page: "<green>Next page"
  prevoius_page: "<red>Previous page"

All messages support MiniMessage format, more informations here.

Last updated