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