This commit is contained in:
		| @@ -45,6 +45,12 @@ | ||||
|             <groupId>com.comphenix.protocol</groupId> | ||||
|             <artifactId>ProtocolLib</artifactId> | ||||
|         </dependency> | ||||
|         <dependency> | ||||
|             <groupId>com.mojang</groupId> | ||||
|             <artifactId>authlib</artifactId> | ||||
|             <version>3.2.37</version> | ||||
|             <scope>provided</scope> | ||||
|         </dependency> | ||||
|     </dependencies> | ||||
|  | ||||
|     <build> | ||||
|   | ||||
| @@ -44,6 +44,24 @@ | ||||
|             <groupId>com.comphenix.protocol</groupId> | ||||
|             <artifactId>ProtocolLib</artifactId> | ||||
|         </dependency> | ||||
|         <dependency> | ||||
|             <groupId>com.mojang</groupId> | ||||
|             <artifactId>authlib</artifactId> | ||||
|             <version>3.3.39</version> | ||||
|             <scope>provided</scope> | ||||
|         </dependency> | ||||
|         <dependency> | ||||
|             <groupId>it.unimi.dsi</groupId> | ||||
|             <artifactId>fastutil</artifactId> | ||||
|             <version>8.5.8</version> | ||||
|             <scope>compile</scope> | ||||
|         </dependency> | ||||
|         <dependency> | ||||
|             <groupId>com.mojang</groupId> | ||||
|             <artifactId>datafixerupper</artifactId> | ||||
|             <version>1.0.20</version> | ||||
|             <scope>provided</scope> | ||||
|         </dependency> | ||||
|     </dependencies> | ||||
|  | ||||
|     <build> | ||||
|   | ||||
| @@ -136,6 +136,12 @@ | ||||
|             <groupId>org.spigotmc</groupId> | ||||
|             <artifactId>spigot</artifactId> | ||||
|         </dependency> | ||||
|         <dependency> | ||||
|             <groupId>com.mojang</groupId> | ||||
|             <artifactId>authlib</artifactId> | ||||
|             <version>3.2.37</version> | ||||
|             <scope>provided</scope> | ||||
|         </dependency> | ||||
|         <!-- testing --> | ||||
|         <dependency> | ||||
|             <groupId>junit</groupId> | ||||
|   | ||||
							
								
								
									
										11
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -53,6 +53,12 @@ | ||||
|                 <version>${spigot.version}</version> | ||||
|                 <optional>true</optional> | ||||
|             </dependency> | ||||
|             <dependency> | ||||
|                 <groupId>com.mojang</groupId> | ||||
|                 <artifactId>authlib</artifactId> | ||||
|                 <version>3.2.37</version> | ||||
|                 <scope>provided</scope> | ||||
|             </dependency> | ||||
|         </dependencies> | ||||
|     </dependencyManagement> | ||||
|  | ||||
| @@ -72,6 +78,11 @@ | ||||
|             <url>https://papermc.io/repo/repository/maven-public/</url> | ||||
|         </repository> | ||||
|  | ||||
|         <repository> | ||||
|             <id>velocity</id> | ||||
|             <url>https://nexus.velocitypowered.com/repository/maven-public/</url> | ||||
|         </repository> | ||||
|  | ||||
|         <!-- Lumine is a repo hosted by the creators of MythicCraft --> | ||||
|         <repository> | ||||
|             <id>lumine</id> | ||||
|   | ||||
| @@ -32,6 +32,12 @@ | ||||
|             <groupId>com.comphenix.protocol</groupId> | ||||
|             <artifactId>ProtocolLib</artifactId> | ||||
|         </dependency> | ||||
|         <dependency> | ||||
|             <groupId>com.mojang</groupId> | ||||
|             <artifactId>authlib</artifactId> | ||||
|             <version>3.2.37</version> | ||||
|             <scope>provided</scope> | ||||
|         </dependency> | ||||
|     </dependencies> | ||||
|  | ||||
| </project> | ||||
		Reference in New Issue
	
	Block a user