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

# 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).
