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.

<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>3.5</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. Source code available on Github.

Last updated