diff --git a/.classpath b/.classpath index 1913e2f..2db34e8 100644 --- a/.classpath +++ b/.classpath @@ -3,5 +3,6 @@ + diff --git a/src/org/mcteam/ancientgates/Plugin.java b/src/org/mcteam/ancientgates/Plugin.java index d79341c..8956501 100644 --- a/src/org/mcteam/ancientgates/Plugin.java +++ b/src/org/mcteam/ancientgates/Plugin.java @@ -7,22 +7,12 @@ import java.util.List; import java.util.Map; import java.util.logging.Level; import java.util.logging.Logger; - import org.bukkit.Location; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; -import org.bukkit.event.Event; import org.bukkit.plugin.PluginManager; import org.bukkit.plugin.java.JavaPlugin; -import org.mcteam.ancientgates.commands.BaseCommand; -import org.mcteam.ancientgates.commands.CommandClose; -import org.mcteam.ancientgates.commands.CommandCreate; -import org.mcteam.ancientgates.commands.CommandDelete; -import org.mcteam.ancientgates.commands.CommandHelp; -import org.mcteam.ancientgates.commands.CommandList; -import org.mcteam.ancientgates.commands.CommandOpen; -import org.mcteam.ancientgates.commands.CommandSetFrom; -import org.mcteam.ancientgates.commands.CommandSetTo; +import org.mcteam.ancientgates.commands.*; import org.mcteam.ancientgates.gson.Gson; import org.mcteam.ancientgates.gson.GsonBuilder; import org.mcteam.ancientgates.listeners.PluginBlockListener;