Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command Folia Issue #98

Open
YusakiDev opened this issue Jan 29, 2025 · 0 comments
Open

Command Folia Issue #98

YusakiDev opened this issue Jan 29, 2025 · 0 comments

Comments

@YusakiDev
Copy link

[12:36:07 ERROR]: Could not pass event PlayerItemConsumeEvent to BreweryX v3.4.8;master
java.lang.IllegalStateException: Dispatching command async
at io.papermc.paper.threadedregions.RegionizedServer.ensureGlobalTickThread(RegionizedServer.java:105) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:1037) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:1114) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
at BreweryX-3.4.8.jar/com.dre.brewery.recipe.BRecipe.executeCommand(BRecipe.java:513) ~[BreweryX-3.4.8.jar:?]
at BreweryX-3.4.8.jar/com.dre.brewery.recipe.BRecipe.scheduleCommand(BRecipe.java:492) ~[BreweryX-3.4.8.jar:?]
at BreweryX-3.4.8.jar/com.dre.brewery.recipe.BRecipe.applyDrinkFeatures(BRecipe.java:462) ~[BreweryX-3.4.8.jar:?]
at BreweryX-3.4.8.jar/com.dre.brewery.BPlayer.drink(BPlayer.java:212) ~[BreweryX-3.4.8.jar:?]
at BreweryX-3.4.8.jar/com.dre.brewery.listeners.PlayerListener.onPlayerItemConsume(PlayerListener.java:226) ~[BreweryX-3.4.8.jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor857.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:1.21.1-DEV-2e7bc07]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
at net.minecraft.world.entity.LivingEntity.completeUsingItem(LivingEntity.java:4093) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at net.minecraft.server.level.ServerPlayer.completeUsingItem(ServerPlayer.java:2493) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at net.minecraft.world.entity.LivingEntity.updateUsingItem(LivingEntity.java:3950) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at net.minecraft.server.level.ServerPlayer.updateUsingItem(ServerPlayer.java:3139) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at net.minecraft.world.entity.LivingEntity.updatingUsingItem(LivingEntity.java:3930) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:3152) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at net.minecraft.world.entity.player.Player.tick(Player.java:288) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at net.minecraft.server.level.ServerPlayer.doTick(ServerPlayer.java:981) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at net.minecraft.server.network.ServerGamePacketListenerImpl.tick(ServerGamePacketListenerImpl.java:359) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at net.minecraft.network.Connection.tick(Connection.java:694) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at io.papermc.paper.threadedregions.RegionizedWorldData.tickConnections(RegionizedWorldData.java:502) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1912) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:473) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1720) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:407) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:418) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:540) ~[folia-1.21.1.jar:1.21.1-DEV-2e7bc07]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant