This commit is contained in:
Daniel Mills
2021-08-07 21:18:39 -04:00
parent 271f308c36
commit 18465cf6cb
62 changed files with 9534 additions and 2 deletions
+3 -2
View File
@@ -137,8 +137,8 @@ dependencies {
implementation "net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT"
implementation "net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT"
implementation 'net.kyori:adventure-api:4.8.1'
\
// Dynamically Loaded
// Dynamically Loaded
implementation 'it.unimi.dsi:fastutil:8.5.4'
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
implementation 'org.zeroturnaround:zt-zip:1.14'
@@ -146,4 +146,5 @@ dependencies {
implementation 'org.ow2.asm:asm:9.2'
implementation 'com.google.guava:guava:30.1.1-jre'
}