aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorPetr Ilin <hevav@hevav.dev>2023-01-02 03:50:55 +0300
committerPetr Ilin <hevav@hevav.dev>2023-01-02 03:50:55 +0300
commit2e6d82892032e0021eafeefda6de03774932602b (patch)
treef9b30638be8ece04cbca408f7a0815f3c0586c19 /build.gradle
parent19481c26987bed0c90f0f3014bb117d343dc0a15 (diff)
downloadLimboAuth-2e6d82892032e0021eafeefda6de03774932602b.tar.gz
LimboAuth-2e6d82892032e0021eafeefda6de03774932602b.tar.bz2
LimboAuth-2e6d82892032e0021eafeefda6de03774932602b.zip
isPremiumByIdentifiedKey check. Works on 1.19+
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index d2f7bf8..c007452 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,8 +42,13 @@ dependencies {
compileOnly("net.elytrium:limboapi-api:1.0.7")
compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT")
+ compileOnly("com.velocitypowered:velocity-proxy:3.1.2-SNAPSHOT") // From Elytrium Repo.
annotationProcessor("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT")
+ // Needs for some velocity methods.
+ compileOnly("io.netty:netty-codec:4.1.77.Final")
+ compileOnly("io.netty:netty-handler:4.1.77.Final")
+
compileOnly("org.geysermc.floodgate:api:2.1.1-SNAPSHOT")
implementation("at.favre.lib:bcrypt:0.9.0")