Renamed IExecutor -> CommandExecutor and fixed SERVER_COMMAND doc

This commit is contained in:
stevenh
2011-01-29 21:17:36 +00:00
parent dc04480c96
commit 247e77579a
10 changed files with 65 additions and 70 deletions

View File

@@ -363,7 +363,7 @@ public abstract class Event {
PLUGIN_DISABLE (Category.SERVER),
/**
* Called when a plugin is disabled
* Called when a server command is called
*
* @see org.bukkit.event.server.PluginEvent
*/