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

# About Minority & Quick Start

**Minority** is a functional library for fast and modern Bukkit plugin development, which provides simple but powerful API for **automatically generating configurations and language files**. Everything works with the help of **annotations** and **reflection**. Working with configs (especially custom ones), as well as supporting different languages ​​for a programmer, has always been a living hell. This will be especially understood by those who have developed more or less complex plugins more than once. With **Minority**, this becomes a much easier task, which, suddenly, can even be enjoyable in its simplicity.

With Minority, you will <mark style="color:red;">**never again**</mark> have to **write configs** or **language files** manually and even update them if you need to add new functionality! Minority automatically adds to the configs and language files all the keys that were missing before.

Have you ever had to ask users of your plugin to delete the old config in order to update the new one? This kind of thing happened to me all the time. As the years passed, my experience grew. And with experience, the needs grow, so I decided to write a universal solution to all problems in order to get rid of this routine **once and for all**.


---

# 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://nologic.gitbook.io/minority/about-minority-and-quick-start.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.
