Add Åaper API version
This commit is contained in:
parent
f5bee7f60e
commit
698d605da3
12
pom.xml
12
pom.xml
@ -49,6 +49,7 @@
|
||||
|
||||
<!-- https://hub.spigotmc.org/nexus/content/groups/public/org/spigotmc/spigot-api/ -->
|
||||
<massiveSpigotVersion>1.12-R0.1-SNAPSHOT</massiveSpigotVersion>
|
||||
<massivePaperVersion>1.12-R0.1-SNAPSHOT</massivePaperVersion>
|
||||
|
||||
<!-- https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-api/ -->
|
||||
<massiveBungeeCordApiVersion>1.12-SNAPSHOT</massiveBungeeCordApiVersion>
|
||||
@ -133,6 +134,11 @@
|
||||
<id>spigot-repo</id>
|
||||
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
||||
</repository>
|
||||
<!-- Paper API -->
|
||||
<repository>
|
||||
<id>destroystokyo-repo</id>
|
||||
<url>https://repo.destroystokyo.com/repository/maven-snapshots/</url>
|
||||
</repository>
|
||||
<!-- BungeeCord API -->
|
||||
<!-- https://www.spigotmc.org/threads/bungeecord-maven.60365/ -->
|
||||
<repository>
|
||||
@ -320,6 +326,12 @@
|
||||
<version>${massiveSpigotVersion}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.destroystokyo.paper</groupId>
|
||||
<artifactId>paper-api</artifactId>
|
||||
<version>${massivePaperVersion}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.md-5</groupId>
|
||||
<artifactId>bungeecord-api</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user