Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yeunikey/colorfulgui

Useful API for creating and editing inventories
https://github.com/yeunikey/colorfulgui

Last synced: 19 days ago
JSON representation

Useful API for creating and editing inventories

Awesome Lists containing this project

README

        

# 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

```xml

jitpack.io
https://jitpack.io

com.github.xflyiwnl
ColorfulGUI
3.0-fixed

```

now register the ColorfulGUI class.
```java
ColorfulGUI colorfulGUI = new ColorfulGUI(yourMainClass);
```

then follow the documentation [here](https://github.com/xflyiwnl/ColorfulGUI/wiki)

## Communication
If you need help, you can ask a question in our discord server - [discord](https://discord.gg/SKgdTX6ar5)