Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
/ LoafMenus Public archive

Simplistic, yet powerful GUI API for Spigot.

License

Notifications You must be signed in to change notification settings

FigT/LoafMenus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoafMenus

This project is abandoned. I encourage you to use Zaiko, my new Spigot menu API.


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

  • Java 8
  • Lombok (only for building/contributing yourself)

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.

License