diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/BukkitCommand.java b/Bukkit/src/main/java/com/plotsquared/bukkit/BukkitCommand.java
index f1ee49802..1ba24bbde 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/BukkitCommand.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/BukkitCommand.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit;
import com.plotsquared.bukkit.util.BukkitUtil;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/BukkitPlatform.java b/Bukkit/src/main/java/com/plotsquared/bukkit/BukkitPlatform.java
index 9ee61df1d..bdad258d7 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/BukkitPlatform.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/BukkitPlatform.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit;
import com.google.inject.Guice;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/AgeableStats.java b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/AgeableStats.java
index 1f74014af..21efd616e 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/AgeableStats.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/AgeableStats.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.entity;
class AgeableStats {
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/ArmorStandStats.java b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/ArmorStandStats.java
index 9d03263a1..bd81de12d 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/ArmorStandStats.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/ArmorStandStats.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.entity;
class ArmorStandStats {
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/EntityBaseStats.java b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/EntityBaseStats.java
index bee5090ef..b2be16c84 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/EntityBaseStats.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/EntityBaseStats.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.entity;
class EntityBaseStats {
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/EntityWrapper.java b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/EntityWrapper.java
index 71aa29953..581fded37 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/EntityWrapper.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/EntityWrapper.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.entity;
import org.bukkit.Location;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/HorseStats.java b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/HorseStats.java
index 70e2e7903..360125a46 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/HorseStats.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/HorseStats.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.entity;
import org.bukkit.entity.Horse;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/LivingEntityStats.java b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/LivingEntityStats.java
index 87df6fc51..6445370aa 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/LivingEntityStats.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/LivingEntityStats.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.entity;
import org.bukkit.inventory.ItemStack;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/ReplicatingEntityWrapper.java b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/ReplicatingEntityWrapper.java
index 99fef4e41..e19f5b641 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/ReplicatingEntityWrapper.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/ReplicatingEntityWrapper.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.entity;
import com.plotsquared.core.configuration.Settings;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/TameableStats.java b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/TameableStats.java
index 3dac07eb3..e4e6ae54e 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/TameableStats.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/TameableStats.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.entity;
import org.bukkit.entity.AnimalTamer;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/TeleportEntityWrapper.java b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/TeleportEntityWrapper.java
index 60b04c622..c829c0739 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/entity/TeleportEntityWrapper.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/entity/TeleportEntityWrapper.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.entity;
import com.plotsquared.bukkit.BukkitPlatform;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BlockStatePopulator.java b/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BlockStatePopulator.java
index 43c8c7cf8..662ff8703 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BlockStatePopulator.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BlockStatePopulator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.generator;
import com.plotsquared.core.PlotSquared;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BukkitAugmentedGenerator.java b/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BukkitAugmentedGenerator.java
index cb6c08caf..dc8a6a5ef 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BukkitAugmentedGenerator.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BukkitAugmentedGenerator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.generator;
import com.plotsquared.core.generator.AugmentedUtils;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BukkitPlotGenerator.java b/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BukkitPlotGenerator.java
index 83515be34..67b177770 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BukkitPlotGenerator.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BukkitPlotGenerator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.generator;
import com.plotsquared.bukkit.queue.GenChunk;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/generator/DelegatePlotGenerator.java b/Bukkit/src/main/java/com/plotsquared/bukkit/generator/DelegatePlotGenerator.java
index e07f07e87..dcd896b49 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/generator/DelegatePlotGenerator.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/generator/DelegatePlotGenerator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.generator;
import com.plotsquared.bukkit.util.BukkitUtil;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/inject/BackupModule.java b/Bukkit/src/main/java/com/plotsquared/bukkit/inject/BackupModule.java
index 912d91a47..e155a99b2 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/inject/BackupModule.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/inject/BackupModule.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.inject;
import com.google.inject.AbstractModule;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/inject/BukkitModule.java b/Bukkit/src/main/java/com/plotsquared/bukkit/inject/BukkitModule.java
index e72914694..e9fb0d92f 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/inject/BukkitModule.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/inject/BukkitModule.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.inject;
import com.google.inject.AbstractModule;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/inject/PermissionModule.java b/Bukkit/src/main/java/com/plotsquared/bukkit/inject/PermissionModule.java
index 030ef0670..2f2cc97fa 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/inject/PermissionModule.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/inject/PermissionModule.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.inject;
import com.google.inject.AbstractModule;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/inject/WorldManagerModule.java b/Bukkit/src/main/java/com/plotsquared/bukkit/inject/WorldManagerModule.java
index 474545324..413662ca1 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/inject/WorldManagerModule.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/inject/WorldManagerModule.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.inject;
import com.google.inject.AbstractModule;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/BlockEventListener.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/BlockEventListener.java
index 2174d5142..3961393db 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/BlockEventListener.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/BlockEventListener.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.listener;
import com.plotsquared.bukkit.player.BukkitPlayer;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ChunkListener.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ChunkListener.java
index f090d02a5..703cd631b 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ChunkListener.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ChunkListener.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.listener;
import com.google.inject.Inject;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/EntityEventListener.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/EntityEventListener.java
index 8c5cc46c4..6da88779e 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/EntityEventListener.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/EntityEventListener.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.listener;
import com.plotsquared.bukkit.util.BukkitEntityUtil;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/EntitySpawnListener.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/EntitySpawnListener.java
index 60836f63b..21152b8e4 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/EntitySpawnListener.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/EntitySpawnListener.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.listener;
import com.plotsquared.bukkit.util.BukkitEntityUtil;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ForceFieldListener.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ForceFieldListener.java
index 1083cfb31..b3a5802d2 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ForceFieldListener.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ForceFieldListener.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.listener;
import com.google.common.collect.Iterables;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PaperListener.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PaperListener.java
index fdbee1210..73a823ffe 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PaperListener.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PaperListener.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.listener;
import com.destroystokyo.paper.event.entity.EntityPathfindEvent;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PaperListener113.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PaperListener113.java
index c920eaeda..4a92ae36b 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PaperListener113.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PaperListener113.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.listener;
import com.google.inject.Inject;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEventListener.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEventListener.java
index 4697c3fae..496d19482 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEventListener.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEventListener.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.listener;
import com.destroystokyo.paper.MaterialTags;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ProjectileEventListener.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ProjectileEventListener.java
index 2eb7c2dd9..623b76190 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ProjectileEventListener.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ProjectileEventListener.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.listener;
import com.plotsquared.bukkit.util.BukkitEntityUtil;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ServerListener.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ServerListener.java
index c1a36863c..1fa5ed699 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ServerListener.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ServerListener.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.listener;
import com.google.inject.Inject;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/SingleWorldListener.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/SingleWorldListener.java
index 1c62a09dc..5c550bf2f 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/SingleWorldListener.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/SingleWorldListener.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.listener;
import com.plotsquared.core.PlotSquared;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/WorldEvents.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/WorldEvents.java
index 4938eeddc..7498b9b01 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/WorldEvents.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/WorldEvents.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.listener;
import com.google.inject.Inject;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/managers/BukkitWorldManager.java b/Bukkit/src/main/java/com/plotsquared/bukkit/managers/BukkitWorldManager.java
index 4cb260164..eec3c2b42 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/managers/BukkitWorldManager.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/managers/BukkitWorldManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.managers;
import com.google.inject.Singleton;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/managers/HyperverseWorldManager.java b/Bukkit/src/main/java/com/plotsquared/bukkit/managers/HyperverseWorldManager.java
index 85adc272c..1ef8cadd9 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/managers/HyperverseWorldManager.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/managers/HyperverseWorldManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.managers;
import com.google.inject.Singleton;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/managers/MultiverseWorldManager.java b/Bukkit/src/main/java/com/plotsquared/bukkit/managers/MultiverseWorldManager.java
index e3a2c16ec..1477148f7 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/managers/MultiverseWorldManager.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/managers/MultiverseWorldManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.managers;
import com.google.inject.Singleton;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/permissions/BukkitPermissionHandler.java b/Bukkit/src/main/java/com/plotsquared/bukkit/permissions/BukkitPermissionHandler.java
index 8b43ac4e5..66b47fec3 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/permissions/BukkitPermissionHandler.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/permissions/BukkitPermissionHandler.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.permissions;
import com.plotsquared.bukkit.player.BukkitPlayer;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/permissions/VaultPermissionHandler.java b/Bukkit/src/main/java/com/plotsquared/bukkit/permissions/VaultPermissionHandler.java
index 432f590d6..51d7cf2b2 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/permissions/VaultPermissionHandler.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/permissions/VaultPermissionHandler.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.permissions;
import com.plotsquared.bukkit.player.BukkitOfflinePlayer;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/placeholder/MVdWPlaceholders.java b/Bukkit/src/main/java/com/plotsquared/bukkit/placeholder/MVdWPlaceholders.java
index f0d13ad6c..f1876ccd3 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/placeholder/MVdWPlaceholders.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/placeholder/MVdWPlaceholders.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.placeholder;
import be.maximvdw.placeholderapi.PlaceholderAPI;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/placeholder/PAPIPlaceholders.java b/Bukkit/src/main/java/com/plotsquared/bukkit/placeholder/PAPIPlaceholders.java
index 150e041e9..5e05f5e95 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/placeholder/PAPIPlaceholders.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/placeholder/PAPIPlaceholders.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.placeholder;
import com.plotsquared.core.PlotSquared;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/placeholder/PlaceholderFormatter.java b/Bukkit/src/main/java/com/plotsquared/bukkit/placeholder/PlaceholderFormatter.java
index 229016e7f..050b881e1 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/placeholder/PlaceholderFormatter.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/placeholder/PlaceholderFormatter.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.placeholder;
import com.plotsquared.bukkit.player.BukkitPlayer;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/player/BukkitOfflinePlayer.java b/Bukkit/src/main/java/com/plotsquared/bukkit/player/BukkitOfflinePlayer.java
index 7a9dd7cac..13e34166d 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/player/BukkitOfflinePlayer.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/player/BukkitOfflinePlayer.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.player;
import com.plotsquared.core.permissions.NullPermissionProfile;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/player/BukkitPlayer.java b/Bukkit/src/main/java/com/plotsquared/bukkit/player/BukkitPlayer.java
index 5f8c331ec..6fad843db 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/player/BukkitPlayer.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/player/BukkitPlayer.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.player;
import com.google.common.base.Charsets;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/player/BukkitPlayerManager.java b/Bukkit/src/main/java/com/plotsquared/bukkit/player/BukkitPlayerManager.java
index 216ba7641..a84f4f178 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/player/BukkitPlayerManager.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/player/BukkitPlayerManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.player;
import com.google.inject.Inject;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/queue/BukkitChunkCoordinator.java b/Bukkit/src/main/java/com/plotsquared/bukkit/queue/BukkitChunkCoordinator.java
index 369b6fa2d..8d50f7a11 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/queue/BukkitChunkCoordinator.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/queue/BukkitChunkCoordinator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.queue;
import com.google.inject.Inject;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/queue/BukkitQueueCoordinator.java b/Bukkit/src/main/java/com/plotsquared/bukkit/queue/BukkitQueueCoordinator.java
index 1e0d53fb5..a0e5b028f 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/queue/BukkitQueueCoordinator.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/queue/BukkitQueueCoordinator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.queue;
import com.google.inject.Inject;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/queue/ChunkCoordinator.java b/Bukkit/src/main/java/com/plotsquared/bukkit/queue/ChunkCoordinator.java
index 083eafbb8..97d2f6eab 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/queue/ChunkCoordinator.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/queue/ChunkCoordinator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.queue;
import com.google.common.base.Preconditions;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/queue/GenChunk.java b/Bukkit/src/main/java/com/plotsquared/bukkit/queue/GenChunk.java
index 412c0aace..4ccbdf6a1 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/queue/GenChunk.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/queue/GenChunk.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.queue;
import com.google.common.base.Preconditions;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/schematic/BukkitSchematicHandler.java b/Bukkit/src/main/java/com/plotsquared/bukkit/schematic/BukkitSchematicHandler.java
index 15c2dc2c9..4d10fc316 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/schematic/BukkitSchematicHandler.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/schematic/BukkitSchematicHandler.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.schematic;
import com.google.inject.Inject;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/schematic/StateWrapper.java b/Bukkit/src/main/java/com/plotsquared/bukkit/schematic/StateWrapper.java
index c1cebb8d5..9c51d2663 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/schematic/StateWrapper.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/schematic/StateWrapper.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.schematic;
import com.plotsquared.bukkit.util.BukkitUtil;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitBlockUtil.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitBlockUtil.java
index 1487c4fb5..67ac72cf7 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitBlockUtil.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitBlockUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util;
import com.sk89q.worldedit.bukkit.BukkitAdapter;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitChunkManager.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitChunkManager.java
index 7d3401eb4..502c5696c 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitChunkManager.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitChunkManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util;
import com.google.inject.Singleton;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitEconHandler.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitEconHandler.java
index 6bb4fe942..2f33928b8 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitEconHandler.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitEconHandler.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util;
import com.google.inject.Singleton;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitEntityUtil.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitEntityUtil.java
index fba1edf74..356b2615f 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitEntityUtil.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitEntityUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util;
import com.plotsquared.bukkit.player.BukkitPlayer;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitInventoryUtil.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitInventoryUtil.java
index 951e924f7..dd312fe51 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitInventoryUtil.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitInventoryUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util;
import com.google.inject.Singleton;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitRegionManager.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitRegionManager.java
index ec354dc8c..11c98a27b 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitRegionManager.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitRegionManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util;
import com.google.inject.Inject;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitSetupUtils.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitSetupUtils.java
index 858e5b874..c403b0e36 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitSetupUtils.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitSetupUtils.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util;
import com.google.inject.Inject;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitUtil.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitUtil.java
index 18fd001b3..5632f4103 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitUtil.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util;
import com.google.inject.Singleton;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitWorld.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitWorld.java
index da58c095d..8fdcede9d 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitWorld.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitWorld.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util;
import com.google.common.collect.Maps;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/ContentMap.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/ContentMap.java
index 395c5272b..ceeb6e6b1 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/ContentMap.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/ContentMap.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util;
import com.plotsquared.bukkit.entity.EntityWrapper;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/SetGenCB.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/SetGenCB.java
index d98f1ee08..ccfe40be0 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/SetGenCB.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/SetGenCB.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util;
import com.plotsquared.bukkit.generator.BukkitAugmentedGenerator;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/UpdateUtility.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/UpdateUtility.java
index f34ae56ac..faa9d8817 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/UpdateUtility.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/UpdateUtility.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util;
import com.google.gson.JsonObject;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/BukkitPlotSquaredTask.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/BukkitPlotSquaredTask.java
index 028134383..4e293d409 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/BukkitPlotSquaredTask.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/BukkitPlotSquaredTask.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util.task;
import com.plotsquared.core.util.task.PlotSquaredTask;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/BukkitTaskManager.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/BukkitTaskManager.java
index e9cee348d..df47e48a2 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/BukkitTaskManager.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/BukkitTaskManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util.task;
import com.google.inject.Inject;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/PaperTimeConverter.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/PaperTimeConverter.java
index c0fc7534b..c5bfb44cf 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/PaperTimeConverter.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/PaperTimeConverter.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util.task;
import com.plotsquared.core.util.task.TaskTime;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/SpigotTimeConverter.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/SpigotTimeConverter.java
index 40c43008f..862e22c50 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/SpigotTimeConverter.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/task/SpigotTimeConverter.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.util.task;
import com.plotsquared.core.util.task.TaskTime;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/EssentialsUUIDService.java b/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/EssentialsUUIDService.java
index d85a89890..e03fc3317 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/EssentialsUUIDService.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/EssentialsUUIDService.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.uuid;
import com.earth2me.essentials.Essentials;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/LuckPermsUUIDService.java b/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/LuckPermsUUIDService.java
index d34ab0d40..be5ca5c7f 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/LuckPermsUUIDService.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/LuckPermsUUIDService.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.uuid;
import com.plotsquared.core.uuid.UUIDMapping;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/OfflinePlayerUUIDService.java b/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/OfflinePlayerUUIDService.java
index 2320780b7..7351f240d 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/OfflinePlayerUUIDService.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/OfflinePlayerUUIDService.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.uuid;
import com.google.common.base.Charsets;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/PaperUUIDService.java b/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/PaperUUIDService.java
index 193aa59f3..3700171d1 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/PaperUUIDService.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/PaperUUIDService.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.uuid;
import com.destroystokyo.paper.profile.PlayerProfile;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/SQLiteUUIDService.java b/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/SQLiteUUIDService.java
index 9156656af..8f1bbe684 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/SQLiteUUIDService.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/SQLiteUUIDService.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.uuid;
import com.plotsquared.core.PlotSquared;
diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/SquirrelIdUUIDService.java b/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/SquirrelIdUUIDService.java
index 30d6a2e01..f3438fae9 100644
--- a/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/SquirrelIdUUIDService.java
+++ b/Bukkit/src/main/java/com/plotsquared/bukkit/uuid/SquirrelIdUUIDService.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.bukkit.uuid;
import com.google.common.util.concurrent.RateLimiter;
diff --git a/Core/src/main/java/com/plotsquared/core/Platform.java b/Core/src/main/java/com/plotsquared/core/Platform.java
index b23762b24..ff5187bae 100644
--- a/Core/src/main/java/com/plotsquared/core/Platform.java
+++ b/Core/src/main/java/com/plotsquared/core/Platform.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core;
public enum Platform {
diff --git a/Core/src/main/java/com/plotsquared/core/PlotAPI.java b/Core/src/main/java/com/plotsquared/core/PlotAPI.java
index 106c56b54..71dbf5c07 100644
--- a/Core/src/main/java/com/plotsquared/core/PlotAPI.java
+++ b/Core/src/main/java/com/plotsquared/core/PlotAPI.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/PlotPlatform.java b/Core/src/main/java/com/plotsquared/core/PlotPlatform.java
index 1971abaf7..3d6387bec 100644
--- a/Core/src/main/java/com/plotsquared/core/PlotPlatform.java
+++ b/Core/src/main/java/com/plotsquared/core/PlotPlatform.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core;
import com.google.inject.Injector;
diff --git a/Core/src/main/java/com/plotsquared/core/PlotSquared.java b/Core/src/main/java/com/plotsquared/core/PlotSquared.java
index 13984e01a..3cc968a1e 100644
--- a/Core/src/main/java/com/plotsquared/core/PlotSquared.java
+++ b/Core/src/main/java/com/plotsquared/core/PlotSquared.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core;
import com.plotsquared.core.configuration.ConfigurationSection;
diff --git a/Core/src/main/java/com/plotsquared/core/PlotVersion.java b/Core/src/main/java/com/plotsquared/core/PlotVersion.java
index 97b678a8e..019f23af3 100644
--- a/Core/src/main/java/com/plotsquared/core/PlotVersion.java
+++ b/Core/src/main/java/com/plotsquared/core/PlotVersion.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core;
public class PlotVersion {
diff --git a/Core/src/main/java/com/plotsquared/core/backup/Backup.java b/Core/src/main/java/com/plotsquared/core/backup/Backup.java
index 989abfe24..3fee60455 100644
--- a/Core/src/main/java/com/plotsquared/core/backup/Backup.java
+++ b/Core/src/main/java/com/plotsquared/core/backup/Backup.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.backup;
import javax.annotation.Nullable;
diff --git a/Core/src/main/java/com/plotsquared/core/backup/BackupManager.java b/Core/src/main/java/com/plotsquared/core/backup/BackupManager.java
index edfcaf5c9..64da6c0ae 100644
--- a/Core/src/main/java/com/plotsquared/core/backup/BackupManager.java
+++ b/Core/src/main/java/com/plotsquared/core/backup/BackupManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.backup;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/backup/BackupProfile.java b/Core/src/main/java/com/plotsquared/core/backup/BackupProfile.java
index 059ab3709..fc6310ecf 100644
--- a/Core/src/main/java/com/plotsquared/core/backup/BackupProfile.java
+++ b/Core/src/main/java/com/plotsquared/core/backup/BackupProfile.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.backup;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/backup/NullBackupManager.java b/Core/src/main/java/com/plotsquared/core/backup/NullBackupManager.java
index 598bb011e..c237b49a6 100644
--- a/Core/src/main/java/com/plotsquared/core/backup/NullBackupManager.java
+++ b/Core/src/main/java/com/plotsquared/core/backup/NullBackupManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.backup;
import com.google.inject.Singleton;
diff --git a/Core/src/main/java/com/plotsquared/core/backup/NullBackupProfile.java b/Core/src/main/java/com/plotsquared/core/backup/NullBackupProfile.java
index c42ab4dac..12460e9c5 100644
--- a/Core/src/main/java/com/plotsquared/core/backup/NullBackupProfile.java
+++ b/Core/src/main/java/com/plotsquared/core/backup/NullBackupProfile.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.backup;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/backup/PlayerBackupProfile.java b/Core/src/main/java/com/plotsquared/core/backup/PlayerBackupProfile.java
index 73332ffa9..8366fe5bf 100644
--- a/Core/src/main/java/com/plotsquared/core/backup/PlayerBackupProfile.java
+++ b/Core/src/main/java/com/plotsquared/core/backup/PlayerBackupProfile.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.backup;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/backup/SimpleBackupManager.java b/Core/src/main/java/com/plotsquared/core/backup/SimpleBackupManager.java
index 851927cf2..2d0794d4b 100644
--- a/Core/src/main/java/com/plotsquared/core/backup/SimpleBackupManager.java
+++ b/Core/src/main/java/com/plotsquared/core/backup/SimpleBackupManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.backup;
import com.google.common.cache.Cache;
diff --git a/Core/src/main/java/com/plotsquared/core/collection/ArrayUtil.java b/Core/src/main/java/com/plotsquared/core/collection/ArrayUtil.java
index ceafeede4..83e8ee272 100644
--- a/Core/src/main/java/com/plotsquared/core/collection/ArrayUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/collection/ArrayUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.collection;
import java.util.Arrays;
diff --git a/Core/src/main/java/com/plotsquared/core/collection/ByteArrayUtilities.java b/Core/src/main/java/com/plotsquared/core/collection/ByteArrayUtilities.java
index fac597903..119879e76 100644
--- a/Core/src/main/java/com/plotsquared/core/collection/ByteArrayUtilities.java
+++ b/Core/src/main/java/com/plotsquared/core/collection/ByteArrayUtilities.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.collection;
public class ByteArrayUtilities {
diff --git a/Core/src/main/java/com/plotsquared/core/collection/FlatRandomCollection.java b/Core/src/main/java/com/plotsquared/core/collection/FlatRandomCollection.java
index 2808d301a..1a0896988 100644
--- a/Core/src/main/java/com/plotsquared/core/collection/FlatRandomCollection.java
+++ b/Core/src/main/java/com/plotsquared/core/collection/FlatRandomCollection.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.collection;
import com.plotsquared.core.util.MathMan;
diff --git a/Core/src/main/java/com/plotsquared/core/collection/QuadMap.java b/Core/src/main/java/com/plotsquared/core/collection/QuadMap.java
index b1ed75b0a..efe9caa14 100644
--- a/Core/src/main/java/com/plotsquared/core/collection/QuadMap.java
+++ b/Core/src/main/java/com/plotsquared/core/collection/QuadMap.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.collection;
import com.plotsquared.core.util.RegionUtil;
diff --git a/Core/src/main/java/com/plotsquared/core/collection/RandomCollection.java b/Core/src/main/java/com/plotsquared/core/collection/RandomCollection.java
index c9cc8b91e..2be11b956 100644
--- a/Core/src/main/java/com/plotsquared/core/collection/RandomCollection.java
+++ b/Core/src/main/java/com/plotsquared/core/collection/RandomCollection.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.collection;
import java.util.Map;
diff --git a/Core/src/main/java/com/plotsquared/core/collection/SimpleRandomCollection.java b/Core/src/main/java/com/plotsquared/core/collection/SimpleRandomCollection.java
index 617fa23c6..c63461325 100644
--- a/Core/src/main/java/com/plotsquared/core/collection/SimpleRandomCollection.java
+++ b/Core/src/main/java/com/plotsquared/core/collection/SimpleRandomCollection.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.collection;
import java.util.Map;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Add.java b/Core/src/main/java/com/plotsquared/core/command/Add.java
index 55bc7c121..836ed2d11 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Add.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Add.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Alias.java b/Core/src/main/java/com/plotsquared/core/command/Alias.java
index 77183a89b..ec5e35bab 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Alias.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Alias.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Area.java b/Core/src/main/java/com/plotsquared/core/command/Area.java
index 582ca7b24..8d1bc9a75 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Area.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Area.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Argument.java b/Core/src/main/java/com/plotsquared/core/command/Argument.java
index e2a011fc0..3ccd4aed3 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Argument.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Argument.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.plot.PlotId;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Auto.java b/Core/src/main/java/com/plotsquared/core/command/Auto.java
index a1055f9fb..6cdbdf627 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Auto.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Auto.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.common.reflect.TypeToken;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Backup.java b/Core/src/main/java/com/plotsquared/core/command/Backup.java
index 241025352..5ba71cc03 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Backup.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Backup.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Biome.java b/Core/src/main/java/com/plotsquared/core/command/Biome.java
index 36792bcf1..de6c46fbb 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Biome.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Biome.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Buy.java b/Core/src/main/java/com/plotsquared/core/command/Buy.java
index 6efabe319..a4326112a 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Buy.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Buy.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Caps.java b/Core/src/main/java/com/plotsquared/core/command/Caps.java
index b7907dc28..9f495cd9c 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Caps.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Caps.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Chat.java b/Core/src/main/java/com/plotsquared/core/command/Chat.java
index 4670c29d0..e0f44813d 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Chat.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Chat.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Claim.java b/Core/src/main/java/com/plotsquared/core/command/Claim.java
index 68c01a7d8..50c6ebb6f 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Claim.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Claim.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Clear.java b/Core/src/main/java/com/plotsquared/core/command/Clear.java
index 1bd08050e..da40ef248 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Clear.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Clear.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Cluster.java b/Core/src/main/java/com/plotsquared/core/command/Cluster.java
index 949f60b10..4a4ae37f2 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Cluster.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Cluster.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/command/CmdConfirm.java b/Core/src/main/java/com/plotsquared/core/command/CmdConfirm.java
index d450a5866..3b91d7cf1 100644
--- a/Core/src/main/java/com/plotsquared/core/command/CmdConfirm.java
+++ b/Core/src/main/java/com/plotsquared/core/command/CmdConfirm.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/CmdInstance.java b/Core/src/main/java/com/plotsquared/core/command/CmdInstance.java
index f0fe30b96..b0a66685e 100644
--- a/Core/src/main/java/com/plotsquared/core/command/CmdInstance.java
+++ b/Core/src/main/java/com/plotsquared/core/command/CmdInstance.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
public class CmdInstance {
diff --git a/Core/src/main/java/com/plotsquared/core/command/Command.java b/Core/src/main/java/com/plotsquared/core/command/Command.java
index c40c37726..006b93433 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Command.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Command.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/CommandCaller.java b/Core/src/main/java/com/plotsquared/core/command/CommandCaller.java
index ddcfe502e..e2e804e68 100644
--- a/Core/src/main/java/com/plotsquared/core/command/CommandCaller.java
+++ b/Core/src/main/java/com/plotsquared/core/command/CommandCaller.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/CommandCategory.java b/Core/src/main/java/com/plotsquared/core/command/CommandCategory.java
index 2e7dc5ee2..5544edf6a 100644
--- a/Core/src/main/java/com/plotsquared/core/command/CommandCategory.java
+++ b/Core/src/main/java/com/plotsquared/core/command/CommandCategory.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/CommandDeclaration.java b/Core/src/main/java/com/plotsquared/core/command/CommandDeclaration.java
index 5b8b7d68d..8213300f9 100644
--- a/Core/src/main/java/com/plotsquared/core/command/CommandDeclaration.java
+++ b/Core/src/main/java/com/plotsquared/core/command/CommandDeclaration.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import java.lang.annotation.ElementType;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Comment.java b/Core/src/main/java/com/plotsquared/core/command/Comment.java
index 55b65b1b1..25766f3f0 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Comment.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Comment.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Condense.java b/Core/src/main/java/com/plotsquared/core/command/Condense.java
index 26ecfe24e..01891ca56 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Condense.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Condense.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Confirm.java b/Core/src/main/java/com/plotsquared/core/command/Confirm.java
index 039bbcf64..9ed7b7f35 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Confirm.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Confirm.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.Settings;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Continue.java b/Core/src/main/java/com/plotsquared/core/command/Continue.java
index 347969d99..49ffeca04 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Continue.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Continue.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Copy.java b/Core/src/main/java/com/plotsquared/core/command/Copy.java
index 969f7d720..64ae43b8a 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Copy.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Copy.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.permissions.Permission;
diff --git a/Core/src/main/java/com/plotsquared/core/command/CreateRoadSchematic.java b/Core/src/main/java/com/plotsquared/core/command/CreateRoadSchematic.java
index 3cd003ca1..da4d67b42 100644
--- a/Core/src/main/java/com/plotsquared/core/command/CreateRoadSchematic.java
+++ b/Core/src/main/java/com/plotsquared/core/command/CreateRoadSchematic.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/DatabaseCommand.java b/Core/src/main/java/com/plotsquared/core/command/DatabaseCommand.java
index 2e10b72ee..09382ca9a 100644
--- a/Core/src/main/java/com/plotsquared/core/command/DatabaseCommand.java
+++ b/Core/src/main/java/com/plotsquared/core/command/DatabaseCommand.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Debug.java b/Core/src/main/java/com/plotsquared/core/command/Debug.java
index 8d06cf640..67eb61d3f 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Debug.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Debug.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/DebugAllowUnsafe.java b/Core/src/main/java/com/plotsquared/core/command/DebugAllowUnsafe.java
index 07f8a92c3..08948bc29 100644
--- a/Core/src/main/java/com/plotsquared/core/command/DebugAllowUnsafe.java
+++ b/Core/src/main/java/com/plotsquared/core/command/DebugAllowUnsafe.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/DebugExec.java b/Core/src/main/java/com/plotsquared/core/command/DebugExec.java
index ee96594a5..c7fff2776 100644
--- a/Core/src/main/java/com/plotsquared/core/command/DebugExec.java
+++ b/Core/src/main/java/com/plotsquared/core/command/DebugExec.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.common.io.Files;
diff --git a/Core/src/main/java/com/plotsquared/core/command/DebugImportWorlds.java b/Core/src/main/java/com/plotsquared/core/command/DebugImportWorlds.java
index 82a465697..22282d5e5 100644
--- a/Core/src/main/java/com/plotsquared/core/command/DebugImportWorlds.java
+++ b/Core/src/main/java/com/plotsquared/core/command/DebugImportWorlds.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.common.base.Charsets;
diff --git a/Core/src/main/java/com/plotsquared/core/command/DebugLoadTest.java b/Core/src/main/java/com/plotsquared/core/command/DebugLoadTest.java
index 4bfd67708..00aa27558 100644
--- a/Core/src/main/java/com/plotsquared/core/command/DebugLoadTest.java
+++ b/Core/src/main/java/com/plotsquared/core/command/DebugLoadTest.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/command/DebugPaste.java b/Core/src/main/java/com/plotsquared/core/command/DebugPaste.java
index 9dc44bf00..7d67e2b29 100644
--- a/Core/src/main/java/com/plotsquared/core/command/DebugPaste.java
+++ b/Core/src/main/java/com/plotsquared/core/command/DebugPaste.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.gson.JsonObject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/DebugRoadRegen.java b/Core/src/main/java/com/plotsquared/core/command/DebugRoadRegen.java
index bf553283b..d95bbff35 100644
--- a/Core/src/main/java/com/plotsquared/core/command/DebugRoadRegen.java
+++ b/Core/src/main/java/com/plotsquared/core/command/DebugRoadRegen.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/DebugSaveTest.java b/Core/src/main/java/com/plotsquared/core/command/DebugSaveTest.java
index 8001f565e..1274fb531 100644
--- a/Core/src/main/java/com/plotsquared/core/command/DebugSaveTest.java
+++ b/Core/src/main/java/com/plotsquared/core/command/DebugSaveTest.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Delete.java b/Core/src/main/java/com/plotsquared/core/command/Delete.java
index d26eb8dc4..8bd023ef8 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Delete.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Delete.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Deny.java b/Core/src/main/java/com/plotsquared/core/command/Deny.java
index e5420b9b4..cfe357c42 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Deny.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Deny.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Desc.java b/Core/src/main/java/com/plotsquared/core/command/Desc.java
index 2ad3fd752..24d3f165a 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Desc.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Desc.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Dislike.java b/Core/src/main/java/com/plotsquared/core/command/Dislike.java
index 76a90e290..3e4db188c 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Dislike.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Dislike.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Done.java b/Core/src/main/java/com/plotsquared/core/command/Done.java
index 4cc2e4afe..ab38a329b 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Done.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Done.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Download.java b/Core/src/main/java/com/plotsquared/core/command/Download.java
index b45d719e4..b83eb4703 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Download.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Download.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/FlagCommand.java b/Core/src/main/java/com/plotsquared/core/command/FlagCommand.java
index 26120dec1..b383a0db9 100644
--- a/Core/src/main/java/com/plotsquared/core/command/FlagCommand.java
+++ b/Core/src/main/java/com/plotsquared/core/command/FlagCommand.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Grant.java b/Core/src/main/java/com/plotsquared/core/command/Grant.java
index 00951a2e0..a40c45ca8 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Grant.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Grant.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.common.primitives.Ints;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Help.java b/Core/src/main/java/com/plotsquared/core/command/Help.java
index 0996582f1..8ec4f7e40 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Help.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Help.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.StaticCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/HomeCommand.java b/Core/src/main/java/com/plotsquared/core/command/HomeCommand.java
index c55f3abce..70058cf09 100644
--- a/Core/src/main/java/com/plotsquared/core/command/HomeCommand.java
+++ b/Core/src/main/java/com/plotsquared/core/command/HomeCommand.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Inbox.java b/Core/src/main/java/com/plotsquared/core/command/Inbox.java
index 9d36f36c5..b722c2caa 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Inbox.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Inbox.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.TypeLiteral;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Info.java b/Core/src/main/java/com/plotsquared/core/command/Info.java
index a2cccd0c0..dde661891 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Info.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Info.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.permissions.Permission;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Kick.java b/Core/src/main/java/com/plotsquared/core/command/Kick.java
index 799df3029..11fb6352e 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Kick.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Kick.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Leave.java b/Core/src/main/java/com/plotsquared/core/command/Leave.java
index 643fb20f3..7afa25ff7 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Leave.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Leave.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Like.java b/Core/src/main/java/com/plotsquared/core/command/Like.java
index 265a3f252..199bd09e3 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Like.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Like.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/ListCmd.java b/Core/src/main/java/com/plotsquared/core/command/ListCmd.java
index 803481e83..a396b010e 100644
--- a/Core/src/main/java/com/plotsquared/core/command/ListCmd.java
+++ b/Core/src/main/java/com/plotsquared/core/command/ListCmd.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Load.java b/Core/src/main/java/com/plotsquared/core/command/Load.java
index 5c4c91878..585a41234 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Load.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Load.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/MainCommand.java b/Core/src/main/java/com/plotsquared/core/command/MainCommand.java
index aa1cec435..b90588562 100644
--- a/Core/src/main/java/com/plotsquared/core/command/MainCommand.java
+++ b/Core/src/main/java/com/plotsquared/core/command/MainCommand.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Injector;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Merge.java b/Core/src/main/java/com/plotsquared/core/command/Merge.java
index 18e232024..cbc59fc8f 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Merge.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Merge.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Middle.java b/Core/src/main/java/com/plotsquared/core/command/Middle.java
index 989faa47d..a8342c6df 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Middle.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Middle.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Move.java b/Core/src/main/java/com/plotsquared/core/command/Move.java
index 564a2dac3..e4c2a64d3 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Move.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Move.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Music.java b/Core/src/main/java/com/plotsquared/core/command/Music.java
index 5fb78f888..ffab80dcf 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Music.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Music.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Near.java b/Core/src/main/java/com/plotsquared/core/command/Near.java
index 928640f18..e14b14ddc 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Near.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Near.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Owner.java b/Core/src/main/java/com/plotsquared/core/command/Owner.java
index e6f954d7c..c29034584 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Owner.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Owner.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java b/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java
index 1a7fc50df..695b045f6 100644
--- a/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java
+++ b/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Purge.java b/Core/src/main/java/com/plotsquared/core/command/Purge.java
index b2c50d1f4..2d75807b8 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Purge.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Purge.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Rate.java b/Core/src/main/java/com/plotsquared/core/command/Rate.java
index 9d4286dd6..035ed41d3 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Rate.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Rate.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/RegenAllRoads.java b/Core/src/main/java/com/plotsquared/core/command/RegenAllRoads.java
index bf84f4524..1583e19d2 100644
--- a/Core/src/main/java/com/plotsquared/core/command/RegenAllRoads.java
+++ b/Core/src/main/java/com/plotsquared/core/command/RegenAllRoads.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Relight.java b/Core/src/main/java/com/plotsquared/core/command/Relight.java
index c6e891e4b..184a99571 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Relight.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Relight.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Reload.java b/Core/src/main/java/com/plotsquared/core/command/Reload.java
index 9bc0fb071..1d4e1298d 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Reload.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Reload.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Remove.java b/Core/src/main/java/com/plotsquared/core/command/Remove.java
index 8a56fcf31..aeee2a30d 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Remove.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Remove.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/RequiredType.java b/Core/src/main/java/com/plotsquared/core/command/RequiredType.java
index 8ee8aed2a..e09866aca 100644
--- a/Core/src/main/java/com/plotsquared/core/command/RequiredType.java
+++ b/Core/src/main/java/com/plotsquared/core/command/RequiredType.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Save.java b/Core/src/main/java/com/plotsquared/core/command/Save.java
index d98cf9744..636096943 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Save.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Save.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/SchematicCmd.java b/Core/src/main/java/com/plotsquared/core/command/SchematicCmd.java
index 3737ad407..2146c81ab 100644
--- a/Core/src/main/java/com/plotsquared/core/command/SchematicCmd.java
+++ b/Core/src/main/java/com/plotsquared/core/command/SchematicCmd.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.common.collect.Lists;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Set.java b/Core/src/main/java/com/plotsquared/core/command/Set.java
index cf018dcbf..11015b70d 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Set.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Set.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/SetCommand.java b/Core/src/main/java/com/plotsquared/core/command/SetCommand.java
index adf60f645..025baee87 100644
--- a/Core/src/main/java/com/plotsquared/core/command/SetCommand.java
+++ b/Core/src/main/java/com/plotsquared/core/command/SetCommand.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/SetHome.java b/Core/src/main/java/com/plotsquared/core/command/SetHome.java
index e1b811654..95940ea39 100644
--- a/Core/src/main/java/com/plotsquared/core/command/SetHome.java
+++ b/Core/src/main/java/com/plotsquared/core/command/SetHome.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Setup.java b/Core/src/main/java/com/plotsquared/core/command/Setup.java
index 950450775..eb870880b 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Setup.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Setup.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/SubCommand.java b/Core/src/main/java/com/plotsquared/core/command/SubCommand.java
index 3920229c7..7b6768270 100644
--- a/Core/src/main/java/com/plotsquared/core/command/SubCommand.java
+++ b/Core/src/main/java/com/plotsquared/core/command/SubCommand.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Swap.java b/Core/src/main/java/com/plotsquared/core/command/Swap.java
index 86883a6d0..6bb379c6c 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Swap.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Swap.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.permissions.Permission;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Target.java b/Core/src/main/java/com/plotsquared/core/command/Target.java
index f34aa87e1..eccb5056a 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Target.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Target.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Template.java b/Core/src/main/java/com/plotsquared/core/command/Template.java
index 5bb1dcffe..a384c74ac 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Template.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Template.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Toggle.java b/Core/src/main/java/com/plotsquared/core/command/Toggle.java
index e9a434810..643d9e5a4 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Toggle.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Toggle.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Trim.java b/Core/src/main/java/com/plotsquared/core/command/Trim.java
index 3111ef7c1..7116f588c 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Trim.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Trim.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Trust.java b/Core/src/main/java/com/plotsquared/core/command/Trust.java
index 506b21d77..965315f5a 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Trust.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Trust.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Unlink.java b/Core/src/main/java/com/plotsquared/core/command/Unlink.java
index d0e28012e..1ee3fe370 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Unlink.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Unlink.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/Visit.java b/Core/src/main/java/com/plotsquared/core/command/Visit.java
index 89647a8b1..b75182ee0 100644
--- a/Core/src/main/java/com/plotsquared/core/command/Visit.java
+++ b/Core/src/main/java/com/plotsquared/core/command/Visit.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/command/WE_Anywhere.java b/Core/src/main/java/com/plotsquared/core/command/WE_Anywhere.java
index 2cc6fd7e9..110a67cdc 100644
--- a/Core/src/main/java/com/plotsquared/core/command/WE_Anywhere.java
+++ b/Core/src/main/java/com/plotsquared/core/command/WE_Anywhere.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.command;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/components/ComponentCommand.java b/Core/src/main/java/com/plotsquared/core/components/ComponentCommand.java
index 01aefd096..c2f45b58e 100644
--- a/Core/src/main/java/com/plotsquared/core/components/ComponentCommand.java
+++ b/Core/src/main/java/com/plotsquared/core/components/ComponentCommand.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.components;
import com.plotsquared.core.command.CommandCategory;
diff --git a/Core/src/main/java/com/plotsquared/core/components/ComponentPreset.java b/Core/src/main/java/com/plotsquared/core/components/ComponentPreset.java
index fa278466d..298d122a2 100644
--- a/Core/src/main/java/com/plotsquared/core/components/ComponentPreset.java
+++ b/Core/src/main/java/com/plotsquared/core/components/ComponentPreset.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.components;
import com.plotsquared.core.configuration.serialization.ConfigurationSerializable;
diff --git a/Core/src/main/java/com/plotsquared/core/components/ComponentPresetManager.java b/Core/src/main/java/com/plotsquared/core/components/ComponentPresetManager.java
index 04877022f..e775892da 100644
--- a/Core/src/main/java/com/plotsquared/core/components/ComponentPresetManager.java
+++ b/Core/src/main/java/com/plotsquared/core/components/ComponentPresetManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.components;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Config.java b/Core/src/main/java/com/plotsquared/core/configuration/Config.java
index 70439d2a7..7ae47fab6 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/Config.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/Config.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration;
import com.plotsquared.core.configuration.Settings.Enabled_Components;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Configuration.java b/Core/src/main/java/com/plotsquared/core/configuration/Configuration.java
index 2db9acb30..207262133 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/Configuration.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/Configuration.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration;
import java.util.Map;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationNode.java b/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationNode.java
index e8c8bc355..71d9399c0 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationNode.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationNode.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration;
import com.plotsquared.core.plot.BlockBucket;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationOptions.java b/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationOptions.java
index 1c6a0db9f..b7f4c457a 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationOptions.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationOptions.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration;
/**
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationSection.java b/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationSection.java
index 2f319d08f..8cc73f860 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationSection.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationSection.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration;
import java.util.List;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationUtil.java b/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationUtil.java
index 5cb0effb4..2e2444bbc 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/ConfigurationUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration;
import com.plotsquared.core.plot.BlockBucket;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/InvalidConfigurationException.java b/Core/src/main/java/com/plotsquared/core/configuration/InvalidConfigurationException.java
index 5044cd31b..5b87b8e18 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/InvalidConfigurationException.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/InvalidConfigurationException.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration;
/**
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/MemoryConfiguration.java b/Core/src/main/java/com/plotsquared/core/configuration/MemoryConfiguration.java
index 8c40407fb..0e1ac50e4 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/MemoryConfiguration.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/MemoryConfiguration.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration;
import java.util.Map;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/MemoryConfigurationOptions.java b/Core/src/main/java/com/plotsquared/core/configuration/MemoryConfigurationOptions.java
index 5b0712d0b..b0f0833cc 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/MemoryConfigurationOptions.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/MemoryConfigurationOptions.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration;
/**
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/MemorySection.java b/Core/src/main/java/com/plotsquared/core/configuration/MemorySection.java
index e5feb770f..561947288 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/MemorySection.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/MemorySection.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration;
import java.util.ArrayList;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java
index dd3f573c5..6c8b4cb58 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration;
import com.plotsquared.core.configuration.file.YamlConfiguration;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Storage.java b/Core/src/main/java/com/plotsquared/core/configuration/Storage.java
index 29e8a19f7..4a3bc2626 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/Storage.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/Storage.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration;
import java.io.File;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/Caption.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/Caption.java
index b2d5d7d1f..f826b7ed2 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/Caption.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/Caption.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import com.plotsquared.core.configuration.caption.LocaleHolder;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionHolder.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionHolder.java
index 9bd5c74d0..347c8e0fb 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionHolder.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionHolder.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
public class CaptionHolder {
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionLoader.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionLoader.java
index 187914013..0e2d65c7f 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionLoader.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionLoader.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import com.google.common.reflect.TypeToken;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionMap.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionMap.java
index e72a3fd7c..02538ce08 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionMap.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionMap.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionUtility.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionUtility.java
index dc0a5458d..22214266e 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionUtility.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/CaptionUtility.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/ChatFormatter.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/ChatFormatter.java
index b3b543fad..ab886af1d 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/ChatFormatter.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/ChatFormatter.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/DummyCaptionMap.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/DummyCaptionMap.java
index 2a361b472..4e6274fcc 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/DummyCaptionMap.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/DummyCaptionMap.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/LocaleHolder.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/LocaleHolder.java
index 62948635c..1974abdb8 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/LocaleHolder.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/LocaleHolder.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import com.plotsquared.core.player.ConsolePlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/LocalizedCaptionMap.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/LocalizedCaptionMap.java
index 51dfbdc2c..8412e21c9 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/LocalizedCaptionMap.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/LocalizedCaptionMap.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import com.google.common.collect.ImmutableMap;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/NamespacedCaption.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/NamespacedCaption.java
index 11bd17cbc..28167bf73 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/NamespacedCaption.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/NamespacedCaption.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/PerUserLocaleCaptionMap.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/PerUserLocaleCaptionMap.java
index 0c63b59b8..83e2814cc 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/PerUserLocaleCaptionMap.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/PerUserLocaleCaptionMap.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/PlotSquaredChatFormatter.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/PlotSquaredChatFormatter.java
index e6a499784..0b677ad38 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/PlotSquaredChatFormatter.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/PlotSquaredChatFormatter.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/StaticCaption.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/StaticCaption.java
index d330479dc..cdc2cc309 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/StaticCaption.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/StaticCaption.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import com.google.common.base.Preconditions;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/Templates.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/Templates.java
index 1677dfe8e..0fe96f0bd 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/Templates.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/Templates.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import com.plotsquared.core.plot.PlotArea;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/caption/TranslatableCaption.java b/Core/src/main/java/com/plotsquared/core/configuration/caption/TranslatableCaption.java
index 9eb6a43a7..a31a5df46 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/caption/TranslatableCaption.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/caption/TranslatableCaption.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.caption;
import com.google.common.base.Objects;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/file/FileConfiguration.java b/Core/src/main/java/com/plotsquared/core/configuration/file/FileConfiguration.java
index 14b16ca47..6fe3881ae 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/file/FileConfiguration.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/file/FileConfiguration.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.file;
import com.plotsquared.core.configuration.Configuration;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/file/FileConfigurationOptions.java b/Core/src/main/java/com/plotsquared/core/configuration/file/FileConfigurationOptions.java
index 4160b5709..47a2e10d5 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/file/FileConfigurationOptions.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/file/FileConfigurationOptions.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.file;
import com.plotsquared.core.configuration.Configuration;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/file/YamlConfiguration.java b/Core/src/main/java/com/plotsquared/core/configuration/file/YamlConfiguration.java
index 09c37d869..3dd6c31c5 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/file/YamlConfiguration.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/file/YamlConfiguration.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.file;
import com.plotsquared.core.configuration.Configuration;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/file/YamlConfigurationOptions.java b/Core/src/main/java/com/plotsquared/core/configuration/file/YamlConfigurationOptions.java
index 4b288f80d..58f111d4d 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/file/YamlConfigurationOptions.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/file/YamlConfigurationOptions.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.file;
/**
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/file/YamlConstructor.java b/Core/src/main/java/com/plotsquared/core/configuration/file/YamlConstructor.java
index 84cf36b6d..55642ea97 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/file/YamlConstructor.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/file/YamlConstructor.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.file;
import com.plotsquared.core.configuration.serialization.ConfigurationSerialization;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/file/YamlRepresenter.java b/Core/src/main/java/com/plotsquared/core/configuration/file/YamlRepresenter.java
index 42f3c3146..6e7c6fc94 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/file/YamlRepresenter.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/file/YamlRepresenter.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.file;
import com.plotsquared.core.configuration.ConfigurationSection;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/serialization/ConfigurationSerializable.java b/Core/src/main/java/com/plotsquared/core/configuration/serialization/ConfigurationSerializable.java
index 16f5f3868..780943325 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/serialization/ConfigurationSerializable.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/serialization/ConfigurationSerializable.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.serialization;
import java.util.Map;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/serialization/ConfigurationSerialization.java b/Core/src/main/java/com/plotsquared/core/configuration/serialization/ConfigurationSerialization.java
index 4431a41a4..9ce425a8e 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/serialization/ConfigurationSerialization.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/serialization/ConfigurationSerialization.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.serialization;
import com.plotsquared.core.configuration.Configuration;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/serialization/DelegateDeserialization.java b/Core/src/main/java/com/plotsquared/core/configuration/serialization/DelegateDeserialization.java
index a9da039bf..d53a56245 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/serialization/DelegateDeserialization.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/serialization/DelegateDeserialization.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.serialization;
import java.lang.annotation.ElementType;
diff --git a/Core/src/main/java/com/plotsquared/core/configuration/serialization/SerializableAs.java b/Core/src/main/java/com/plotsquared/core/configuration/serialization/SerializableAs.java
index db4726d0f..1b27fa764 100644
--- a/Core/src/main/java/com/plotsquared/core/configuration/serialization/SerializableAs.java
+++ b/Core/src/main/java/com/plotsquared/core/configuration/serialization/SerializableAs.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.configuration.serialization;
import java.lang.annotation.ElementType;
diff --git a/Core/src/main/java/com/plotsquared/core/database/AbstractDB.java b/Core/src/main/java/com/plotsquared/core/database/AbstractDB.java
index b0d295f3f..1ba59ecdd 100644
--- a/Core/src/main/java/com/plotsquared/core/database/AbstractDB.java
+++ b/Core/src/main/java/com/plotsquared/core/database/AbstractDB.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.database;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/database/DBFunc.java b/Core/src/main/java/com/plotsquared/core/database/DBFunc.java
index 86173a6c9..501da4284 100644
--- a/Core/src/main/java/com/plotsquared/core/database/DBFunc.java
+++ b/Core/src/main/java/com/plotsquared/core/database/DBFunc.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.database;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/database/Database.java b/Core/src/main/java/com/plotsquared/core/database/Database.java
index ce2a6194c..ff56af689 100644
--- a/Core/src/main/java/com/plotsquared/core/database/Database.java
+++ b/Core/src/main/java/com/plotsquared/core/database/Database.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.database;
import java.sql.Connection;
diff --git a/Core/src/main/java/com/plotsquared/core/database/MySQL.java b/Core/src/main/java/com/plotsquared/core/database/MySQL.java
index 788a66224..5c10c6bd5 100644
--- a/Core/src/main/java/com/plotsquared/core/database/MySQL.java
+++ b/Core/src/main/java/com/plotsquared/core/database/MySQL.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.database;
import com.plotsquared.core.configuration.Storage;
diff --git a/Core/src/main/java/com/plotsquared/core/database/SQLManager.java b/Core/src/main/java/com/plotsquared/core/database/SQLManager.java
index a1471dfd3..a17781d6c 100644
--- a/Core/src/main/java/com/plotsquared/core/database/SQLManager.java
+++ b/Core/src/main/java/com/plotsquared/core/database/SQLManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.database;
import com.google.common.base.Charsets;
diff --git a/Core/src/main/java/com/plotsquared/core/database/SQLite.java b/Core/src/main/java/com/plotsquared/core/database/SQLite.java
index 4560728a8..a315949fb 100644
--- a/Core/src/main/java/com/plotsquared/core/database/SQLite.java
+++ b/Core/src/main/java/com/plotsquared/core/database/SQLite.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.database;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/database/StmtMod.java b/Core/src/main/java/com/plotsquared/core/database/StmtMod.java
index 011b6acec..83b707e27 100644
--- a/Core/src/main/java/com/plotsquared/core/database/StmtMod.java
+++ b/Core/src/main/java/com/plotsquared/core/database/StmtMod.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.database;
import com.plotsquared.core.util.StringMan;
diff --git a/Core/src/main/java/com/plotsquared/core/events/CancellablePlotEvent.java b/Core/src/main/java/com/plotsquared/core/events/CancellablePlotEvent.java
index 0e51d8e20..2ece5b574 100644
--- a/Core/src/main/java/com/plotsquared/core/events/CancellablePlotEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/CancellablePlotEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
/**
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlayerAutoPlotEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlayerAutoPlotEvent.java
index 983f1328f..b397321bb 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlayerAutoPlotEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlayerAutoPlotEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.command.Claim;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlayerClaimPlotEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlayerClaimPlotEvent.java
index e18d5da4f..518d79e5b 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlayerClaimPlotEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlayerClaimPlotEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.command.Claim;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlayerEnterPlotEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlayerEnterPlotEvent.java
index c7ff5c6ec..cb16e2ded 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlayerEnterPlotEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlayerEnterPlotEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlayerLeavePlotEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlayerLeavePlotEvent.java
index d720e4900..1d7a34619 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlayerLeavePlotEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlayerLeavePlotEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlayerPlotDeniedEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlayerPlotDeniedEvent.java
index 9b1b2993a..1a982313b 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlayerPlotDeniedEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlayerPlotDeniedEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlayerPlotHelperEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlayerPlotHelperEvent.java
index dfce59719..4858f7484 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlayerPlotHelperEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlayerPlotHelperEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlayerPlotTrustedEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlayerPlotTrustedEvent.java
index d859cff5c..e9bf0cb31 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlayerPlotTrustedEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlayerPlotTrustedEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlayerTeleportToPlotEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlayerTeleportToPlotEvent.java
index baac1e8c3..6d23706e3 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlayerTeleportToPlotEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlayerTeleportToPlotEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.location.Location;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotAutoMergeEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotAutoMergeEvent.java
index 3f9e769ff..d41115df8 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotAutoMergeEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotAutoMergeEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotChangeOwnerEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotChangeOwnerEvent.java
index 1549ca6d1..bb934abcd 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotChangeOwnerEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotChangeOwnerEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotClearEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotClearEvent.java
index 4ef667601..482cc1781 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotClearEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotClearEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotComponentSetEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotComponentSetEvent.java
index dcdd2c5de..1d25e6751 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotComponentSetEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotComponentSetEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotDeleteEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotDeleteEvent.java
index cd6c6713e..5b37111d5 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotDeleteEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotDeleteEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotDoneEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotDoneEvent.java
index 22b60b025..fd873dd61 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotDoneEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotDoneEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotEvent.java
index 14c7c133d..3f9bb1e87 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotFlagAddEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotFlagAddEvent.java
index 21dc8fe14..68c3f2e4b 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotFlagAddEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotFlagAddEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotFlagEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotFlagEvent.java
index fb6f77500..6d222ee97 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotFlagEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotFlagEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotFlagRemoveEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotFlagRemoveEvent.java
index a898fcde7..968d80eee 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotFlagRemoveEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotFlagRemoveEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotMergeEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotMergeEvent.java
index 4638020f1..36e70328a 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotMergeEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotMergeEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.location.Direction;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotPlayerEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotPlayerEvent.java
index 0bdc27c33..cb34a6403 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotPlayerEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotPlayerEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotRateEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotRateEvent.java
index 35a547057..047ee5d8a 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotRateEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotRateEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/events/PlotUnlinkEvent.java b/Core/src/main/java/com/plotsquared/core/events/PlotUnlinkEvent.java
index 53c700135..4065773d7 100644
--- a/Core/src/main/java/com/plotsquared/core/events/PlotUnlinkEvent.java
+++ b/Core/src/main/java/com/plotsquared/core/events/PlotUnlinkEvent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/events/Result.java b/Core/src/main/java/com/plotsquared/core/events/Result.java
index 50a6d8a8b..cfabc02c0 100644
--- a/Core/src/main/java/com/plotsquared/core/events/Result.java
+++ b/Core/src/main/java/com/plotsquared/core/events/Result.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
import java.util.HashMap;
diff --git a/Core/src/main/java/com/plotsquared/core/events/TeleportCause.java b/Core/src/main/java/com/plotsquared/core/events/TeleportCause.java
index ab80b99c8..33f103107 100644
--- a/Core/src/main/java/com/plotsquared/core/events/TeleportCause.java
+++ b/Core/src/main/java/com/plotsquared/core/events/TeleportCause.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.events;
public enum TeleportCause {
diff --git a/Core/src/main/java/com/plotsquared/core/generator/AugmentedUtils.java b/Core/src/main/java/com/plotsquared/core/generator/AugmentedUtils.java
index f02ddf229..f800d3c2c 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/AugmentedUtils.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/AugmentedUtils.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/ClassicPlotManager.java b/Core/src/main/java/com/plotsquared/core/generator/ClassicPlotManager.java
index 9c59875c5..ca8b5013a 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/ClassicPlotManager.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/ClassicPlotManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.plotsquared.core.configuration.Settings;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/ClassicPlotManagerComponent.java b/Core/src/main/java/com/plotsquared/core/generator/ClassicPlotManagerComponent.java
index 7620e0b6d..08288df67 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/ClassicPlotManagerComponent.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/ClassicPlotManagerComponent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/ClassicPlotWorld.java b/Core/src/main/java/com/plotsquared/core/generator/ClassicPlotWorld.java
index dd7ace66a..cffc9c4f7 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/ClassicPlotWorld.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/ClassicPlotWorld.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.plotsquared.core.configuration.ConfigurationNode;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/GeneratorWrapper.java b/Core/src/main/java/com/plotsquared/core/generator/GeneratorWrapper.java
index 82fa1f2be..191460b80 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/GeneratorWrapper.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/GeneratorWrapper.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.plotsquared.core.plot.PlotArea;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/GridPlotManager.java b/Core/src/main/java/com/plotsquared/core/generator/GridPlotManager.java
index 6e0ca22a9..7d088b3c2 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/GridPlotManager.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/GridPlotManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.plotsquared.core.plot.PlotArea;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/GridPlotWorld.java b/Core/src/main/java/com/plotsquared/core/generator/GridPlotWorld.java
index dd2f1b6a6..8a0fda080 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/GridPlotWorld.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/GridPlotWorld.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.plotsquared.core.configuration.file.YamlConfiguration;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/HybridGen.java b/Core/src/main/java/com/plotsquared/core/generator/HybridGen.java
index 080a85f51..dd3730b20 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/HybridGen.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/HybridGen.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.google.common.base.Preconditions;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/HybridPlotManager.java b/Core/src/main/java/com/plotsquared/core/generator/HybridPlotManager.java
index 4d5cc903a..95d330057 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/HybridPlotManager.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/HybridPlotManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.google.common.collect.Sets;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/HybridPlotWorld.java b/Core/src/main/java/com/plotsquared/core/generator/HybridPlotWorld.java
index 289f09f2a..cff9f47d9 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/HybridPlotWorld.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/HybridPlotWorld.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.google.inject.assistedinject.Assisted;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/HybridUtils.java b/Core/src/main/java/com/plotsquared/core/generator/HybridUtils.java
index 38dc7ccb7..0384f12ae 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/HybridUtils.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/HybridUtils.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/IndependentPlotGenerator.java b/Core/src/main/java/com/plotsquared/core/generator/IndependentPlotGenerator.java
index dbaac5e41..5baf54822 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/IndependentPlotGenerator.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/IndependentPlotGenerator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/SingleWorldGenerator.java b/Core/src/main/java/com/plotsquared/core/generator/SingleWorldGenerator.java
index 1761d30a5..7f7f351d2 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/SingleWorldGenerator.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/SingleWorldGenerator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/SquarePlotManager.java b/Core/src/main/java/com/plotsquared/core/generator/SquarePlotManager.java
index bd1d49551..54104cae5 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/SquarePlotManager.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/SquarePlotManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.plotsquared.core.location.Direction;
diff --git a/Core/src/main/java/com/plotsquared/core/generator/SquarePlotWorld.java b/Core/src/main/java/com/plotsquared/core/generator/SquarePlotWorld.java
index 95597aa7b..cf44fc2d3 100644
--- a/Core/src/main/java/com/plotsquared/core/generator/SquarePlotWorld.java
+++ b/Core/src/main/java/com/plotsquared/core/generator/SquarePlotWorld.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.generator;
import com.plotsquared.core.configuration.ConfigurationSection;
diff --git a/Core/src/main/java/com/plotsquared/core/inject/annotations/BackgroundPipeline.java b/Core/src/main/java/com/plotsquared/core/inject/annotations/BackgroundPipeline.java
index 33960cb33..a5fdfc228 100644
--- a/Core/src/main/java/com/plotsquared/core/inject/annotations/BackgroundPipeline.java
+++ b/Core/src/main/java/com/plotsquared/core/inject/annotations/BackgroundPipeline.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.inject.annotations;
import com.google.inject.BindingAnnotation;
diff --git a/Core/src/main/java/com/plotsquared/core/inject/annotations/ConfigFile.java b/Core/src/main/java/com/plotsquared/core/inject/annotations/ConfigFile.java
index 8e07135bd..bdcd123b1 100644
--- a/Core/src/main/java/com/plotsquared/core/inject/annotations/ConfigFile.java
+++ b/Core/src/main/java/com/plotsquared/core/inject/annotations/ConfigFile.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.inject.annotations;
import com.google.inject.BindingAnnotation;
diff --git a/Core/src/main/java/com/plotsquared/core/inject/annotations/ConsoleActor.java b/Core/src/main/java/com/plotsquared/core/inject/annotations/ConsoleActor.java
index db7361c7f..692adc964 100644
--- a/Core/src/main/java/com/plotsquared/core/inject/annotations/ConsoleActor.java
+++ b/Core/src/main/java/com/plotsquared/core/inject/annotations/ConsoleActor.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.inject.annotations;
import com.google.inject.BindingAnnotation;
diff --git a/Core/src/main/java/com/plotsquared/core/inject/annotations/DefaultGenerator.java b/Core/src/main/java/com/plotsquared/core/inject/annotations/DefaultGenerator.java
index 5130b031c..7a0923106 100644
--- a/Core/src/main/java/com/plotsquared/core/inject/annotations/DefaultGenerator.java
+++ b/Core/src/main/java/com/plotsquared/core/inject/annotations/DefaultGenerator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.inject.annotations;
import com.google.inject.BindingAnnotation;
diff --git a/Core/src/main/java/com/plotsquared/core/inject/annotations/ImpromptuPipeline.java b/Core/src/main/java/com/plotsquared/core/inject/annotations/ImpromptuPipeline.java
index 5458e7547..a921cfb97 100644
--- a/Core/src/main/java/com/plotsquared/core/inject/annotations/ImpromptuPipeline.java
+++ b/Core/src/main/java/com/plotsquared/core/inject/annotations/ImpromptuPipeline.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.inject.annotations;
import com.google.inject.BindingAnnotation;
diff --git a/Core/src/main/java/com/plotsquared/core/inject/annotations/WorldConfig.java b/Core/src/main/java/com/plotsquared/core/inject/annotations/WorldConfig.java
index 1a0b31ad9..35a718678 100644
--- a/Core/src/main/java/com/plotsquared/core/inject/annotations/WorldConfig.java
+++ b/Core/src/main/java/com/plotsquared/core/inject/annotations/WorldConfig.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.inject.annotations;
import com.google.inject.BindingAnnotation;
diff --git a/Core/src/main/java/com/plotsquared/core/inject/annotations/WorldFile.java b/Core/src/main/java/com/plotsquared/core/inject/annotations/WorldFile.java
index 5de6bd6d3..d56d6bac4 100644
--- a/Core/src/main/java/com/plotsquared/core/inject/annotations/WorldFile.java
+++ b/Core/src/main/java/com/plotsquared/core/inject/annotations/WorldFile.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.inject.annotations;
import com.google.inject.BindingAnnotation;
diff --git a/Core/src/main/java/com/plotsquared/core/inject/factory/ChunkCoordinatorBuilderFactory.java b/Core/src/main/java/com/plotsquared/core/inject/factory/ChunkCoordinatorBuilderFactory.java
index e679cc829..95d9ce52b 100644
--- a/Core/src/main/java/com/plotsquared/core/inject/factory/ChunkCoordinatorBuilderFactory.java
+++ b/Core/src/main/java/com/plotsquared/core/inject/factory/ChunkCoordinatorBuilderFactory.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.inject.factory;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/inject/factory/ChunkCoordinatorFactory.java b/Core/src/main/java/com/plotsquared/core/inject/factory/ChunkCoordinatorFactory.java
index 285066eb7..cda2e8e34 100644
--- a/Core/src/main/java/com/plotsquared/core/inject/factory/ChunkCoordinatorFactory.java
+++ b/Core/src/main/java/com/plotsquared/core/inject/factory/ChunkCoordinatorFactory.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.inject.factory;
import com.plotsquared.core.queue.ChunkCoordinator;
diff --git a/Core/src/main/java/com/plotsquared/core/inject/factory/HybridPlotWorldFactory.java b/Core/src/main/java/com/plotsquared/core/inject/factory/HybridPlotWorldFactory.java
index c5edadd32..4fde7bcbf 100644
--- a/Core/src/main/java/com/plotsquared/core/inject/factory/HybridPlotWorldFactory.java
+++ b/Core/src/main/java/com/plotsquared/core/inject/factory/HybridPlotWorldFactory.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.inject.factory;
import com.google.inject.assistedinject.Assisted;
diff --git a/Core/src/main/java/com/plotsquared/core/inject/factory/PlayerBackupProfileFactory.java b/Core/src/main/java/com/plotsquared/core/inject/factory/PlayerBackupProfileFactory.java
index 6750fccff..72a3adb20 100644
--- a/Core/src/main/java/com/plotsquared/core/inject/factory/PlayerBackupProfileFactory.java
+++ b/Core/src/main/java/com/plotsquared/core/inject/factory/PlayerBackupProfileFactory.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.inject.factory;
import com.plotsquared.core.backup.PlayerBackupProfile;
diff --git a/Core/src/main/java/com/plotsquared/core/inject/modules/PlotSquaredModule.java b/Core/src/main/java/com/plotsquared/core/inject/modules/PlotSquaredModule.java
index 79b081d5c..82c5549c3 100644
--- a/Core/src/main/java/com/plotsquared/core/inject/modules/PlotSquaredModule.java
+++ b/Core/src/main/java/com/plotsquared/core/inject/modules/PlotSquaredModule.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.inject.modules;
import com.google.inject.AbstractModule;
diff --git a/Core/src/main/java/com/plotsquared/core/listener/ExtentWrapper.java b/Core/src/main/java/com/plotsquared/core/listener/ExtentWrapper.java
index a95461727..85e8704fd 100644
--- a/Core/src/main/java/com/plotsquared/core/listener/ExtentWrapper.java
+++ b/Core/src/main/java/com/plotsquared/core/listener/ExtentWrapper.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.listener;
import com.sk89q.worldedit.extent.AbstractDelegateExtent;
diff --git a/Core/src/main/java/com/plotsquared/core/listener/PlayerBlockEventType.java b/Core/src/main/java/com/plotsquared/core/listener/PlayerBlockEventType.java
index f7974ea22..c31f0be29 100644
--- a/Core/src/main/java/com/plotsquared/core/listener/PlayerBlockEventType.java
+++ b/Core/src/main/java/com/plotsquared/core/listener/PlayerBlockEventType.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.listener;
public enum PlayerBlockEventType {
diff --git a/Core/src/main/java/com/plotsquared/core/listener/PlotListener.java b/Core/src/main/java/com/plotsquared/core/listener/PlotListener.java
index 6064598f5..71fe1e28b 100644
--- a/Core/src/main/java/com/plotsquared/core/listener/PlotListener.java
+++ b/Core/src/main/java/com/plotsquared/core/listener/PlotListener.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.listener;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/listener/ProcessedWEExtent.java b/Core/src/main/java/com/plotsquared/core/listener/ProcessedWEExtent.java
index 87e4697ab..58a302d42 100644
--- a/Core/src/main/java/com/plotsquared/core/listener/ProcessedWEExtent.java
+++ b/Core/src/main/java/com/plotsquared/core/listener/ProcessedWEExtent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.listener;
import com.plotsquared.core.configuration.Settings;
diff --git a/Core/src/main/java/com/plotsquared/core/listener/WEExtent.java b/Core/src/main/java/com/plotsquared/core/listener/WEExtent.java
index 8fafab407..eeca518a8 100644
--- a/Core/src/main/java/com/plotsquared/core/listener/WEExtent.java
+++ b/Core/src/main/java/com/plotsquared/core/listener/WEExtent.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.listener;
import com.plotsquared.core.util.WEManager;
diff --git a/Core/src/main/java/com/plotsquared/core/listener/WESubscriber.java b/Core/src/main/java/com/plotsquared/core/listener/WESubscriber.java
index da8581f89..c70a974b4 100644
--- a/Core/src/main/java/com/plotsquared/core/listener/WESubscriber.java
+++ b/Core/src/main/java/com/plotsquared/core/listener/WESubscriber.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.listener;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/location/BlockLoc.java b/Core/src/main/java/com/plotsquared/core/location/BlockLoc.java
index 88dc520d5..afe47a69d 100644
--- a/Core/src/main/java/com/plotsquared/core/location/BlockLoc.java
+++ b/Core/src/main/java/com/plotsquared/core/location/BlockLoc.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.location;
public class BlockLoc {
diff --git a/Core/src/main/java/com/plotsquared/core/location/ChunkWrapper.java b/Core/src/main/java/com/plotsquared/core/location/ChunkWrapper.java
index b9ba726e9..5861a8c52 100644
--- a/Core/src/main/java/com/plotsquared/core/location/ChunkWrapper.java
+++ b/Core/src/main/java/com/plotsquared/core/location/ChunkWrapper.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.location;
import com.plotsquared.core.util.MathMan;
diff --git a/Core/src/main/java/com/plotsquared/core/location/Direction.java b/Core/src/main/java/com/plotsquared/core/location/Direction.java
index f04bc2aa1..ad0741408 100644
--- a/Core/src/main/java/com/plotsquared/core/location/Direction.java
+++ b/Core/src/main/java/com/plotsquared/core/location/Direction.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.location;
public enum Direction {
diff --git a/Core/src/main/java/com/plotsquared/core/location/Location.java b/Core/src/main/java/com/plotsquared/core/location/Location.java
index 30cfa84fc..603fb621c 100644
--- a/Core/src/main/java/com/plotsquared/core/location/Location.java
+++ b/Core/src/main/java/com/plotsquared/core/location/Location.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.location;
import com.google.common.base.Objects;
diff --git a/Core/src/main/java/com/plotsquared/core/location/PlotLoc.java b/Core/src/main/java/com/plotsquared/core/location/PlotLoc.java
index 29231d8a6..be257ce2d 100644
--- a/Core/src/main/java/com/plotsquared/core/location/PlotLoc.java
+++ b/Core/src/main/java/com/plotsquared/core/location/PlotLoc.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.location;
import com.plotsquared.core.util.StringMan;
diff --git a/Core/src/main/java/com/plotsquared/core/location/World.java b/Core/src/main/java/com/plotsquared/core/location/World.java
index 9ffd5e1f2..4d7e97162 100644
--- a/Core/src/main/java/com/plotsquared/core/location/World.java
+++ b/Core/src/main/java/com/plotsquared/core/location/World.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.location;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/permissions/ConsolePermissionProfile.java b/Core/src/main/java/com/plotsquared/core/permissions/ConsolePermissionProfile.java
index 34906f0f8..41aea02e0 100644
--- a/Core/src/main/java/com/plotsquared/core/permissions/ConsolePermissionProfile.java
+++ b/Core/src/main/java/com/plotsquared/core/permissions/ConsolePermissionProfile.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.permissions;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/permissions/NullPermissionProfile.java b/Core/src/main/java/com/plotsquared/core/permissions/NullPermissionProfile.java
index 87c35a551..8f214e969 100644
--- a/Core/src/main/java/com/plotsquared/core/permissions/NullPermissionProfile.java
+++ b/Core/src/main/java/com/plotsquared/core/permissions/NullPermissionProfile.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.permissions;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/permissions/Permission.java b/Core/src/main/java/com/plotsquared/core/permissions/Permission.java
index a5e835990..27aa9fce8 100644
--- a/Core/src/main/java/com/plotsquared/core/permissions/Permission.java
+++ b/Core/src/main/java/com/plotsquared/core/permissions/Permission.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.permissions;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/permissions/PermissionHandler.java b/Core/src/main/java/com/plotsquared/core/permissions/PermissionHandler.java
index fc6f43eea..645669614 100644
--- a/Core/src/main/java/com/plotsquared/core/permissions/PermissionHandler.java
+++ b/Core/src/main/java/com/plotsquared/core/permissions/PermissionHandler.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.permissions;
import com.plotsquared.core.player.OfflinePlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/permissions/PermissionHolder.java b/Core/src/main/java/com/plotsquared/core/permissions/PermissionHolder.java
index a05cbdaf6..2f5aff9a9 100644
--- a/Core/src/main/java/com/plotsquared/core/permissions/PermissionHolder.java
+++ b/Core/src/main/java/com/plotsquared/core/permissions/PermissionHolder.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.permissions;
import com.plotsquared.core.configuration.Settings;
diff --git a/Core/src/main/java/com/plotsquared/core/permissions/PermissionProfile.java b/Core/src/main/java/com/plotsquared/core/permissions/PermissionProfile.java
index 9e21ee3b6..8bab5e1bd 100644
--- a/Core/src/main/java/com/plotsquared/core/permissions/PermissionProfile.java
+++ b/Core/src/main/java/com/plotsquared/core/permissions/PermissionProfile.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.permissions;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/player/ConsolePlayer.java b/Core/src/main/java/com/plotsquared/core/player/ConsolePlayer.java
index c71509add..e45566bd4 100644
--- a/Core/src/main/java/com/plotsquared/core/player/ConsolePlayer.java
+++ b/Core/src/main/java/com/plotsquared/core/player/ConsolePlayer.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.player;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/player/MetaDataAccess.java b/Core/src/main/java/com/plotsquared/core/player/MetaDataAccess.java
index 9f42270f8..b3267a971 100644
--- a/Core/src/main/java/com/plotsquared/core/player/MetaDataAccess.java
+++ b/Core/src/main/java/com/plotsquared/core/player/MetaDataAccess.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.player;
import com.plotsquared.core.synchronization.LockRepository;
diff --git a/Core/src/main/java/com/plotsquared/core/player/MetaDataKey.java b/Core/src/main/java/com/plotsquared/core/player/MetaDataKey.java
index c524b9c4d..d611196f2 100644
--- a/Core/src/main/java/com/plotsquared/core/player/MetaDataKey.java
+++ b/Core/src/main/java/com/plotsquared/core/player/MetaDataKey.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.player;
import com.google.common.base.Objects;
diff --git a/Core/src/main/java/com/plotsquared/core/player/OfflinePlotPlayer.java b/Core/src/main/java/com/plotsquared/core/player/OfflinePlotPlayer.java
index d1ff62c9b..7a75ac4be 100644
--- a/Core/src/main/java/com/plotsquared/core/player/OfflinePlotPlayer.java
+++ b/Core/src/main/java/com/plotsquared/core/player/OfflinePlotPlayer.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.player;
import com.plotsquared.core.permissions.PermissionHolder;
diff --git a/Core/src/main/java/com/plotsquared/core/player/PersistentMetaDataAccess.java b/Core/src/main/java/com/plotsquared/core/player/PersistentMetaDataAccess.java
index 7f54ae0e8..59ffa843d 100644
--- a/Core/src/main/java/com/plotsquared/core/player/PersistentMetaDataAccess.java
+++ b/Core/src/main/java/com/plotsquared/core/player/PersistentMetaDataAccess.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.player;
import com.plotsquared.core.synchronization.LockRepository;
diff --git a/Core/src/main/java/com/plotsquared/core/player/PlayerMetaDataKeys.java b/Core/src/main/java/com/plotsquared/core/player/PlayerMetaDataKeys.java
index 669193018..43fa20fdf 100644
--- a/Core/src/main/java/com/plotsquared/core/player/PlayerMetaDataKeys.java
+++ b/Core/src/main/java/com/plotsquared/core/player/PlayerMetaDataKeys.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.player;
import com.google.inject.TypeLiteral;
diff --git a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java
index 6861be1d7..5624f8ad8 100644
--- a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java
+++ b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.player;
import com.google.common.base.Objects;
diff --git a/Core/src/main/java/com/plotsquared/core/player/TemporaryMetaDataAccess.java b/Core/src/main/java/com/plotsquared/core/player/TemporaryMetaDataAccess.java
index e86c43e6d..52a9f5a3b 100644
--- a/Core/src/main/java/com/plotsquared/core/player/TemporaryMetaDataAccess.java
+++ b/Core/src/main/java/com/plotsquared/core/player/TemporaryMetaDataAccess.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.player;
import com.plotsquared.core.synchronization.LockRepository;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/BlockBucket.java b/Core/src/main/java/com/plotsquared/core/plot/BlockBucket.java
index d4951764d..027948fbe 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/BlockBucket.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/BlockBucket.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.google.common.collect.ImmutableMap;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/Plot.java b/Core/src/main/java/com/plotsquared/core/plot/Plot.java
index 53a034ee6..c2689461e 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/Plot.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/Plot.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.google.common.collect.ImmutableSet;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java
index 1f846ac71..93545c0b6 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.google.common.collect.ImmutableMap;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotAreaTerrainType.java b/Core/src/main/java/com/plotsquared/core/plot/PlotAreaTerrainType.java
index 3fe666e8a..b9971c054 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotAreaTerrainType.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotAreaTerrainType.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import java.util.Map;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotAreaType.java b/Core/src/main/java/com/plotsquared/core/plot/PlotAreaType.java
index 7d8f7d21f..f1471ea88 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotAreaType.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotAreaType.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotCluster.java b/Core/src/main/java/com/plotsquared/core/plot/PlotCluster.java
index 7d34eb88f..9821e590e 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotCluster.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotCluster.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotCommentContainer.java b/Core/src/main/java/com/plotsquared/core/plot/PlotCommentContainer.java
index 2604657a5..ecb73331f 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotCommentContainer.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotCommentContainer.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.plotsquared.core.plot.comment.PlotComment;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotHandler.java b/Core/src/main/java/com/plotsquared/core/plot/PlotHandler.java
index 9047ad4e0..37a916a3b 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotHandler.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotHandler.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import java.util.Set;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotId.java b/Core/src/main/java/com/plotsquared/core/plot/PlotId.java
index 554197862..98a18dfa7 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotId.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotId.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.plotsquared.core.location.Direction;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotInventory.java b/Core/src/main/java/com/plotsquared/core/plot/PlotInventory.java
index 6029f45d7..368b6922a 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotInventory.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotInventory.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.plotsquared.core.player.MetaDataAccess;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotItemStack.java b/Core/src/main/java/com/plotsquared/core/plot/PlotItemStack.java
index 86dda1e4c..1b42fa86f 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotItemStack.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotItemStack.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.sk89q.worldedit.world.block.BlockState;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotManager.java b/Core/src/main/java/com/plotsquared/core/plot/PlotManager.java
index d6a38cee5..21b810072 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotManager.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.plotsquared.core.command.Template;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotModificationManager.java b/Core/src/main/java/com/plotsquared/core/plot/PlotModificationManager.java
index cfc18ed86..cf56fe1a3 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotModificationManager.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotModificationManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotSettings.java b/Core/src/main/java/com/plotsquared/core/plot/PlotSettings.java
index 1c91aa3a5..4b7d4ff46 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotSettings.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotSettings.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.google.common.collect.ImmutableList;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotWeather.java b/Core/src/main/java/com/plotsquared/core/plot/PlotWeather.java
index cf750955b..9fda102f8 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotWeather.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotWeather.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
public enum PlotWeather {
diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotWorld.java b/Core/src/main/java/com/plotsquared/core/plot/PlotWorld.java
index 654dedc89..6f60add1f 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/PlotWorld.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/PlotWorld.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.plotsquared.core.location.Location;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/Rating.java b/Core/src/main/java/com/plotsquared/core/plot/Rating.java
index 0c8458cd0..902a4f7eb 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/Rating.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/Rating.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.plotsquared.core.configuration.Settings;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/comment/CommentInbox.java b/Core/src/main/java/com/plotsquared/core/plot/comment/CommentInbox.java
index ea0c17a1f..d8b8076cd 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/comment/CommentInbox.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/comment/CommentInbox.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.comment;
import com.plotsquared.core.database.DBFunc;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/comment/CommentManager.java b/Core/src/main/java/com/plotsquared/core/plot/comment/CommentManager.java
index 0fb1a0a92..28ecdba7b 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/comment/CommentManager.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/comment/CommentManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.comment;
import com.google.common.annotations.Beta;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/comment/InboxOwner.java b/Core/src/main/java/com/plotsquared/core/plot/comment/InboxOwner.java
index 46c505f26..66f78ca42 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/comment/InboxOwner.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/comment/InboxOwner.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.comment;
import com.plotsquared.core.database.DBFunc;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/comment/InboxPublic.java b/Core/src/main/java/com/plotsquared/core/plot/comment/InboxPublic.java
index 70e5d56e7..85bf63b4d 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/comment/InboxPublic.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/comment/InboxPublic.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.comment;
import com.plotsquared.core.database.DBFunc;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/comment/InboxReport.java b/Core/src/main/java/com/plotsquared/core/plot/comment/InboxReport.java
index f9c42fd0a..4cacf1dee 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/comment/InboxReport.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/comment/InboxReport.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.comment;
import com.plotsquared.core.database.DBFunc;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/comment/PlotComment.java b/Core/src/main/java/com/plotsquared/core/plot/comment/PlotComment.java
index ebeb63475..42256369d 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/comment/PlotComment.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/comment/PlotComment.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.comment;
import com.plotsquared.core.plot.PlotId;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/expiration/ExpireManager.java b/Core/src/main/java/com/plotsquared/core/plot/expiration/ExpireManager.java
index 2bb550744..65e9c876c 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/expiration/ExpireManager.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/expiration/ExpireManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.expiration;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/expiration/ExpiryTask.java b/Core/src/main/java/com/plotsquared/core/plot/expiration/ExpiryTask.java
index 7afc0c187..e8565d90c 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/expiration/ExpiryTask.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/expiration/ExpiryTask.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.expiration;
import com.plotsquared.core.configuration.Settings;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/expiration/PlotAnalysis.java b/Core/src/main/java/com/plotsquared/core/plot/expiration/PlotAnalysis.java
index c6acda581..191c67996 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/expiration/PlotAnalysis.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/expiration/PlotAnalysis.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.expiration;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/FlagContainer.java b/Core/src/main/java/com/plotsquared/core/plot/flag/FlagContainer.java
index 92a1ef1ea..887bf8968 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/FlagContainer.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/FlagContainer.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag;
import com.google.common.base.Preconditions;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/FlagParseException.java b/Core/src/main/java/com/plotsquared/core/plot/flag/FlagParseException.java
index eba85ae5e..2ca6f789e 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/FlagParseException.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/FlagParseException.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/GlobalFlagContainer.java b/Core/src/main/java/com/plotsquared/core/plot/flag/GlobalFlagContainer.java
index e63df8809..5afb173b0 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/GlobalFlagContainer.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/GlobalFlagContainer.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag;
import com.google.common.base.Preconditions;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/InternalFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/InternalFlag.java
index be7f4dda5..70050a433 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/InternalFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/InternalFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag;
/**
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/PlotFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/PlotFlag.java
index adc35f659..0dc23f9e2 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/PlotFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/PlotFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag;
import com.google.common.base.Preconditions;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnalysisFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnalysisFlag.java
index ffff7681a..8fd629611 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnalysisFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnalysisFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnimalAttackFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnimalAttackFlag.java
index 2825cd2b9..ec4875653 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnimalAttackFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnimalAttackFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnimalCapFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnimalCapFlag.java
index e257499d3..ab0f9527f 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnimalCapFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnimalCapFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnimalInteractFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnimalInteractFlag.java
index 38e21e09d..f15f557fa 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnimalInteractFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/AnimalInteractFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BlockBurnFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BlockBurnFlag.java
index 131b160a9..66299e9dc 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BlockBurnFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BlockBurnFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BlockIgnitionFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BlockIgnitionFlag.java
index f4c25b458..43fee6341 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BlockIgnitionFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BlockIgnitionFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BlockedCmdsFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BlockedCmdsFlag.java
index 984602197..6bfbb9a00 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BlockedCmdsFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BlockedCmdsFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BreakFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BreakFlag.java
index d082b7f9e..89841fb03 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BreakFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/BreakFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ChatFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ChatFlag.java
index 2503799bd..a58d332ff 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ChatFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ChatFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/CoralDryFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/CoralDryFlag.java
index a11ccea96..7cf0090a5 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/CoralDryFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/CoralDryFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DenyExitFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DenyExitFlag.java
index 096cbfc14..3a5c49403 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DenyExitFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DenyExitFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DenyTeleportFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DenyTeleportFlag.java
index 51e8466b2..e02cff6d7 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DenyTeleportFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DenyTeleportFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DescriptionFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DescriptionFlag.java
index 939f4cedf..ee4e74df2 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DescriptionFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DescriptionFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DeviceInteractFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DeviceInteractFlag.java
index fbe521b59..c18281591 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DeviceInteractFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DeviceInteractFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DisablePhysicsFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DisablePhysicsFlag.java
index 842046114..2141d9841 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DisablePhysicsFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DisablePhysicsFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DoneFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DoneFlag.java
index 9369ac941..1ca1cf2f5 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DoneFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DoneFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DropProtectionFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DropProtectionFlag.java
index 041eb95d8..08269845a 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DropProtectionFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/DropProtectionFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/EntityCapFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/EntityCapFlag.java
index eca1d92d3..8ff0cab67 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/EntityCapFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/EntityCapFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ExplosionFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ExplosionFlag.java
index 31fdcab12..3c3486e87 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ExplosionFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ExplosionFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/FarewellFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/FarewellFlag.java
index 2f55ef653..796b98d26 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/FarewellFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/FarewellFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/FeedFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/FeedFlag.java
index 6d66c0e26..aa5f2cb16 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/FeedFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/FeedFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/FlyFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/FlyFlag.java
index a9d5c9d62..5116cb7ac 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/FlyFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/FlyFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ForcefieldFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ForcefieldFlag.java
index fc4d4834e..ee58a96f7 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ForcefieldFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ForcefieldFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GamemodeFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GamemodeFlag.java
index 24e04320e..242a01150 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GamemodeFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GamemodeFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GrassGrowFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GrassGrowFlag.java
index 1ca7593b5..c5b9223e5 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GrassGrowFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GrassGrowFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GreetingFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GreetingFlag.java
index b7f093335..263ef1435 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GreetingFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GreetingFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GuestGamemodeFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GuestGamemodeFlag.java
index 05141f5d6..903e911f2 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GuestGamemodeFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/GuestGamemodeFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HangingBreakFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HangingBreakFlag.java
index ae4d92de7..f12e340ca 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HangingBreakFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HangingBreakFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HangingPlaceFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HangingPlaceFlag.java
index 2a79670a1..8a7f4c07a 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HangingPlaceFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HangingPlaceFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HealFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HealFlag.java
index f635bb67d..9c3be3bad 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HealFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HealFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HideInfoFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HideInfoFlag.java
index 1d1b7c4e2..034a43591 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HideInfoFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HideInfoFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HostileAttackFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HostileAttackFlag.java
index bd5407c71..29204642e 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HostileAttackFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HostileAttackFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HostileCapFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HostileCapFlag.java
index 087114943..3340369ba 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HostileCapFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HostileCapFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HostileInteractFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HostileInteractFlag.java
index 4d4281ebe..f7b06d719 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HostileInteractFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HostileInteractFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/IceFormFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/IceFormFlag.java
index 56a0fdb68..6b22c5a36 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/IceFormFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/IceFormFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/IceMeltFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/IceMeltFlag.java
index 98a177d14..e48fa9010 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/IceMeltFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/IceMeltFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/InstabreakFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/InstabreakFlag.java
index f51411d69..52570f4a6 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/InstabreakFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/InstabreakFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/InvincibleFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/InvincibleFlag.java
index c1a97e009..5b5953539 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/InvincibleFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/InvincibleFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ItemDropFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ItemDropFlag.java
index dafa92de3..5df1c0002 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ItemDropFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ItemDropFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/KeepFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/KeepFlag.java
index 0fd19cf33..4c826e749 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/KeepFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/KeepFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/KeepInventoryFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/KeepInventoryFlag.java
index 0c8a138ae..54813c8fb 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/KeepInventoryFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/KeepInventoryFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/KelpGrowFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/KelpGrowFlag.java
index e4dd1507e..2cd578a45 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/KelpGrowFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/KelpGrowFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/LiquidFlowFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/LiquidFlowFlag.java
index 653646a5c..feffb624c 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/LiquidFlowFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/LiquidFlowFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscBreakFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscBreakFlag.java
index ccd0e9b8e..fde931611 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscBreakFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscBreakFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscCapFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscCapFlag.java
index 39a106e53..6a6ec226b 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscCapFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscCapFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscInteractFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscInteractFlag.java
index 0c1e72877..833f8a702 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscInteractFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscInteractFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscPlaceFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscPlaceFlag.java
index a05845a05..50664fad6 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscPlaceFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MiscPlaceFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MobBreakFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MobBreakFlag.java
index fa3359385..255ff474f 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MobBreakFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MobBreakFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MobCapFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MobCapFlag.java
index b553ea868..018c37397 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MobCapFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MobCapFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MobPlaceFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MobPlaceFlag.java
index dc9119afc..343fa8178 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MobPlaceFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MobPlaceFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MusicFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MusicFlag.java
index efa6bdae4..59b47ce6b 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MusicFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MusicFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MycelGrowFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MycelGrowFlag.java
index 94a64982a..f69b0cdf1 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MycelGrowFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/MycelGrowFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/NoWorldeditFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/NoWorldeditFlag.java
index 73eb39d90..b15aee39b 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/NoWorldeditFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/NoWorldeditFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/NotifyEnterFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/NotifyEnterFlag.java
index 4fd82bda9..f0f20fcc7 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/NotifyEnterFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/NotifyEnterFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/NotifyLeaveFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/NotifyLeaveFlag.java
index c5a437a89..3d5930ec6 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/NotifyLeaveFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/NotifyLeaveFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PlaceFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PlaceFlag.java
index 5374b4e4a..555692bff 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PlaceFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PlaceFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PlayerInteractFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PlayerInteractFlag.java
index 71171a0d1..3c64bf0b5 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PlayerInteractFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PlayerInteractFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PreventCreativeCopyFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PreventCreativeCopyFlag.java
index b04952fc3..2c4f84fbe 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PreventCreativeCopyFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PreventCreativeCopyFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PriceFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PriceFlag.java
index f51d88859..9b6674fd6 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PriceFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PriceFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PveFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PveFlag.java
index a84af0e75..afa7d8d37 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PveFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PveFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PvpFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PvpFlag.java
index 2e2a08c9e..d0121bfda 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PvpFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/PvpFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/RedstoneFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/RedstoneFlag.java
index 4e43c3926..6958a0235 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/RedstoneFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/RedstoneFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ServerPlotFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ServerPlotFlag.java
index 0e39dc30f..3bb16e3d1 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ServerPlotFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/ServerPlotFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/SnowFormFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/SnowFormFlag.java
index edcc1e0f7..50eae78f2 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/SnowFormFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/SnowFormFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/SnowMeltFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/SnowMeltFlag.java
index a303ae46a..bdd5efecd 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/SnowMeltFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/SnowMeltFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/SoilDryFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/SoilDryFlag.java
index 93c19b2a2..256772826 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/SoilDryFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/SoilDryFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TamedAttackFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TamedAttackFlag.java
index fddff7ca9..30e6ae72f 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TamedAttackFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TamedAttackFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TamedInteractFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TamedInteractFlag.java
index 5aa639f22..abab95179 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TamedInteractFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TamedInteractFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TimeFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TimeFlag.java
index c890ea203..872480981 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TimeFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TimeFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TitlesFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TitlesFlag.java
index 21c3c21ca..5cb9cdf28 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TitlesFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TitlesFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/UntrustedVisitFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/UntrustedVisitFlag.java
index b4898bfac..2c3fc5705 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/UntrustedVisitFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/UntrustedVisitFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/UseFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/UseFlag.java
index 232c3536d..628b0b0f7 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/UseFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/UseFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehicleBreakFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehicleBreakFlag.java
index b17664013..767587d11 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehicleBreakFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehicleBreakFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehicleCapFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehicleCapFlag.java
index 095a0a961..645e8e72e 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehicleCapFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehicleCapFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehiclePlaceFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehiclePlaceFlag.java
index 7bff65e6c..7ecb33f66 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehiclePlaceFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehiclePlaceFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehicleUseFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehicleUseFlag.java
index 02fbcd637..cf515bd8a 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehicleUseFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VehicleUseFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VillagerInteractFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VillagerInteractFlag.java
index 771327a4e..092e46f6e 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VillagerInteractFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VillagerInteractFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VineGrowFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VineGrowFlag.java
index be112709b..27663612c 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VineGrowFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/VineGrowFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/WeatherFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/WeatherFlag.java
index c1c6d07ce..999dbec97 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/WeatherFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/WeatherFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.implementations;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/types/BlockTypeListFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/types/BlockTypeListFlag.java
index c32d4f27a..55ae04a96 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/types/BlockTypeListFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/types/BlockTypeListFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.types;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/types/BlockTypeWrapper.java b/Core/src/main/java/com/plotsquared/core/plot/flag/types/BlockTypeWrapper.java
index 3b20ebfff..837c38668 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/types/BlockTypeWrapper.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/types/BlockTypeWrapper.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.types;
import com.google.common.base.Objects;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/types/BooleanFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/types/BooleanFlag.java
index 4bf53fdba..bf1ea4da7 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/types/BooleanFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/types/BooleanFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.types;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/types/DoubleFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/types/DoubleFlag.java
index 0b5fbfa21..ac7beebe8 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/types/DoubleFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/types/DoubleFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.types;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/types/IntegerFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/types/IntegerFlag.java
index ff573b1fb..1c061d369 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/types/IntegerFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/types/IntegerFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.types;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/types/ListFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/types/ListFlag.java
index 5133945b3..e4c66e8cf 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/types/ListFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/types/ListFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.types;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/types/LongFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/types/LongFlag.java
index 6069ea648..162dafe92 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/types/LongFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/types/LongFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.types;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/types/NonNegativeIntegerFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/types/NonNegativeIntegerFlag.java
index 2eb06acea..dd6dceb80 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/types/NonNegativeIntegerFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/types/NonNegativeIntegerFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.types;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/types/NumberFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/types/NumberFlag.java
index e5a31d095..2201a886e 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/types/NumberFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/types/NumberFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.types;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/types/TimedFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/types/TimedFlag.java
index adf07eb29..f047aa6fb 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/flag/types/TimedFlag.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/flag/types/TimedFlag.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.flag.types;
import com.plotsquared.core.configuration.caption.Caption;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/schematic/Schematic.java b/Core/src/main/java/com/plotsquared/core/plot/schematic/Schematic.java
index c115a981b..37e9dd7b8 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/schematic/Schematic.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/schematic/Schematic.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.schematic;
import com.sk89q.jnbt.NBTOutputStream;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/schematic/StoredEntity.java b/Core/src/main/java/com/plotsquared/core/plot/schematic/StoredEntity.java
index f77a430e3..b6d7baff0 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/schematic/StoredEntity.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/schematic/StoredEntity.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.schematic;
import com.sk89q.worldedit.entity.BaseEntity;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/world/DefaultPlotAreaManager.java b/Core/src/main/java/com/plotsquared/core/plot/world/DefaultPlotAreaManager.java
index 662e92c81..000aec38a 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/world/DefaultPlotAreaManager.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/world/DefaultPlotAreaManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.world;
import com.google.inject.Singleton;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/world/PlotAreaManager.java b/Core/src/main/java/com/plotsquared/core/plot/world/PlotAreaManager.java
index 0be90e7f8..ccb6b0cff 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/world/PlotAreaManager.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/world/PlotAreaManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.world;
import com.plotsquared.core.location.Location;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/world/ScatteredPlotWorld.java b/Core/src/main/java/com/plotsquared/core/plot/world/ScatteredPlotWorld.java
index 22c5c2b89..19d443cee 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/world/ScatteredPlotWorld.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/world/ScatteredPlotWorld.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.world;
import com.plotsquared.core.location.Location;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlot.java b/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlot.java
index f9c180ae4..7f6ce9d76 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlot.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlot.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.world;
import com.plotsquared.core.location.BlockLoc;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlotArea.java b/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlotArea.java
index 6d4ed1e71..d2161fb43 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlotArea.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlotArea.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.world;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlotAreaManager.java b/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlotAreaManager.java
index 2da486971..a18e13532 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlotAreaManager.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlotAreaManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.world;
import com.google.inject.Singleton;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlotManager.java b/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlotManager.java
index 0259c0162..756409612 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlotManager.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/world/SinglePlotManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.world;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/plot/world/StandardPlotWorld.java b/Core/src/main/java/com/plotsquared/core/plot/world/StandardPlotWorld.java
index d9f9d71ed..46aea0b92 100644
--- a/Core/src/main/java/com/plotsquared/core/plot/world/StandardPlotWorld.java
+++ b/Core/src/main/java/com/plotsquared/core/plot/world/StandardPlotWorld.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot.world;
import com.plotsquared.core.location.Location;
diff --git a/Core/src/main/java/com/plotsquared/core/queue/AreaBoundDelegateQueueCoordinator.java b/Core/src/main/java/com/plotsquared/core/queue/AreaBoundDelegateQueueCoordinator.java
index 7e01d782d..046b8cfa6 100644
--- a/Core/src/main/java/com/plotsquared/core/queue/AreaBoundDelegateQueueCoordinator.java
+++ b/Core/src/main/java/com/plotsquared/core/queue/AreaBoundDelegateQueueCoordinator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.queue;
import com.plotsquared.core.plot.PlotArea;
diff --git a/Core/src/main/java/com/plotsquared/core/queue/BasicQueueCoordinator.java b/Core/src/main/java/com/plotsquared/core/queue/BasicQueueCoordinator.java
index 1f0fa386a..aba4f7f08 100644
--- a/Core/src/main/java/com/plotsquared/core/queue/BasicQueueCoordinator.java
+++ b/Core/src/main/java/com/plotsquared/core/queue/BasicQueueCoordinator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.queue;
import com.plotsquared.core.util.PatternUtil;
diff --git a/Core/src/main/java/com/plotsquared/core/queue/ChunkCoordinator.java b/Core/src/main/java/com/plotsquared/core/queue/ChunkCoordinator.java
index cc6938145..65bd88eea 100644
--- a/Core/src/main/java/com/plotsquared/core/queue/ChunkCoordinator.java
+++ b/Core/src/main/java/com/plotsquared/core/queue/ChunkCoordinator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.queue;
import com.plotsquared.core.util.task.PlotSquaredTask;
diff --git a/Core/src/main/java/com/plotsquared/core/queue/ChunkCoordinatorBuilder.java b/Core/src/main/java/com/plotsquared/core/queue/ChunkCoordinatorBuilder.java
index 1f58224bf..44c2f9a45 100644
--- a/Core/src/main/java/com/plotsquared/core/queue/ChunkCoordinatorBuilder.java
+++ b/Core/src/main/java/com/plotsquared/core/queue/ChunkCoordinatorBuilder.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.queue;
import com.google.common.base.Preconditions;
diff --git a/Core/src/main/java/com/plotsquared/core/queue/ChunkQueueCoordinator.java b/Core/src/main/java/com/plotsquared/core/queue/ChunkQueueCoordinator.java
index 79553db46..873140e62 100644
--- a/Core/src/main/java/com/plotsquared/core/queue/ChunkQueueCoordinator.java
+++ b/Core/src/main/java/com/plotsquared/core/queue/ChunkQueueCoordinator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.queue;
import com.plotsquared.core.location.Location;
diff --git a/Core/src/main/java/com/plotsquared/core/queue/DelegateQueueCoordinator.java b/Core/src/main/java/com/plotsquared/core/queue/DelegateQueueCoordinator.java
index 082a063af..826990294 100644
--- a/Core/src/main/java/com/plotsquared/core/queue/DelegateQueueCoordinator.java
+++ b/Core/src/main/java/com/plotsquared/core/queue/DelegateQueueCoordinator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.queue;
import com.sk89q.jnbt.CompoundTag;
diff --git a/Core/src/main/java/com/plotsquared/core/queue/GlobalBlockQueue.java b/Core/src/main/java/com/plotsquared/core/queue/GlobalBlockQueue.java
index abd19ada6..a5fb537b5 100644
--- a/Core/src/main/java/com/plotsquared/core/queue/GlobalBlockQueue.java
+++ b/Core/src/main/java/com/plotsquared/core/queue/GlobalBlockQueue.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.queue;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/queue/LocalChunk.java b/Core/src/main/java/com/plotsquared/core/queue/LocalChunk.java
index 06b0effe6..4a1d0afc9 100644
--- a/Core/src/main/java/com/plotsquared/core/queue/LocalChunk.java
+++ b/Core/src/main/java/com/plotsquared/core/queue/LocalChunk.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.queue;
import com.plotsquared.core.util.ChunkUtil;
diff --git a/Core/src/main/java/com/plotsquared/core/queue/LocationOffsetDelegateQueueCoordinator.java b/Core/src/main/java/com/plotsquared/core/queue/LocationOffsetDelegateQueueCoordinator.java
index f430d2dc1..a517ed600 100644
--- a/Core/src/main/java/com/plotsquared/core/queue/LocationOffsetDelegateQueueCoordinator.java
+++ b/Core/src/main/java/com/plotsquared/core/queue/LocationOffsetDelegateQueueCoordinator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.queue;
import com.sk89q.jnbt.CompoundTag;
diff --git a/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java b/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java
index 18dd54cff..e12ec0e38 100644
--- a/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java
+++ b/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.queue;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/queue/QueueProvider.java b/Core/src/main/java/com/plotsquared/core/queue/QueueProvider.java
index 43c3a4be2..0b27129dc 100644
--- a/Core/src/main/java/com/plotsquared/core/queue/QueueProvider.java
+++ b/Core/src/main/java/com/plotsquared/core/queue/QueueProvider.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.queue;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/queue/ScopedQueueCoordinator.java b/Core/src/main/java/com/plotsquared/core/queue/ScopedQueueCoordinator.java
index a78351bbe..b9feb4ea1 100644
--- a/Core/src/main/java/com/plotsquared/core/queue/ScopedQueueCoordinator.java
+++ b/Core/src/main/java/com/plotsquared/core/queue/ScopedQueueCoordinator.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.queue;
import com.plotsquared.core.location.Location;
diff --git a/Core/src/main/java/com/plotsquared/core/services/plots/AutoService.java b/Core/src/main/java/com/plotsquared/core/services/plots/AutoService.java
index 032ddbce8..3f8671664 100644
--- a/Core/src/main/java/com/plotsquared/core/services/plots/AutoService.java
+++ b/Core/src/main/java/com/plotsquared/core/services/plots/AutoService.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.services.plots;
import com.google.common.cache.Cache;
diff --git a/Core/src/main/java/com/plotsquared/core/setup/CommonSetupSteps.java b/Core/src/main/java/com/plotsquared/core/setup/CommonSetupSteps.java
index 81ec52604..fadc2821f 100644
--- a/Core/src/main/java/com/plotsquared/core/setup/CommonSetupSteps.java
+++ b/Core/src/main/java/com/plotsquared/core/setup/CommonSetupSteps.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.setup;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/setup/PlotAreaBuilder.java b/Core/src/main/java/com/plotsquared/core/setup/PlotAreaBuilder.java
index f5e49c1a2..baf1a8439 100644
--- a/Core/src/main/java/com/plotsquared/core/setup/PlotAreaBuilder.java
+++ b/Core/src/main/java/com/plotsquared/core/setup/PlotAreaBuilder.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.setup;
diff --git a/Core/src/main/java/com/plotsquared/core/setup/SettingsNodeStep.java b/Core/src/main/java/com/plotsquared/core/setup/SettingsNodeStep.java
index b55313428..0923f76c8 100644
--- a/Core/src/main/java/com/plotsquared/core/setup/SettingsNodeStep.java
+++ b/Core/src/main/java/com/plotsquared/core/setup/SettingsNodeStep.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.setup;
import com.plotsquared.core.command.Command;
diff --git a/Core/src/main/java/com/plotsquared/core/setup/SettingsNodesWrapper.java b/Core/src/main/java/com/plotsquared/core/setup/SettingsNodesWrapper.java
index 7b608b78b..ec744cf91 100644
--- a/Core/src/main/java/com/plotsquared/core/setup/SettingsNodesWrapper.java
+++ b/Core/src/main/java/com/plotsquared/core/setup/SettingsNodesWrapper.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.setup;
import com.plotsquared.core.configuration.ConfigurationNode;
diff --git a/Core/src/main/java/com/plotsquared/core/setup/SetupProcess.java b/Core/src/main/java/com/plotsquared/core/setup/SetupProcess.java
index af454aaf1..2e1c29502 100644
--- a/Core/src/main/java/com/plotsquared/core/setup/SetupProcess.java
+++ b/Core/src/main/java/com/plotsquared/core/setup/SetupProcess.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.setup;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/setup/SetupStep.java b/Core/src/main/java/com/plotsquared/core/setup/SetupStep.java
index 839f60b64..011610a79 100644
--- a/Core/src/main/java/com/plotsquared/core/setup/SetupStep.java
+++ b/Core/src/main/java/com/plotsquared/core/setup/SetupStep.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.setup;
import com.plotsquared.core.command.Command;
diff --git a/Core/src/main/java/com/plotsquared/core/synchronization/LockKey.java b/Core/src/main/java/com/plotsquared/core/synchronization/LockKey.java
index 275625b48..aa192af3a 100644
--- a/Core/src/main/java/com/plotsquared/core/synchronization/LockKey.java
+++ b/Core/src/main/java/com/plotsquared/core/synchronization/LockKey.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.synchronization;
import com.google.common.base.Objects;
diff --git a/Core/src/main/java/com/plotsquared/core/synchronization/LockRepository.java b/Core/src/main/java/com/plotsquared/core/synchronization/LockRepository.java
index 79ca52b6c..fdf462af0 100644
--- a/Core/src/main/java/com/plotsquared/core/synchronization/LockRepository.java
+++ b/Core/src/main/java/com/plotsquared/core/synchronization/LockRepository.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.synchronization;
import com.google.common.util.concurrent.Striped;
diff --git a/Core/src/main/java/com/plotsquared/core/util/BlockUtil.java b/Core/src/main/java/com/plotsquared/core/util/BlockUtil.java
index b5b959c14..ff984bdee 100644
--- a/Core/src/main/java/com/plotsquared/core/util/BlockUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/util/BlockUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.sk89q.worldedit.WorldEdit;
diff --git a/Core/src/main/java/com/plotsquared/core/util/ChunkManager.java b/Core/src/main/java/com/plotsquared/core/util/ChunkManager.java
index 2625ec3d4..2c063ed90 100644
--- a/Core/src/main/java/com/plotsquared/core/util/ChunkManager.java
+++ b/Core/src/main/java/com/plotsquared/core/util/ChunkManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/util/ChunkUtil.java b/Core/src/main/java/com/plotsquared/core/util/ChunkUtil.java
index 57a1cb437..6b0f5c994 100644
--- a/Core/src/main/java/com/plotsquared/core/util/ChunkUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/util/ChunkUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.location.Location;
diff --git a/Core/src/main/java/com/plotsquared/core/util/EconHandler.java b/Core/src/main/java/com/plotsquared/core/util/EconHandler.java
index 2be53ff44..0a30583dd 100644
--- a/Core/src/main/java/com/plotsquared/core/util/EconHandler.java
+++ b/Core/src/main/java/com/plotsquared/core/util/EconHandler.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.player.ConsolePlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/util/EntityUtil.java b/Core/src/main/java/com/plotsquared/core/util/EntityUtil.java
index 68e1dbe9d..bfcb8d20e 100644
--- a/Core/src/main/java/com/plotsquared/core/util/EntityUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/util/EntityUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.configuration.Settings;
diff --git a/Core/src/main/java/com/plotsquared/core/util/EventDispatcher.java b/Core/src/main/java/com/plotsquared/core/util/EventDispatcher.java
index c3e3228fe..e49caa512 100644
--- a/Core/src/main/java/com/plotsquared/core/util/EventDispatcher.java
+++ b/Core/src/main/java/com/plotsquared/core/util/EventDispatcher.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.google.common.eventbus.EventBus;
diff --git a/Core/src/main/java/com/plotsquared/core/util/Expression.java b/Core/src/main/java/com/plotsquared/core/util/Expression.java
index f5fff88d5..39c3565b6 100644
--- a/Core/src/main/java/com/plotsquared/core/util/Expression.java
+++ b/Core/src/main/java/com/plotsquared/core/util/Expression.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.command.DebugExec;
diff --git a/Core/src/main/java/com/plotsquared/core/util/FileBytes.java b/Core/src/main/java/com/plotsquared/core/util/FileBytes.java
index b8262dd78..61af8f118 100644
--- a/Core/src/main/java/com/plotsquared/core/util/FileBytes.java
+++ b/Core/src/main/java/com/plotsquared/core/util/FileBytes.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
public class FileBytes {
diff --git a/Core/src/main/java/com/plotsquared/core/util/FileUtils.java b/Core/src/main/java/com/plotsquared/core/util/FileUtils.java
index 9630af6e3..288791e86 100644
--- a/Core/src/main/java/com/plotsquared/core/util/FileUtils.java
+++ b/Core/src/main/java/com/plotsquared/core/util/FileUtils.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/util/HashUtil.java b/Core/src/main/java/com/plotsquared/core/util/HashUtil.java
index 634835baa..2490b0787 100644
--- a/Core/src/main/java/com/plotsquared/core/util/HashUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/util/HashUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/util/InventoryUtil.java b/Core/src/main/java/com/plotsquared/core/util/InventoryUtil.java
index 21a3561c9..03c15976c 100644
--- a/Core/src/main/java/com/plotsquared/core/util/InventoryUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/util/InventoryUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/util/ItemUtil.java b/Core/src/main/java/com/plotsquared/core/util/ItemUtil.java
index f25282a83..124720739 100644
--- a/Core/src/main/java/com/plotsquared/core/util/ItemUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/util/ItemUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.sk89q.worldedit.world.item.ItemType;
diff --git a/Core/src/main/java/com/plotsquared/core/util/LegacyConverter.java b/Core/src/main/java/com/plotsquared/core/util/LegacyConverter.java
index f72ef92b5..7d1102e89 100644
--- a/Core/src/main/java/com/plotsquared/core/util/LegacyConverter.java
+++ b/Core/src/main/java/com/plotsquared/core/util/LegacyConverter.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/util/MainUtil.java b/Core/src/main/java/com/plotsquared/core/util/MainUtil.java
index 0a2ef6ae4..ba5710ec5 100644
--- a/Core/src/main/java/com/plotsquared/core/util/MainUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/util/MainUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import org.slf4j.Logger;
diff --git a/Core/src/main/java/com/plotsquared/core/util/MathMan.java b/Core/src/main/java/com/plotsquared/core/util/MathMan.java
index 5e06151eb..0e2cd90ac 100644
--- a/Core/src/main/java/com/plotsquared/core/util/MathMan.java
+++ b/Core/src/main/java/com/plotsquared/core/util/MathMan.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
public class MathMan {
diff --git a/Core/src/main/java/com/plotsquared/core/util/PatternUtil.java b/Core/src/main/java/com/plotsquared/core/util/PatternUtil.java
index 991fe310f..296074ef0 100644
--- a/Core/src/main/java/com/plotsquared/core/util/PatternUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/util/PatternUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.google.common.base.Preconditions;
diff --git a/Core/src/main/java/com/plotsquared/core/util/Permissions.java b/Core/src/main/java/com/plotsquared/core/util/Permissions.java
index a6fc54624..dd897ffc4 100644
--- a/Core/src/main/java/com/plotsquared/core/util/Permissions.java
+++ b/Core/src/main/java/com/plotsquared/core/util/Permissions.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.permissions.Permission;
diff --git a/Core/src/main/java/com/plotsquared/core/util/PlatformWorldManager.java b/Core/src/main/java/com/plotsquared/core/util/PlatformWorldManager.java
index 2602962d5..4a3b056c8 100644
--- a/Core/src/main/java/com/plotsquared/core/util/PlatformWorldManager.java
+++ b/Core/src/main/java/com/plotsquared/core/util/PlatformWorldManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/util/PlayerManager.java b/Core/src/main/java/com/plotsquared/core/util/PlayerManager.java
index 8205e6b63..b3a265f15 100644
--- a/Core/src/main/java/com/plotsquared/core/util/PlayerManager.java
+++ b/Core/src/main/java/com/plotsquared/core/util/PlayerManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/util/PlotAreaConverter.java b/Core/src/main/java/com/plotsquared/core/util/PlotAreaConverter.java
index da4cc335b..79927a16f 100644
--- a/Core/src/main/java/com/plotsquared/core/util/PlotAreaConverter.java
+++ b/Core/src/main/java/com/plotsquared/core/util/PlotAreaConverter.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.plot.PlotArea;
diff --git a/Core/src/main/java/com/plotsquared/core/util/PremiumVerification.java b/Core/src/main/java/com/plotsquared/core/util/PremiumVerification.java
index 4ffdf49c0..3ade04e4f 100644
--- a/Core/src/main/java/com/plotsquared/core/util/PremiumVerification.java
+++ b/Core/src/main/java/com/plotsquared/core/util/PremiumVerification.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
public class PremiumVerification {
diff --git a/Core/src/main/java/com/plotsquared/core/util/ReflectionUtils.java b/Core/src/main/java/com/plotsquared/core/util/ReflectionUtils.java
index 5977e9a07..5a9eb0106 100644
--- a/Core/src/main/java/com/plotsquared/core/util/ReflectionUtils.java
+++ b/Core/src/main/java/com/plotsquared/core/util/ReflectionUtils.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import java.lang.reflect.Constructor;
diff --git a/Core/src/main/java/com/plotsquared/core/util/RegExUtil.java b/Core/src/main/java/com/plotsquared/core/util/RegExUtil.java
index 9769407bf..c03aed317 100644
--- a/Core/src/main/java/com/plotsquared/core/util/RegExUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/util/RegExUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import java.util.HashMap;
diff --git a/Core/src/main/java/com/plotsquared/core/util/RegionManager.java b/Core/src/main/java/com/plotsquared/core/util/RegionManager.java
index 9f601575d..20f5361b3 100644
--- a/Core/src/main/java/com/plotsquared/core/util/RegionManager.java
+++ b/Core/src/main/java/com/plotsquared/core/util/RegionManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.google.inject.Inject;
diff --git a/Core/src/main/java/com/plotsquared/core/util/RegionUtil.java b/Core/src/main/java/com/plotsquared/core/util/RegionUtil.java
index a1d2fe58e..6dc419f6b 100644
--- a/Core/src/main/java/com/plotsquared/core/util/RegionUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/util/RegionUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.location.Location;
diff --git a/Core/src/main/java/com/plotsquared/core/util/RuntimeExceptionRunnableVal.java b/Core/src/main/java/com/plotsquared/core/util/RuntimeExceptionRunnableVal.java
index 8a1f343a6..fa7f74e6a 100644
--- a/Core/src/main/java/com/plotsquared/core/util/RuntimeExceptionRunnableVal.java
+++ b/Core/src/main/java/com/plotsquared/core/util/RuntimeExceptionRunnableVal.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.util.task.RunnableVal;
diff --git a/Core/src/main/java/com/plotsquared/core/util/SchematicHandler.java b/Core/src/main/java/com/plotsquared/core/util/SchematicHandler.java
index 09c6ad1bb..e40da7f5b 100644
--- a/Core/src/main/java/com/plotsquared/core/util/SchematicHandler.java
+++ b/Core/src/main/java/com/plotsquared/core/util/SchematicHandler.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/util/SetupUtils.java b/Core/src/main/java/com/plotsquared/core/util/SetupUtils.java
index 7ddb20769..b1b92c7a7 100644
--- a/Core/src/main/java/com/plotsquared/core/util/SetupUtils.java
+++ b/Core/src/main/java/com/plotsquared/core/util/SetupUtils.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.generator.GeneratorWrapper;
diff --git a/Core/src/main/java/com/plotsquared/core/util/StringComparison.java b/Core/src/main/java/com/plotsquared/core/util/StringComparison.java
index fce6f6371..d89183285 100644
--- a/Core/src/main/java/com/plotsquared/core/util/StringComparison.java
+++ b/Core/src/main/java/com/plotsquared/core/util/StringComparison.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import java.util.ArrayList;
diff --git a/Core/src/main/java/com/plotsquared/core/util/StringMan.java b/Core/src/main/java/com/plotsquared/core/util/StringMan.java
index b7c544838..4342d2b24 100644
--- a/Core/src/main/java/com/plotsquared/core/util/StringMan.java
+++ b/Core/src/main/java/com/plotsquared/core/util/StringMan.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/util/TabCompletions.java b/Core/src/main/java/com/plotsquared/core/util/TabCompletions.java
index a00fc0c20..f45327bfa 100644
--- a/Core/src/main/java/com/plotsquared/core/util/TabCompletions.java
+++ b/Core/src/main/java/com/plotsquared/core/util/TabCompletions.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.google.common.cache.Cache;
diff --git a/Core/src/main/java/com/plotsquared/core/util/ThreadUtils.java b/Core/src/main/java/com/plotsquared/core/util/ThreadUtils.java
index b69fe5a19..aef47a6f9 100644
--- a/Core/src/main/java/com/plotsquared/core/util/ThreadUtils.java
+++ b/Core/src/main/java/com/plotsquared/core/util/ThreadUtils.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/util/TimeUtil.java b/Core/src/main/java/com/plotsquared/core/util/TimeUtil.java
index 384a716ce..532cbc827 100644
--- a/Core/src/main/java/com/plotsquared/core/util/TimeUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/util/TimeUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import javax.annotation.Nonnegative;
diff --git a/Core/src/main/java/com/plotsquared/core/util/WEManager.java b/Core/src/main/java/com/plotsquared/core/util/WEManager.java
index d39f8ea4d..1824b3f3e 100644
--- a/Core/src/main/java/com/plotsquared/core/util/WEManager.java
+++ b/Core/src/main/java/com/plotsquared/core/util/WEManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/util/WorldUtil.java b/Core/src/main/java/com/plotsquared/core/util/WorldUtil.java
index 9ae2db184..78d08f8df 100644
--- a/Core/src/main/java/com/plotsquared/core/util/WorldUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/util/WorldUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/util/entity/EntityCategories.java b/Core/src/main/java/com/plotsquared/core/util/entity/EntityCategories.java
index 3c3218912..e2c834114 100644
--- a/Core/src/main/java/com/plotsquared/core/util/entity/EntityCategories.java
+++ b/Core/src/main/java/com/plotsquared/core/util/entity/EntityCategories.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.entity;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/util/entity/EntityCategory.java b/Core/src/main/java/com/plotsquared/core/util/entity/EntityCategory.java
index 27516758f..fe8192237 100644
--- a/Core/src/main/java/com/plotsquared/core/util/entity/EntityCategory.java
+++ b/Core/src/main/java/com/plotsquared/core/util/entity/EntityCategory.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.entity;
import com.plotsquared.core.util.WorldUtil;
diff --git a/Core/src/main/java/com/plotsquared/core/util/helpmenu/HelpMenu.java b/Core/src/main/java/com/plotsquared/core/util/helpmenu/HelpMenu.java
index 456869fd8..f802c436d 100644
--- a/Core/src/main/java/com/plotsquared/core/util/helpmenu/HelpMenu.java
+++ b/Core/src/main/java/com/plotsquared/core/util/helpmenu/HelpMenu.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.helpmenu;
import com.plotsquared.core.command.Command;
diff --git a/Core/src/main/java/com/plotsquared/core/util/helpmenu/HelpObject.java b/Core/src/main/java/com/plotsquared/core/util/helpmenu/HelpObject.java
index cfcaea0fd..5b82339de 100644
--- a/Core/src/main/java/com/plotsquared/core/util/helpmenu/HelpObject.java
+++ b/Core/src/main/java/com/plotsquared/core/util/helpmenu/HelpObject.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.helpmenu;
import com.plotsquared.core.command.Argument;
diff --git a/Core/src/main/java/com/plotsquared/core/util/helpmenu/HelpPage.java b/Core/src/main/java/com/plotsquared/core/util/helpmenu/HelpPage.java
index 5b02071d1..258f1b67e 100644
--- a/Core/src/main/java/com/plotsquared/core/util/helpmenu/HelpPage.java
+++ b/Core/src/main/java/com/plotsquared/core/util/helpmenu/HelpPage.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.helpmenu;
import com.plotsquared.core.command.CommandCategory;
diff --git a/Core/src/main/java/com/plotsquared/core/util/net/AbstractDelegateOutputStream.java b/Core/src/main/java/com/plotsquared/core/util/net/AbstractDelegateOutputStream.java
index c69a8ff53..0d425fa91 100644
--- a/Core/src/main/java/com/plotsquared/core/util/net/AbstractDelegateOutputStream.java
+++ b/Core/src/main/java/com/plotsquared/core/util/net/AbstractDelegateOutputStream.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.net;
import java.io.IOException;
diff --git a/Core/src/main/java/com/plotsquared/core/util/net/HttpUtil.java b/Core/src/main/java/com/plotsquared/core/util/net/HttpUtil.java
index 2dcfd912d..691dde805 100644
--- a/Core/src/main/java/com/plotsquared/core/util/net/HttpUtil.java
+++ b/Core/src/main/java/com/plotsquared/core/util/net/HttpUtil.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.net;
import com.plotsquared.core.configuration.Settings;
diff --git a/Core/src/main/java/com/plotsquared/core/util/net/IncendoPaster.java b/Core/src/main/java/com/plotsquared/core/util/net/IncendoPaster.java
index d777f23d8..f05af3187 100644
--- a/Core/src/main/java/com/plotsquared/core/util/net/IncendoPaster.java
+++ b/Core/src/main/java/com/plotsquared/core/util/net/IncendoPaster.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.net;
import com.google.common.base.Charsets;
diff --git a/Core/src/main/java/com/plotsquared/core/util/placeholders/Placeholder.java b/Core/src/main/java/com/plotsquared/core/util/placeholders/Placeholder.java
index df9a42289..49071f9bc 100644
--- a/Core/src/main/java/com/plotsquared/core/util/placeholders/Placeholder.java
+++ b/Core/src/main/java/com/plotsquared/core/util/placeholders/Placeholder.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.placeholders;
import com.google.common.base.Preconditions;
diff --git a/Core/src/main/java/com/plotsquared/core/util/placeholders/PlaceholderRegistry.java b/Core/src/main/java/com/plotsquared/core/util/placeholders/PlaceholderRegistry.java
index 64ffa3d29..ab4ed8778 100644
--- a/Core/src/main/java/com/plotsquared/core/util/placeholders/PlaceholderRegistry.java
+++ b/Core/src/main/java/com/plotsquared/core/util/placeholders/PlaceholderRegistry.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.placeholders;
import com.google.common.base.Function;
diff --git a/Core/src/main/java/com/plotsquared/core/util/placeholders/PlotFlagPlaceholder.java b/Core/src/main/java/com/plotsquared/core/util/placeholders/PlotFlagPlaceholder.java
index 2f3dc1aa0..acde17fac 100644
--- a/Core/src/main/java/com/plotsquared/core/util/placeholders/PlotFlagPlaceholder.java
+++ b/Core/src/main/java/com/plotsquared/core/util/placeholders/PlotFlagPlaceholder.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.placeholders;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/util/placeholders/PlotSpecificPlaceholder.java b/Core/src/main/java/com/plotsquared/core/util/placeholders/PlotSpecificPlaceholder.java
index f026b3d8f..c7dc029b8 100644
--- a/Core/src/main/java/com/plotsquared/core/util/placeholders/PlotSpecificPlaceholder.java
+++ b/Core/src/main/java/com/plotsquared/core/util/placeholders/PlotSpecificPlaceholder.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.placeholders;
import com.plotsquared.core.player.PlotPlayer;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/AliasFilter.java b/Core/src/main/java/com/plotsquared/core/util/query/AliasFilter.java
index c2d9427f9..351f8c577 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/AliasFilter.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/AliasFilter.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/AreaLimitedPlotProvider.java b/Core/src/main/java/com/plotsquared/core/util/query/AreaLimitedPlotProvider.java
index 84818e205..7795a0ec6 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/AreaLimitedPlotProvider.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/AreaLimitedPlotProvider.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/ExpiredPlotProvider.java b/Core/src/main/java/com/plotsquared/core/util/query/ExpiredPlotProvider.java
index cb9275310..b75d53ccf 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/ExpiredPlotProvider.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/ExpiredPlotProvider.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/FixedPlotProvider.java b/Core/src/main/java/com/plotsquared/core/util/query/FixedPlotProvider.java
index 9da7e4d3e..e5bdc481a 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/FixedPlotProvider.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/FixedPlotProvider.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/GlobalPlotProvider.java b/Core/src/main/java/com/plotsquared/core/util/query/GlobalPlotProvider.java
index 233d131ce..f77322c27 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/GlobalPlotProvider.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/GlobalPlotProvider.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/MemberFilter.java b/Core/src/main/java/com/plotsquared/core/util/query/MemberFilter.java
index 71ad86f84..e53cfdf71 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/MemberFilter.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/MemberFilter.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/NullProvider.java b/Core/src/main/java/com/plotsquared/core/util/query/NullProvider.java
index 17e75fbfa..688418fd8 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/NullProvider.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/NullProvider.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/OwnerFilter.java b/Core/src/main/java/com/plotsquared/core/util/query/OwnerFilter.java
index a84db5821..eb02ed6f0 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/OwnerFilter.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/OwnerFilter.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/PaginatedPlotResult.java b/Core/src/main/java/com/plotsquared/core/util/query/PaginatedPlotResult.java
index 388c1b910..03d8fe9f7 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/PaginatedPlotResult.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/PaginatedPlotResult.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.google.common.base.Preconditions;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/PlotFilter.java b/Core/src/main/java/com/plotsquared/core/util/query/PlotFilter.java
index d15fef089..ca42e7ac1 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/PlotFilter.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/PlotFilter.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/PlotProvider.java b/Core/src/main/java/com/plotsquared/core/util/query/PlotProvider.java
index 82c944c76..739e6d636 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/PlotProvider.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/PlotProvider.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/PlotQuery.java b/Core/src/main/java/com/plotsquared/core/util/query/PlotQuery.java
index 51c20da92..c38d937c8 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/PlotQuery.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/PlotQuery.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.google.common.base.Preconditions;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/PredicateFilter.java b/Core/src/main/java/com/plotsquared/core/util/query/PredicateFilter.java
index 5f89b76d5..72c09a473 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/PredicateFilter.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/PredicateFilter.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/SearchPlotProvider.java b/Core/src/main/java/com/plotsquared/core/util/query/SearchPlotProvider.java
index 72a159672..2699b0fac 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/SearchPlotProvider.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/SearchPlotProvider.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
import com.plotsquared.core.PlotSquared;
diff --git a/Core/src/main/java/com/plotsquared/core/util/query/SortingStrategy.java b/Core/src/main/java/com/plotsquared/core/util/query/SortingStrategy.java
index b30d6b8b9..c8fda22d9 100644
--- a/Core/src/main/java/com/plotsquared/core/util/query/SortingStrategy.java
+++ b/Core/src/main/java/com/plotsquared/core/util/query/SortingStrategy.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.query;
/**
diff --git a/Core/src/main/java/com/plotsquared/core/util/task/AutoClaimFinishTask.java b/Core/src/main/java/com/plotsquared/core/util/task/AutoClaimFinishTask.java
index 21a386b13..7dac88333 100644
--- a/Core/src/main/java/com/plotsquared/core/util/task/AutoClaimFinishTask.java
+++ b/Core/src/main/java/com/plotsquared/core/util/task/AutoClaimFinishTask.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.task;
import com.plotsquared.core.configuration.caption.Templates;
diff --git a/Core/src/main/java/com/plotsquared/core/util/task/ObjectTaskRunnable.java b/Core/src/main/java/com/plotsquared/core/util/task/ObjectTaskRunnable.java
index 254fb47c4..d12972302 100644
--- a/Core/src/main/java/com/plotsquared/core/util/task/ObjectTaskRunnable.java
+++ b/Core/src/main/java/com/plotsquared/core/util/task/ObjectTaskRunnable.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.task;
import java.util.Iterator;
diff --git a/Core/src/main/java/com/plotsquared/core/util/task/PlotSquaredTask.java b/Core/src/main/java/com/plotsquared/core/util/task/PlotSquaredTask.java
index 03571c2eb..f183f3206 100644
--- a/Core/src/main/java/com/plotsquared/core/util/task/PlotSquaredTask.java
+++ b/Core/src/main/java/com/plotsquared/core/util/task/PlotSquaredTask.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.task;
/**
diff --git a/Core/src/main/java/com/plotsquared/core/util/task/RunnableVal.java b/Core/src/main/java/com/plotsquared/core/util/task/RunnableVal.java
index 1304c0545..ae2a69e34 100644
--- a/Core/src/main/java/com/plotsquared/core/util/task/RunnableVal.java
+++ b/Core/src/main/java/com/plotsquared/core/util/task/RunnableVal.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.task;
public abstract class RunnableVal implements Runnable {
diff --git a/Core/src/main/java/com/plotsquared/core/util/task/RunnableVal2.java b/Core/src/main/java/com/plotsquared/core/util/task/RunnableVal2.java
index 2bb440065..7b68c565a 100644
--- a/Core/src/main/java/com/plotsquared/core/util/task/RunnableVal2.java
+++ b/Core/src/main/java/com/plotsquared/core/util/task/RunnableVal2.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.task;
public abstract class RunnableVal2 implements Runnable {
diff --git a/Core/src/main/java/com/plotsquared/core/util/task/RunnableVal3.java b/Core/src/main/java/com/plotsquared/core/util/task/RunnableVal3.java
index 8450efdea..c625b06ea 100644
--- a/Core/src/main/java/com/plotsquared/core/util/task/RunnableVal3.java
+++ b/Core/src/main/java/com/plotsquared/core/util/task/RunnableVal3.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.task;
public abstract class RunnableVal3 implements Runnable {
diff --git a/Core/src/main/java/com/plotsquared/core/util/task/TaskManager.java b/Core/src/main/java/com/plotsquared/core/util/task/TaskManager.java
index 6b53aa800..5eddd3755 100644
--- a/Core/src/main/java/com/plotsquared/core/util/task/TaskManager.java
+++ b/Core/src/main/java/com/plotsquared/core/util/task/TaskManager.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.task;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/util/task/TaskTime.java b/Core/src/main/java/com/plotsquared/core/util/task/TaskTime.java
index a8cb82586..1c1c734ff 100644
--- a/Core/src/main/java/com/plotsquared/core/util/task/TaskTime.java
+++ b/Core/src/main/java/com/plotsquared/core/util/task/TaskTime.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.util.task;
import com.google.common.base.Objects;
diff --git a/Core/src/main/java/com/plotsquared/core/uuid/CacheUUIDService.java b/Core/src/main/java/com/plotsquared/core/uuid/CacheUUIDService.java
index 812228e5d..77bd77a21 100644
--- a/Core/src/main/java/com/plotsquared/core/uuid/CacheUUIDService.java
+++ b/Core/src/main/java/com/plotsquared/core/uuid/CacheUUIDService.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.uuid;
import com.google.common.cache.Cache;
diff --git a/Core/src/main/java/com/plotsquared/core/uuid/ServiceError.java b/Core/src/main/java/com/plotsquared/core/uuid/ServiceError.java
index c015a394b..bc1ef9637 100644
--- a/Core/src/main/java/com/plotsquared/core/uuid/ServiceError.java
+++ b/Core/src/main/java/com/plotsquared/core/uuid/ServiceError.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.uuid;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/uuid/UUIDMapping.java b/Core/src/main/java/com/plotsquared/core/uuid/UUIDMapping.java
index 8cae428d6..e033b7790 100644
--- a/Core/src/main/java/com/plotsquared/core/uuid/UUIDMapping.java
+++ b/Core/src/main/java/com/plotsquared/core/uuid/UUIDMapping.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.uuid;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/uuid/UUIDPipeline.java b/Core/src/main/java/com/plotsquared/core/uuid/UUIDPipeline.java
index d9dbf3a87..2b00addf9 100644
--- a/Core/src/main/java/com/plotsquared/core/uuid/UUIDPipeline.java
+++ b/Core/src/main/java/com/plotsquared/core/uuid/UUIDPipeline.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.uuid;
import com.google.common.collect.Lists;
diff --git a/Core/src/main/java/com/plotsquared/core/uuid/UUIDService.java b/Core/src/main/java/com/plotsquared/core/uuid/UUIDService.java
index 4de7798f9..6a7a1e884 100644
--- a/Core/src/main/java/com/plotsquared/core/uuid/UUIDService.java
+++ b/Core/src/main/java/com/plotsquared/core/uuid/UUIDService.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.uuid;
import javax.annotation.Nonnull;
diff --git a/Core/src/main/java/com/plotsquared/core/uuid/offline/OfflineModeUUIDService.java b/Core/src/main/java/com/plotsquared/core/uuid/offline/OfflineModeUUIDService.java
index daae17dc0..ed52e4701 100644
--- a/Core/src/main/java/com/plotsquared/core/uuid/offline/OfflineModeUUIDService.java
+++ b/Core/src/main/java/com/plotsquared/core/uuid/offline/OfflineModeUUIDService.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.uuid.offline;
import com.google.common.base.Charsets;
diff --git a/Core/src/test/java/com/plotsquared/core/database/AbstractDBTest.java b/Core/src/test/java/com/plotsquared/core/database/AbstractDBTest.java
index d4998acbb..85ecd684c 100644
--- a/Core/src/test/java/com/plotsquared/core/database/AbstractDBTest.java
+++ b/Core/src/test/java/com/plotsquared/core/database/AbstractDBTest.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.database;
import com.plotsquared.core.plot.Plot;
diff --git a/Core/src/test/java/com/plotsquared/core/plot/FlagTest.java b/Core/src/test/java/com/plotsquared/core/plot/FlagTest.java
index 8ee936fbe..7d6e8f7a5 100644
--- a/Core/src/test/java/com/plotsquared/core/plot/FlagTest.java
+++ b/Core/src/test/java/com/plotsquared/core/plot/FlagTest.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.plotsquared.core.database.AbstractDBTest;
diff --git a/Core/src/test/java/com/plotsquared/core/plot/PlotVersionTest.java b/Core/src/test/java/com/plotsquared/core/plot/PlotVersionTest.java
index b07a251a9..26ddf72cc 100644
--- a/Core/src/test/java/com/plotsquared/core/plot/PlotVersionTest.java
+++ b/Core/src/test/java/com/plotsquared/core/plot/PlotVersionTest.java
@@ -23,7 +23,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package com.plotsquared.core.plot;
import com.plotsquared.core.PlotVersion;