From 4aac6fbb31c0acc3bd4f8e434fe3490b21e02caf Mon Sep 17 00:00:00 2001 From: HappyRogelio7 Date: Sun, 29 May 2022 15:08:28 -0400 Subject: [PATCH] Update README (2) --- README.md | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) diff --git a/README.md b/README.md index b19e417..b079a6b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,161 @@ https://github.com/HappyRogelio7/Mojangauthliballversions1/blob/master/pom.xml Here you can find the imported libraries in Maven Format +```xml + + + spigotmc-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + sonatype + https://oss.sonatype.org/content/groups/public/ + + + minecraft-repo + https://libraries.minecraft.net/ + + + + + + + org.spigotmc + spigot-api + 1.18.2-R0.1-SNAPSHOT + provided + + + + + + + com.mojang + authlib + 3.3.39 + provided + + + com.mojang + authlib + 1.5.21 + provided + + + + + +``` + In a future update it will be like importing the Mojang AuthLib in Gradle