You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
Steps to reproduce the behavior:
use in cfg
item:
item: oraxen:adventurer_sword
Expected behavior
The plugin will at least work and use items from the oraxen plugin
Screenshots
[23:56:47 ERROR]: Error occurred while enabling EcoItems v3.125.0 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "java.util.Map.values()" because "io.th0rgal.oraxen.items.OraxenItems.map" is null
at io.th0rgal.oraxen.items.OraxenItems.entryStream(OraxenItems.java:141) ~[oraxen-1.143.3.jar:?]
at io.th0rgal.oraxen.items.OraxenItems.getOptionalItemById(OraxenItems.java:59) ~[oraxen-1.143.3.jar:?]
at io.th0rgal.oraxen.items.OraxenItems.getItemById(OraxenItems.java:63) ~[oraxen-1.143.3.jar:?]
at com.willfp.eco.internal.spigot.integrations.customitems.CustomItemsOraxen$OraxenProvider.provideForKey(CustomItemsOraxen.kt:22) ~[eco-6.43.7-all.jar:?]
at com.willfp.eco.core.items.Items.doParse(Items.java:238) ~[eco-6.43.7-all.jar:?]
at com.willfp.eco.core.items.ItemsLookupHandler.parse(ItemsLookupHandler.java:31) ~[eco-6.43.7-all.jar:?]
at com.willfp.eco.core.items.ItemsLookupHandler.parse(ItemsLookupHandler.java:14) ~[eco-6.43.7-all.jar:?]
at com.willfp.eco.core.lookup.LookupHandler.parseKey(LookupHandler.java:36) ~[eco-6.43.7-all.jar:?]
at com.willfp.eco.core.items.Items.lookup(Items.java:198) ~[eco-6.43.7-all.jar:?]
at com.willfp.ecoitems.items.EcoItem.(EcoItem.kt:36) ~[EcoItems v3.125.0.jar:?]
at com.willfp.ecoitems.items.EcoItems.update(EcoItems.kt:52) ~[EcoItems v3.125.0.jar:?]
at com.willfp.ecoitems.EcoItemsPlugin.handleEnableAdditional(EcoItemsPlugin.kt:27) ~[EcoItems v3.125.0.jar:?]
at com.willfp.ecoitems.libreforge.LibReforgePlugin.handleEnable(LibReforge.kt:229) ~[EcoItems v3.125.0.jar:?]
at com.willfp.eco.core.EcoPlugin.onEnable(EcoPlugin.java:416) ~[eco-6.43.7-all.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[purpur-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:371) ~[purpur-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:548) ~[purpur-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:611) ~[purpur-1.19.2.jar:git-Purpur-1825]
at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:525) ~[purpur-1.19.2.jar:git-Purpur-1825]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:315) ~[purpur-1.19.2.jar:git-Purpur-1825]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1116) ~[purpur-1.19.2.jar:git-Purpur-1825]
at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:310) ~[purpur-1.19.2.jar:git-Purpur-1825]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Server Information (please complete the following information):
Version: latest purpur build
Version of plugin and eco: all latest
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Full support oraxen
To Reproduce
Steps to reproduce the behavior:
use in cfg
item:
item: oraxen:adventurer_sword
Expected behavior
The plugin will at least work and use items from the oraxen plugin
Screenshots
[23:56:47 ERROR]: Error occurred while enabling EcoItems v3.125.0 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "java.util.Map.values()" because "io.th0rgal.oraxen.items.OraxenItems.map" is null
at io.th0rgal.oraxen.items.OraxenItems.entryStream(OraxenItems.java:141) ~[oraxen-1.143.3.jar:?]
at io.th0rgal.oraxen.items.OraxenItems.getOptionalItemById(OraxenItems.java:59) ~[oraxen-1.143.3.jar:?]
at io.th0rgal.oraxen.items.OraxenItems.getItemById(OraxenItems.java:63) ~[oraxen-1.143.3.jar:?]
at com.willfp.eco.internal.spigot.integrations.customitems.CustomItemsOraxen$OraxenProvider.provideForKey(CustomItemsOraxen.kt:22) ~[eco-6.43.7-all.jar:?]
at com.willfp.eco.core.items.Items.doParse(Items.java:238) ~[eco-6.43.7-all.jar:?]
at com.willfp.eco.core.items.ItemsLookupHandler.parse(ItemsLookupHandler.java:31) ~[eco-6.43.7-all.jar:?]
at com.willfp.eco.core.items.ItemsLookupHandler.parse(ItemsLookupHandler.java:14) ~[eco-6.43.7-all.jar:?]
at com.willfp.eco.core.lookup.LookupHandler.parseKey(LookupHandler.java:36) ~[eco-6.43.7-all.jar:?]
at com.willfp.eco.core.items.Items.lookup(Items.java:198) ~[eco-6.43.7-all.jar:?]
at com.willfp.ecoitems.items.EcoItem.(EcoItem.kt:36) ~[EcoItems v3.125.0.jar:?]
at com.willfp.ecoitems.items.EcoItems.update(EcoItems.kt:52) ~[EcoItems v3.125.0.jar:?]
at com.willfp.ecoitems.EcoItemsPlugin.handleEnableAdditional(EcoItemsPlugin.kt:27) ~[EcoItems v3.125.0.jar:?]
at com.willfp.ecoitems.libreforge.LibReforgePlugin.handleEnable(LibReforge.kt:229) ~[EcoItems v3.125.0.jar:?]
at com.willfp.eco.core.EcoPlugin.onEnable(EcoPlugin.java:416) ~[eco-6.43.7-all.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[purpur-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:371) ~[purpur-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:548) ~[purpur-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:611) ~[purpur-1.19.2.jar:git-Purpur-1825]
at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:525) ~[purpur-1.19.2.jar:git-Purpur-1825]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:315) ~[purpur-1.19.2.jar:git-Purpur-1825]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1116) ~[purpur-1.19.2.jar:git-Purpur-1825]
at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:310) ~[purpur-1.19.2.jar:git-Purpur-1825]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Server Information (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: