/LoafMenus

Simplistic, yet powerful GUI API for Spigot.

Primary LanguageJavaApache License 2.0Apache-2.0

LoafMenus

LoafMenus is a simplistic, yet powerful GUI API for Spigot.

Features

  • Easy to use, simplistic, but powerful
  • Lambdas!
  • Multi-version supported (tested w/ 1.7, 1.8, 1.14)
  • Set click & close handlers for each item
  • Multiple types of menus (different chest sizes, box & hopper inventories)
  • Includes examples
  • And much more already implemented (and coming soon)!

Installation

Requirements

Maven

Recommended to shade & relocate it to avoid conflicts with other plugins!

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
	<dependency>
	    <groupId>com.github.FigT</groupId>
	    <artifactId>LoafMenus</artifactId>
	    <version>2.1.0</version>
	</dependency>

Usage

Browse through the code or see the examples here.

[More documentation coming soon]

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

See TODO list here

License

Apache 2.0