diff --git a/pom.xml b/pom.xml
index 35a98a5..2e052ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
com.sk89q.worldguard
worldguard-bukkit
- 7.0.2
+ 7.0.4
provided
@@ -48,7 +48,7 @@
com.plotsquared
PlotSquared-Core
- 5.13.0
+ 5.13.3
diff --git a/src/main/java/com/gmail/St3venAU/plugins/ArmorStandTools/Main.java b/src/main/java/com/gmail/St3venAU/plugins/ArmorStandTools/Main.java
index a706e68..eb574fc 100644
--- a/src/main/java/com/gmail/St3venAU/plugins/ArmorStandTools/Main.java
+++ b/src/main/java/com/gmail/St3venAU/plugins/ArmorStandTools/Main.java
@@ -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;
diff --git a/src/main/java/com/gmail/St3venAU/plugins/ArmorStandTools/NMS_v1_16_R4.java b/src/main/java/com/gmail/St3venAU/plugins/ArmorStandTools/NMS_v1_16_R4.java
deleted file mode 100644
index 1175083..0000000
--- a/src/main/java/com/gmail/St3venAU/plugins/ArmorStandTools/NMS_v1_16_R4.java
+++ /dev/null
@@ -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"
- );
- }
-
-}
\ No newline at end of file
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 2d88df4..62fe92a 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -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)
#
diff --git a/src/main/resources/language.yml b/src/main/resources/language.yml
index 451c985..7552f6f 100644
--- a/src/main/resources/language.yml
+++ b/src/main/resources/language.yml
@@ -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)
#
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index 02ca7ad..f130a5e 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -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]