# Features

* <mark style="color:yellow;">Dynamic Messaging:</mark>

  * <mark style="color:green;">Custom Join</mark> and <mark style="color:green;">Quit</mark> messages based on player permissions.
  * <mark style="color:green;">Multi-format</mark> messages: CHAT, ACTIONBAR, TITLE, SUBTITLE, BOSSBAR. TOAST
  * Hide default join and quit messages.

* <mark style="color:yellow;">Advanced Controls:</mark>

  * Set <mark style="color:green;">custom messages</mark> for <mark style="color:green;">individual players</mark>.
  * <mark style="color:green;">Execute commands</mark> on player actions (either from the CONSOLE or by the PLAYER).
  * <mark style="color:green;">Vanish</mark> and <mark style="color:green;">PlaceholderAPI</mark> support to enhance functionality.

* <mark style="color:yellow;">Rank Management:</mark>

  * Add <mark style="color:green;">unlimited ranks</mark> with specific permissions.
  * Toggle ranks without removal.

* <mark style="color:yellow;">Database Support:</mark>
  * Robust compatibility with databases: <mark style="color:green;">MySQL</mark>, <mark style="color:green;">PostgreSQL</mark>, <mark style="color:green;">MongoDB</mark>, <mark style="color:green;">SQLite</mark>, <mark style="color:green;">H2</mark>.


---

# 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://starozytny.gitbook.io/rankjoinmessages/features/features.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.
