Implement new interface ConsoleCommandSender.

Also use abstracted ServerCommandSender to reduce complexity! Yay!
This commit is contained in:
Andrew Ardill
2011-12-07 17:04:00 +11:00
parent 93a4a9ba8c
commit 4e318dd1c8
3 changed files with 37 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
package org.bukkit.craftbukkit;
import java.io.FileNotFoundException;
import org.bukkit.craftbukkit.command.CraftConsoleCommandSender;
import org.bukkit.generator.ChunkGenerator;
import com.avaje.ebean.config.DataSourceConfig;
import com.avaje.ebean.config.ServerConfig;