From 568c36d39fed61b314d7187b668ed11fc1835650 Mon Sep 17 00:00:00 2001 From: Jacob Brunson Date: Mon, 5 Mar 2012 17:10:47 -0600 Subject: [PATCH] Hopefully that was the last derp.. --- .classpath | 1 + src/org/mcteam/ancientgates/Plugin.java | 12 +----------- 2 files changed, 2 insertions(+), 11 deletions(-) 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;