Skip to content

xflyiwnl/ColorfulGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorfulGUI

A feature-rich library for Bukkit API plugins to create and manage inventories. By using ColorfulGUI you can easily build your inventory.

Features

  • Creating menus of different types
    • Basic menus
    • Multi-page system
  • Universal menu provider
  • All types of listeners
  • Different types of items
    • Static item
    • Dynamic item
  • Mask system

Setup

Basic requirements for working with the library

Requirements

  • Paper API 1.14+

Once all requirements have been met, you must add the dependency to Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.xflyiwnl</groupId>
    <artifactId>ColorfulGUI</artifactId>
    <version>3.0-fixed</version>
</dependency>

now register the ColorfulGUI class.

ColorfulGUI colorfulGUI = new ColorfulGUI(yourMainClass);

then follow the documentation here

Communication

If you need help, you can ask a question in our discord server - discord

About

Useful API for creating and editing inventories

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages