Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zitreF committed Aug 4, 2023
2 parents 32410e1 + d6adc98 commit 4645702
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# CocosGui
The comfortable way of creating and managing bukkit inventories.

# Setup
```gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.zitreF:CocosGui:1.1'
}
```

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

0 comments on commit 4645702

Please sign in to comment.