Skip to content

kawaiiepic/MilkGUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 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.3</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.

About

Serialize Bukkit inventories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%