mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2025-01-20 09:31:19 +01:00
Add 1.19.1 support
This commit is contained in:
commit
876ff5a42c
@ -13,7 +13,7 @@
|
|||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<spigot.version>1.19-R0.1-SNAPSHOT</spigot.version>
|
<spigot.version>1.19.1-R0.1-SNAPSHOT</spigot.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -66,7 +66,7 @@ public class PlatformLoader {
|
|||||||
new de.epiceric.shopchest.nms.v1_18_R1.PlatformImpl();
|
new de.epiceric.shopchest.nms.v1_18_R1.PlatformImpl();
|
||||||
case "eaeedbff51b16ead3170906872fda334" -> // 1.18.2 (v1_18_R2)
|
case "eaeedbff51b16ead3170906872fda334" -> // 1.18.2 (v1_18_R2)
|
||||||
new de.epiceric.shopchest.nms.v1_18_R2.PlatformImpl();
|
new de.epiceric.shopchest.nms.v1_18_R2.PlatformImpl();
|
||||||
case "7b9de0da1357e5b251eddde9aa762916" -> // 1.19 (v1_19_R1)
|
case "7b9de0da1357e5b251eddde9aa762916", "4cc0cc97cac491651bff3af8b124a214" -> // 1.19 ; 1.19.1 (v1_19_R1)
|
||||||
new de.epiceric.shopchest.nms.v1_19_R1.PlatformImpl();
|
new de.epiceric.shopchest.nms.v1_19_R1.PlatformImpl();
|
||||||
default -> null;
|
default -> null;
|
||||||
};
|
};
|
||||||
|
2
pom.xml
2
pom.xml
@ -301,7 +301,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>3.3.2</version>
|
<version>3.4.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<doclint>none</doclint>
|
<doclint>none</doclint>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
Reference in New Issue
Block a user