Moved commands into their own classes.

This commit is contained in:
sk89q
2011-01-29 02:05:22 -08:00
parent 67f344e1be
commit 02de4c8200
21 changed files with 2875 additions and 1533 deletions

View File

@ -102,7 +102,7 @@ public class BukkitPlayer extends LocalPlayer {
@Override
public boolean hasPermission(String perm) {
return plugin.hasPermission(player, "/" + perm);
return plugin.hasPermission(player, perm);
}
@Override