File tree Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Original file line number Diff line number Diff line change 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
+
You can’t perform that action at this time.
0 commit comments