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

# README

Welcome to the **DialogMaster** Wiki!

DialogMaster is a next-generation Minecraft plugin designed for Paper and Folia that brings **native, client-rendered Dialog screens** directly to your players.

Unlike traditional GUI plugins that simulate menus using inventory boxes (chest interfaces), DialogMaster utilizes Minecraft's official **Dialog Packet Protocol** (introduced in modern Minecraft versions). This renders custom, clean, and interactive menus directly on the player's client with a premium, sleek look.

## Why DialogMaster?

* 🚀 **Zero Inventory Lag**: Menus are rendered natively by the client, eliminating the server-side lag, click delays, and inventory drag glitches common to chest-based GUIs.
* 🔒 **Folia-Safe Architecture**: Built from the ground up to be thread-safe, utilizing region-aware schedulers to prevent thread issues on multithreaded servers.
* 🎨 **Sleek, Modern Aesthetics**: Supports full Adventure MiniMessage formatting, customized column sizing, and rich tooltips out of the box.
* 🧠 **DeluxeMenus-style Logic**: Includes a dynamic evaluation engine with view/click requirements, priority layouts, and custom operators.
* 👥 **Dynamic Lists & Templates**: Pull lists of players, Essentials homes, and more directly into layouts using easy-to-configure template variables.
* ⚡ **Asynchronous Leaderboards**: Paginated top lists (Vault economy, statistics, or custom SQL databases) that update continuously in the background without affecting TPS.


---

# 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:

```
GET https://yowsef-development.gitbook.io/yowsef-development-docs/readme.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.
