3
0
Mirror von https://github.com/St3venAU/ArmorStandTools.git synchronisiert 2024-12-26 19:42:41 +01:00

Update to use official spigot repo instead of paper and import spigot-api instead.

Dieser Commit ist enthalten in:
Matthew Hildebrand 2020-08-26 09:49:21 -05:00
Ursprung 724dba7a24
Commit eb6e19a751

Datei anzeigen

@ -10,8 +10,8 @@
<repositories>
<repository>
<id>paper-repo</id>
<url>https://papermc.io/repo/repository/maven-public</url>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<!-- WorldEdit -->
<repository>
@ -28,8 +28,8 @@
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version>
<artifactId>spigot-api</artifactId>
<version>1.16.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>