From 5d88c7b1d8544a04b3acc5878e21d419f4342916 Mon Sep 17 00:00:00 2001 From: BONNe Date: Sat, 14 Aug 2021 21:48:20 +0300 Subject: [PATCH] Add mojang authLib instead of NMS. --- pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 726620b..acbe008 100644 --- a/pom.xml +++ b/pom.xml @@ -112,9 +112,10 @@ codemc-repo https://repo.codemc.org/repository/maven-public/ + - codemc-nms - https://repo.codemc.org/repository/nms/ + minecraft-repo + https://libraries.minecraft.net/ @@ -128,6 +129,14 @@ + + + com.mojang + authlib + 1.5.21 + provided + + org.spigotmc spigot-api