# Overview

MilkGUI is an easy way for developers to create, modify and save player inventories. Slots are easily configured to accept any item of unique name, amount, durability (for older versions of Minecraft), lore and/or enchantments. Best of all, the resulting file data is easy for humans to understand.

```markup
<repositories>
  <repository>
        <id>codemc-repo</id>
        <url>https://repo.codemc.io/repository/maven-public/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>org.browsit</groupId>
        <artifactId>MilkGUI</artifactId>
        <version>4.0.4</version>
        <scope>compile</scope>
    </dependency>
</dependencies>
```

Compatible with Bukkit/Spigot/Paper servers running *Minecraft: Java Edition* 1.7.10 and up, as well as *Minecraft: Bedrock Edition* via [Geyser](https://geysermc.org/). Source code available on [Github](https://github.com/Browsit/MilkGUI).


---

# 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://browsit.gitbook.io/milkgui/master.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.
