21:56:41 [SEVERE] Exception in thread "Abstraction Enum Verification Thread" 21:56:41 [SEVERE] java.lang.Error: CommandHelper: The method with signature publ ic static com.laytonsmith.abstraction.enums.bukkit.BukkitMCDisplaySlot getConver tor() was not found in class java.lang.Class Please add the following code: private static com.laytonsmith.abstraction.enums.bukkit.BukkitMCDisplaySlot inst ance; public static com.laytonsmith.abstraction.enums.bukkit.BukkitMCDisplaySlot getCo nvertor(){ if(instance == null){ instance = new com.laytonsmith.abstraction.enums.bukkit.BukkitMC DisplaySlot(); } return instance; } If you do not know what error is, please report this to the developers. 21:56:41 [SEVERE] at com.laytonsmith.abstraction.Implementation$1.run(Impl ementation.java:79) 21:56:41 [SEVERE] at java.lang.Thread.run(Unknown Source) >