Skip to content

Browsit/MilkGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.