Cleaned up perms

This commit is contained in:
Andrew
2013-05-29 10:52:10 +12:00
parent a7908e5738
commit b29a3fae5e
3 changed files with 22 additions and 16 deletions

View File

@@ -98,7 +98,7 @@ public class DisguiseCommand implements CommandExecutor {
type = DisguiseType.valueOf(args[0].toUpperCase());
} catch (Exception ex) {
sender.sendMessage(ChatColor.RED + "Failed to find disguise: " + ChatColor.GREEN + args[0]
+ "\n/disguise player <Name>\n/disguise <Mob Name>\n/disguise undisguise/un/undis");
+ "\n/disguise player <Name>\n/disguise <Mob Name>\n/disguise undisguise/un/undis\n/undisguise");
return true;
}
if (sender.hasPermission("libsdisguises.disguise." + type.name().toLowerCase())) {