-
Notifications
You must be signed in to change notification settings - Fork 2
Home
FlameyosFlow edited this page Sep 16, 2023
·
2 revisions
No BS High-performance Menus Library.
Discord: right here
Woody is based on triumph-gui, so far it's has better performance, more up to date with performance and features, and more.
Do you like speed? woody is for you. Do you like boilerplate? Raw Spigot Inventories
How to add to your project:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
...
</repositories>
<dependency>
<groupId>com.github.coderFlameyosFlow</groupId>
<artifactId>WoodyMenus</artifactId>
<version>LATEST</version>
</dependency>
or gradle (kotlin) alternative:
repositories {
maven("https://jitpack.io/")
}
dependencies {
implementation("com.github.coderFlameyosFlow:WoodyMenus:LATEST")
}