MC 1.17 migration
This commit is contained in:
parent
94ba023fc8
commit
d1b58c4771
@ -42,19 +42,19 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Paper (1.16 and before) -->
|
<!-- Paper (1.16 and before) -->
|
||||||
<dependency>
|
<!-- <dependency>
|
||||||
<groupId>com.destroystokyo.paper</groupId>
|
<groupId>com.destroystokyo.paper</groupId>
|
||||||
<artifactId>paper-api</artifactId>
|
<artifactId>paper-api</artifactId>
|
||||||
<version>${paper.version}-SNAPSHOT</version>
|
<version>${paper.version}-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency> -->
|
||||||
<!-- Paper (1.17+) -->
|
<!-- Paper (1.17+) -->
|
||||||
<!-- <dependency>
|
<dependency>
|
||||||
<groupId>io.papermc.paper</groupId>
|
<groupId>io.papermc.paper</groupId>
|
||||||
<artifactId>paper-api</artifactId>
|
<artifactId>paper-api</artifactId>
|
||||||
<version>${paper.version}-SNAPSHOT</version>
|
<version>${paper.version}-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency> -->
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
4
pom.xml
4
pom.xml
@ -42,8 +42,8 @@
|
|||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|
||||||
<bungeecord.version>1.17-R0.1-SNAPSHOT</bungeecord.version>
|
<bungeecord.version>1.17-R0.1-SNAPSHOT</bungeecord.version>
|
||||||
<paper.version>1.16.5-R0.1</paper.version>
|
<paper.version>1.17.1-R0.1</paper.version>
|
||||||
<mc.version>1.16.5</mc.version>
|
<mc.version>1.17.1</mc.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
Loading…
Reference in New Issue
Block a user