Skip to content

The comfortable way of creating and managing bukkit inventories.

Notifications You must be signed in to change notification settings

zitreF/CocosGui

Repository files navigation

CocosGui

The comfortable way of creating and managing bukkit inventories.

Setup

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

<dependency>
    <groupId>com.github.zitreF</groupId>
    <artifactId>CocosGui</artifactId>
    <version>1.2</version>
</dependency>
repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation 'com.github.zitreF:CocosGui:1.2'
}

Start

@Override
public void onEnable() {
  // Registers all listeners for gui
  CocosGui.initialize();
}

About

The comfortable way of creating and managing bukkit inventories.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages