Add painting to disguise help
This commit is contained in:
parent
979ff545a5
commit
e48c8db360
@ -89,6 +89,12 @@ public class DisguiseHelpCommand extends BaseDisguiseCommand {
|
||||
"org.bukkit.entity.Villager$Profession").getEnumConstants()));
|
||||
} catch (Exception ex) {
|
||||
}
|
||||
try {
|
||||
enumHelp.add(new EnumHelp("Painting", "Paintings", ChatColor.RED + "/disguisehelp Painting " + ChatColor.GREEN
|
||||
+ "- View all the paintings you can use on a painting disguise", (Enum[]) Class.forName("org.bukkit.Art")
|
||||
.getEnumConstants()));
|
||||
} catch (Exception ex) {
|
||||
}
|
||||
try {
|
||||
ArrayList<String> enumReturns = new ArrayList<String>();
|
||||
for (PotionEffectType potionType : PotionEffectType.values()) {
|
||||
|
Loading…
Reference in New Issue
Block a user