Skip to content

Commit 2c80d19

Browse files
Update README.md
1 parent f4c3dd5 commit 2c80d19

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
1-
# WoodyMenus
1+
# Woody
2+
High-performance and Safe Menus Library.
3+
4+
### Key features (Including but not limited to):
5+
- Updating safely recreates all the items; leading to *EXPECTED* automatic updating.
6+
- Actually fast and cares about performance
7+
- JVM friendly
8+
- Minimal
9+
- Fast support (Or at least I try my best :D)
10+
- Supports legacy versions **<1.13.2** (and that impacts performance ._.)
11+
- And more.
12+
13+
This library is hosted on Jitpack.
14+
```xml
15+
<repositories>
16+
<repository>
17+
<id>jitpack.io</id>
18+
<url>https://jitpack.io</url>
19+
</repository>
20+
...
21+
</repositories>
22+
23+
<dependency>
24+
<groupId>com.github.coderFlameyosFlow</groupId>
25+
<artifactId>WoodyMenus</artifactId>
26+
<version>1.1.0</version>
27+
</dependency>
28+
```
29+
or gradle (kotlin) alternative:
30+
```kotlin
31+
repositories {
32+
maven("https://jitpack.io/")
33+
}
34+
35+
dependencies {
36+
implementation("com.github.coderFlameyosFlow:WoodyMenus:1.1.0")
37+
}
38+
```
39+

0 commit comments

Comments
 (0)