> 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**.
