MilkGUI
  • Overview
  • License
  • GUI Types
    • BasicGUI
    • PaginatedGUI
    • TextGUI
  • Response Types
    • Response
    • WindowResponse
  • Serialization
    • Example
Powered by GitBook
On this page

Was this helpful?

Overview

NextLicense

Last updated 10 months ago

Was this helpful?

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

Geyser
Github