Generalized commands handler so that other plugins (WorldGuard, CraftBook, etc.) can use it too.

This commit is contained in:
sk89q
2011-02-17 22:53:44 -08:00
parent 01f7be3ba3
commit e91c837949
25 changed files with 780 additions and 37 deletions

View File

@@ -20,8 +20,9 @@
package com.sk89q.worldedit.commands;
import java.io.File;
import com.sk89q.util.commands.Command;
import com.sk89q.util.commands.CommandContext;
import com.sk89q.minecraft.util.commands.Command;
import com.sk89q.minecraft.util.commands.CommandContext;
import com.sk89q.minecraft.util.commands.CommandPermissions;
import com.sk89q.worldedit.*;
/**