Skip to content

lss233/SimplestGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplestGUI

A simple chest gui api for Bukkit.

Features

  1. Layout customizable GUI
  2. Paginated GUI

Using

  1. Add this using maven:
    Add my repository:
          <repository>
              <id>lss233-repo</id>
              <name>Lss233's Mirror</name>
              <url>https://lss233.littleservice.cn/repositories/minecraft</url>
          </repository>

Add the dependency.

  <dependency>
      <groupId>com.lss233</groupId>
      <artifactId>SimplestGUI</artifactId>
      <version>1.0-SNAPSHOT</version>
  </dependency>
  1. See the examples or wiki to know how to use it.

License

This project is under the MIT License.

About

An advanced gui api for Bukkit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages