From 0e86d6fbdbd09f18a6adc69108ed4244b8cabd73 Mon Sep 17 00:00:00 2001 From: cyberpwn Date: Sun, 22 Aug 2021 03:03:57 -0400 Subject: [PATCH] Libs --- build.gradle | 2 ++ src/main/resources/plugin.yml | 12 +++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 61541af83..f3c953e31 100644 --- a/build.gradle +++ b/build.gradle @@ -187,6 +187,7 @@ dependencies { implementation 'net.kyori:adventure-api:4.8.1' // Dynamically Loaded + implementation 'io.timeandspace:smoothie-map:2.0.2' implementation 'it.unimi.dsi:fastutil:8.5.4' implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2' implementation 'org.zeroturnaround:zt-zip:1.14' @@ -195,4 +196,5 @@ dependencies { implementation 'com.google.guava:guava:30.1.1-jre' implementation 'bsf:bsf:2.4.0' implementation 'rhino:js:1.7R2' + implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3' } diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 59767aa97..6163d903d 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -6,14 +6,16 @@ authors: [ cyberpwn, NextdoorPsycho ] website: volmit.com description: More than a Dimension! libraries: - - org.zeroturnaround:zt-zip:1.14 - com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2 - - org.ow2.asm:asm:9.2 - - com.google.code.gson:gson:2.8.7 - - it.unimi.dsi:fastutil:8.5.4 + - com.github.ben-manes.caffeine:caffeine:3.0.3 + - io.timeandspace:smoothie-map:2.0.2 - com.google.guava:guava:30.1.1-jre - - bsf:bsf:2.4.0 + - com.google.code.gson:gson:2.8.7 + - org.zeroturnaround:zt-zip:1.14 + - it.unimi.dsi:fastutil:8.5.4 + - org.ow2.asm:asm:9.2 - rhino:js:1.7R2 + - bsf:bsf:2.4.0 commands: iris: aliases: [ ir, irs ]