Skip to content

Commit

Permalink
Add mojang authLib instead of NMS.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Aug 14, 2021
1 parent 703658e commit 5d88c7b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,10 @@
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
</repository>
<!-- Minecraft Lib Repo -->
<repository>
<id>codemc-nms</id>
<url>https://repo.codemc.org/repository/nms/</url>
<id>minecraft-repo</id>
<url>https://libraries.minecraft.net/</url>
</repository>
<!--Vault Repo is down. -->
<repository>
Expand All @@ -128,6 +129,14 @@
</repositories>

<dependencies>
<!-- Mojang Auth-->
<dependency>
<groupId>com.mojang</groupId>
<artifactId>authlib</artifactId>
<version>1.5.21</version>
<scope>provided</scope>
</dependency>
<!-- Spigot API -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
Expand Down

0 comments on commit 5d88c7b

Please sign in to comment.