Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yeunikey/colorfulgui
- Owner: yeunikey
- Created: 2023-07-27T04:39:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-12T10:58:52.000Z (11 months ago)
- Last Synced: 2024-07-24T02:24:02.952Z (6 months ago)
- Language: Java
- Homepage:
- Size: 77.1 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.iocom.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)