Add painting to disguise help
This commit is contained in:
		@@ -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()) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user