Mirror von
https://github.com/St3venAU/ArmorStandTools.git
synchronisiert 2024-12-28 04:20:08 +01:00
Add 1.16.3 & 1.16.4 curtosy of stijnb1234. Default version updated to 1.16.4, spigot version updated to 1.16.4, ASTools version updated to 3.7.0
Dieser Commit ist enthalten in:
Ursprung
a7ad6593de
Commit
0934a41e62
4
pom.xml
4
pom.xml
@ -5,7 +5,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.gmail.St3venAU.plugins</groupId>
|
<groupId>com.gmail.St3venAU.plugins</groupId>
|
||||||
<artifactId>ArmorStandTools</artifactId>
|
<artifactId>ArmorStandTools</artifactId>
|
||||||
<version>3.6.1</version>
|
<version>3.7.0</version>
|
||||||
<name>ArmorStandTools</name>
|
<name>ArmorStandTools</name>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.16.2-R0.1-SNAPSHOT</version>
|
<version>1.16.4-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -25,7 +25,7 @@ import java.util.logging.Level;
|
|||||||
|
|
||||||
public class Main extends JavaPlugin {
|
public class Main extends JavaPlugin {
|
||||||
|
|
||||||
private static final String LATEST_VERSION = "v1_16_R2";
|
private static final String LATEST_VERSION = "v1_16_R4";
|
||||||
|
|
||||||
private static Object WG_AST_FLAG;
|
private static Object WG_AST_FLAG;
|
||||||
|
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
package com.gmail.St3venAU.plugins.ArmorStandTools;
|
||||||
|
|
||||||
|
@SuppressWarnings("unused")
|
||||||
|
class NMS_v1_16_R3 extends NMS {
|
||||||
|
|
||||||
|
public NMS_v1_16_R3(String nmsVersion) {
|
||||||
|
super(
|
||||||
|
nmsVersion,
|
||||||
|
"disabledSlots"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,13 @@
|
|||||||
|
package com.gmail.St3venAU.plugins.ArmorStandTools;
|
||||||
|
|
||||||
|
@SuppressWarnings("unused")
|
||||||
|
class NMS_v1_16_R4 extends NMS {
|
||||||
|
|
||||||
|
public NMS_v1_16_R4(String nmsVersion) {
|
||||||
|
super(
|
||||||
|
nmsVersion,
|
||||||
|
"disabledSlots"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren