Mirror von
https://github.com/St3venAU/ArmorStandTools.git
synchronisiert 2024-12-26 19:42:41 +01:00
v3.7.0
Dieser Commit ist enthalten in:
Ursprung
d2cfb114f8
Commit
9d4ffb8a8c
4
pom.xml
4
pom.xml
@ -35,7 +35,7 @@
|
||||
<dependency>
|
||||
<groupId>com.sk89q.worldguard</groupId>
|
||||
<artifactId>worldguard-bukkit</artifactId>
|
||||
<version>7.0.2</version>
|
||||
<version>7.0.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -48,7 +48,7 @@
|
||||
<dependency>
|
||||
<groupId>com.plotsquared</groupId>
|
||||
<artifactId>PlotSquared-Core</artifactId>
|
||||
<version>5.13.0</version>
|
||||
<version>5.13.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
@ -25,7 +25,7 @@ import java.util.logging.Level;
|
||||
|
||||
public class Main extends JavaPlugin {
|
||||
|
||||
private static final String LATEST_VERSION = "v1_16_R4";
|
||||
private static final String LATEST_VERSION = "v1_16_R3";
|
||||
|
||||
private static Object WG_AST_FLAG;
|
||||
|
||||
|
@ -1,13 +0,0 @@
|
||||
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"
|
||||
);
|
||||
}
|
||||
|
||||
}
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# Main Config
|
||||
#
|
||||
# File generated by: v3.5.0
|
||||
# File generated by: v3.7.0
|
||||
# (If this is not the version you are running, consider deleting this
|
||||
# config to allow it to be re-created. There may be new config options)
|
||||
#
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# Language Config
|
||||
#
|
||||
# File generated by: v3.5.0
|
||||
# File generated by: v3.7.0
|
||||
# (If this is not the version you are running, consider deleting this
|
||||
# config to allow it to be re-created. There may be new config options)
|
||||
#
|
||||
|
@ -1,7 +1,7 @@
|
||||
main: com.gmail.St3venAU.plugins.ArmorStandTools.Main
|
||||
name: ArmorStandTools
|
||||
version: ${project.version}
|
||||
api-version: 1.16
|
||||
api-version: 1.13
|
||||
author: St3venAU
|
||||
description: Armor stand manipulation tools
|
||||
softdepend: [WorldGuard, PlotSquared]
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren