1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-03 09:31:57 +02:00

Make Essentials Update use new Listener system, and fix a few general mistakes, including that of the config

This commit is contained in:
md_5
2012-02-15 19:34:46 +11:00
parent df7f19f004
commit 7be3239af5
5 changed files with 20 additions and 35 deletions

View File

@@ -7,8 +7,6 @@ import java.util.Map;
import java.util.concurrent.ConcurrentSkipListMap;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.bukkit.event.Event.Priority;
import org.bukkit.event.Event.Type;
import org.bukkit.event.player.PlayerChatEvent;
import org.bukkit.plugin.PluginManager;
import org.bukkit.plugin.java.JavaPlugin;