> For the complete documentation index, see [llms.txt](https://advion.gitbook.io/advion-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://advion.gitbook.io/advion-docs/home.md).

# 🏠 Home

👋 Welcome to UniversalMessages\
**UniversalMessages** is the most powerful and flexible plugin for managing join, quit, death, and kill messages on your Minecraft server.

Let your players stand out! With a user-friendly GUI, they can purchase and select unique greetings, sounds, and effects.

#### 🔥 Key Features

* **4 Event Categories:** Join, Quit, Death, Kill.
* **4 Display Types:** Chat, Actionbar, Title, BossBar.
* **Multi-language Support:** Full support for 8 languages (EN, RU, ES, PL, DE, FR, UK, TR) out of the box.
* **Economy:** Purchase messages using money (Vault) or premium currency (PlayerPoints).
* **Flexible GUI:** Fully customizable menus with Layout support.
* **Database:** Supports SQLite (local) and MySQL (for server networks).
* **HEX Colors:** Support for gradients and RGB colors (1.16+).
* **Spam Protection:** Configurable cooldowns for messages and sounds.

#### Links

* Download Plugin
* Discord Support


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://advion.gitbook.io/advion-docs/home.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
