3
0
Mirror von https://github.com/St3venAU/ArmorStandTools.git synchronisiert 2024-12-27 12:00:07 +01:00
Dieser Commit ist enthalten in:
Steven 2020-11-13 21:49:43 +08:00
Ursprung d2cfb114f8
Commit 9d4ffb8a8c
6 geänderte Dateien mit 6 neuen und 19 gelöschten Zeilen

Datei anzeigen

@ -35,7 +35,7 @@
<dependency> <dependency>
<groupId>com.sk89q.worldguard</groupId> <groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-bukkit</artifactId> <artifactId>worldguard-bukkit</artifactId>
<version>7.0.2</version> <version>7.0.4</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -48,7 +48,7 @@
<dependency> <dependency>
<groupId>com.plotsquared</groupId> <groupId>com.plotsquared</groupId>
<artifactId>PlotSquared-Core</artifactId> <artifactId>PlotSquared-Core</artifactId>
<version>5.13.0</version> <version>5.13.3</version>
</dependency> </dependency>
</dependencies> </dependencies>

Datei anzeigen

@ -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_R4"; private static final String LATEST_VERSION = "v1_16_R3";
private static Object WG_AST_FLAG; private static Object WG_AST_FLAG;

Datei anzeigen

@ -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"
);
}
}

Datei anzeigen

@ -4,7 +4,7 @@
# #
# Main Config # 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 # (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) # config to allow it to be re-created. There may be new config options)
# #

Datei anzeigen

@ -4,7 +4,7 @@
# #
# Language Config # 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 # (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) # config to allow it to be re-created. There may be new config options)
# #

Datei anzeigen

@ -1,7 +1,7 @@
main: com.gmail.St3venAU.plugins.ArmorStandTools.Main main: com.gmail.St3venAU.plugins.ArmorStandTools.Main
name: ArmorStandTools name: ArmorStandTools
version: ${project.version} version: ${project.version}
api-version: 1.16 api-version: 1.13
author: St3venAU author: St3venAU
description: Armor stand manipulation tools description: Armor stand manipulation tools
softdepend: [WorldGuard, PlotSquared] softdepend: [WorldGuard, PlotSquared]