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

repositories {
  maven { url 'https://jitpack.io' }
}

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

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