diff --git a/build.gradle b/build.gradle index 3397282db..1a8b92f54 100644 --- a/build.gradle +++ b/build.gradle @@ -167,7 +167,6 @@ shadowJar include(dependency('io.papermc:paperlib')) include(dependency('com.dfsek:Paralithic')) include(dependency('net.kyori:')) - include(dependency('com.github.Querz:NBT')) } } @@ -186,7 +185,6 @@ 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' - implementation 'com.github.Querz:NBT:6.1' // Dynamically Loaded implementation 'io.timeandspace:smoothie-map:2.0.2' @@ -199,4 +197,5 @@ dependencies { implementation 'bsf:bsf:2.4.0' implementation 'rhino:js:1.7R2' implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3' + implementation 'org.apache.commons:commons-lang3:3.12.0' } diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 6163d903d..14d43c307 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -8,6 +8,7 @@ description: More than a Dimension! libraries: - com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2 - com.github.ben-manes.caffeine:caffeine:3.0.3 + - org.apache.commons:commons-lang3:3.12.0 - io.timeandspace:smoothie-map:2.0.2 - com.google.guava:guava:30.1.1-jre - com.google.code.gson:gson:2.8.7