# Messages

## 📝 Example configuration:

```yaml
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"
```

{% hint style="info" %}
All messages support MiniMessage format, more informations [here](https://docs.advntr.dev/minimessage/format.html).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://afroplugins.gitbook.io/afroplugins-docs/afroplayertitles/configuration/messages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
