diff --git a/Plugins/Mineplex.Core.Common/src/mineplex/core/common/util/UtilBlock.java b/Plugins/Mineplex.Core.Common/src/mineplex/core/common/util/UtilBlock.java
index fec6f0710..43cbfb1d2 100644
--- a/Plugins/Mineplex.Core.Common/src/mineplex/core/common/util/UtilBlock.java
+++ b/Plugins/Mineplex.Core.Common/src/mineplex/core/common/util/UtilBlock.java
@@ -18,7 +18,31 @@ import org.bukkit.inventory.ItemStack;
public class UtilBlock
{
-
+
+ public static void main(String[] args) {
+
+ for (Material m : Material.values()) {
+
+ boolean thisSolid = fullSolid(m.getId());
+ boolean solid = m.isSolid();
+ if (thisSolid != solid) {
+ StringBuilder sb = new StringBuilder();
+ sb.append("Failed: ");
+ sb.append(m.name());
+ int amount = 40 - sb.length();
+ for (int i = 0; i < amount; i++) {
+ sb.append(" ");
+ }
+ sb.append(thisSolid);
+ System.out.println(sb);
+ }
+
+ }
+ System.out.println("done!");
+
+ }
+
+
/**
* A list of blocks that are usable
*/
diff --git a/Plugins/Mineplex.DDoSProtectionSwitcher/.classpath b/Plugins/Mineplex.DDoSProtectionSwitcher/.classpath
index a622fd726..3cc5b666a 100644
--- a/Plugins/Mineplex.DDoSProtectionSwitcher/.classpath
+++ b/Plugins/Mineplex.DDoSProtectionSwitcher/.classpath
@@ -1,11 +1,11 @@
-
+
diff --git a/Plugins/Mineplex.EnjinTranslator/.classpath b/Plugins/Mineplex.EnjinTranslator/.classpath
index 76585c180..224f11ab1 100644
--- a/Plugins/Mineplex.EnjinTranslator/.classpath
+++ b/Plugins/Mineplex.EnjinTranslator/.classpath
@@ -1,10 +1,10 @@
-
+
diff --git a/Plugins/Mineplex.Minecraft.BungeeSigns/.classpath b/Plugins/Mineplex.Minecraft.BungeeSigns/.classpath
index 211cf1dd3..3928b1d4c 100644
--- a/Plugins/Mineplex.Minecraft.BungeeSigns/.classpath
+++ b/Plugins/Mineplex.Minecraft.BungeeSigns/.classpath
@@ -1,7 +1,7 @@
-
+
diff --git a/Plugins/Mineplex.PlayerCache/.classpath b/Plugins/Mineplex.PlayerCache/.classpath
index 7a237e253..e5ed569d5 100644
--- a/Plugins/Mineplex.PlayerCache/.classpath
+++ b/Plugins/Mineplex.PlayerCache/.classpath
@@ -1,7 +1,7 @@
-
+
diff --git a/Plugins/Mineplex.StaffServer/.classpath b/Plugins/Mineplex.StaffServer/.classpath
index 69044860b..52e5e02bf 100644
--- a/Plugins/Mineplex.StaffServer/.classpath
+++ b/Plugins/Mineplex.StaffServer/.classpath
@@ -1,7 +1,6 @@
-
@@ -12,5 +11,6 @@
+