This commit is contained in:
libraryaddict
2014-09-27 16:35:21 +12:00
parent fb09d93136
commit d937fb3e79
6 changed files with 70 additions and 6 deletions

View File

@@ -215,6 +215,8 @@ public class DisguiseHelpCommand extends BaseDisguiseCommand {
valueType = "number,number,number...";
} else if (c == BlockFace.class) {
valueType = "direction";
} else if (c == RabbitType.class) {
valueType = "rabbit type";
}
if (valueType != null) {
ChatColor methodColor = ChatColor.YELLOW;