Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 1.15 KB

README.md

File metadata and controls

29 lines (28 loc) · 1.15 KB

Logo

Cerealize Bukkit inventories

MilkGUI is a tasty way to create inventories for player consumption. Each item is sugar-coded to accept a unique name, amount, durability (for older versions of Minecraft) and lore. The resulting files are easy to understand without having to spoonfeed administrators.

Depend

   <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.8</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>

Usage

Documentation and copy-ready examples can be found on Gitbook.

License

MilkGUI is licensed under the permissive MIT license. Please see LICENSE.txt for more info.