FastCraft

FastCraft

138k Downloads

1.17 Support

BenWoodworth opened this issue ยท 0 comments

commented
java.lang.NullPointerException: null
	at net.benwoodworth.fastcraft.bukkit.world.FcItemOrderComparator_Bukkit_1_13.<init>(FcItemOrderComparator_Bukkit_1_13.kt:18) ~[?:?]
	at net.benwoodworth.fastcraft.bukkit.world.FcItemOrderComparator_Bukkit_1_13_Factory.newInstance(FcItemOrderComparator_Bukkit_1_13_Factory.java:46) ~[?:?]
	at net.benwoodworth.fastcraft.bukkit.world.FcItemOrderComparator_Bukkit_1_13_Factory.get(FcItemOrderComparator_Bukkit_1_13_Factory.java:35) ~[?:?]
	at net.benwoodworth.fastcraft.bukkit.world.FcItemOrderComparator_Bukkit_1_13_Factory.get(FcItemOrderComparator_Bukkit_1_13_Factory.java:10) ~[?:?]
	at net.benwoodworth.fastcraft.lib.dagger.internal.DoubleCheck.get(DoubleCheck.java:47) ~[?:?]
	at net.benwoodworth.fastcraft.bukkit.BukkitFastCraftModule.provideFcMaterialComparator(BukkitFastCraftModule.kt:175) ~[?:?]
	at net.benwoodworth.fastcraft.bukkit.BukkitFastCraftModule_ProvideFcMaterialComparatorFactory.provideFcMaterialComparator(BukkitFastCraftModule_ProvideFcMaterialComparatorFactory.java:49) ~[?:?]
	at net.benwoodworth.fastcraft.bukkit.BukkitFastCraftModule_ProvideFcMaterialComparatorFactory.get(BukkitFastCraftModule_ProvideFcMaterialComparatorFactory.java:36) ~[?:?]
	at net.benwoodworth.fastcraft.bukkit.BukkitFastCraftModule_ProvideFcMaterialComparatorFactory.get(BukkitFastCraftModule_ProvideFcMaterialComparatorFactory.java:11) ~[?:?]
	at net.benwoodworth.fastcraft.crafting.model.CraftableRecipeFinder_Factory.get(CraftableRecipeFinder_Factory.java:54) ~[?:?]
	at net.benwoodworth.fastcraft.crafting.model.CraftableRecipeFinder_Factory.get(CraftableRecipeFinder_Factory.java:13) ~[?:?]
	at net.benwoodworth.fastcraft.lib.dagger.internal.DoubleCheck.get(DoubleCheck.java:47) ~[?:?]
	at net.benwoodworth.fastcraft.crafting.model.FastCraftGuiModel_Factory_Factory.get(FastCraftGuiModel_Factory_Factory.java:43) ~[?:?]
	at net.benwoodworth.fastcraft.crafting.model.FastCraftGuiModel_Factory_Factory.get(FastCraftGuiModel_Factory_Factory.java:10) ~[?:?]
	at net.benwoodworth.fastcraft.lib.dagger.internal.DoubleCheck.get(DoubleCheck.java:47) ~[?:?]
	at net.benwoodworth.fastcraft.crafting.FastCraftGui_Factory_Factory.get(FastCraftGui_Factory_Factory.java:36) ~[?:?]
	at net.benwoodworth.fastcraft.crafting.FastCraftGui_Factory_Factory.get(FastCraftGui_Factory_Factory.java:10) ~[?:?]
	at net.benwoodworth.fastcraft.FastCraft_Factory.get(FastCraft_Factory.java:59) ~[?:?]
	at net.benwoodworth.fastcraft.FastCraft_Factory.get(FastCraft_Factory.java:12) ~[?:?]
	at net.benwoodworth.fastcraft.lib.dagger.internal.DoubleCheck.get(DoubleCheck.java:47) ~[?:?]
	at net.benwoodworth.fastcraft.bukkit.DaggerBukkitFastCraft_Factory.createFastCraft(DaggerBukkitFastCraft_Factory.java:550) ~[?:?]
	at net.benwoodworth.fastcraft.bukkit.BukkitFastCraft.onEnable(BukkitFastCraft.kt:22) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[craftbukkit-1.17.jar:3111-Bukkit-cbf2f67]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:334) ~[craftbukkit-1.17.jar:3111-Bukkit-cbf2f67]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479) ~[craftbukkit-1.17.jar:3111-Bukkit-cbf2f67]
	at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:481) ~[craftbukkit-1.17.jar:3111-Bukkit-cbf2f67]
	at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:407) ~[craftbukkit-1.17.jar:3111-Bukkit-cbf2f67]
	at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:597) ~[craftbukkit-1.17.jar:3111-Bukkit-cbf2f67]
	at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:251) ~[craftbukkit-1.17.jar:3111-Bukkit-cbf2f67]
	at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:963) ~[craftbukkit-1.17.jar:3111-Bukkit-cbf2f67]
	at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:297) ~[craftbukkit-1.17.jar:3111-Bukkit-cbf2f67]
	at java.lang.Thread.run(Thread.java:831) [?:?]