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