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

Errors on StartUp #993

Open
Bimmalord opened this issue Dec 24, 2024 · 4 comments
Open

Errors on StartUp #993

Bimmalord opened this issue Dec 24, 2024 · 4 comments
Assignees
Labels
📝 Missing information Required information is missing

Comments

@Bimmalord
Copy link

Minecraft's Version

Version 1.21.1-R01.1-SNAPSHOT

Plugin's Version

WildStacker-2024.4-b110

Describe the bug

Alot of errors on startup

To Reproduce

[03:55:08 ERROR]: Could not pass event EntityDamageByBlockEvent to WildStacker v2024.4-b110
java.lang.ClassCastException: class org.bukkit.event.HandlerList cannot be cast to class com.bgsoftware.wildstacker.utils.events.BiHandlerList (org.bukkit.event.HandlerList is in unnamed module of loader java.net.URLClassLoader @4e515669; com.bgsoftware.wildstacker.utils.events.BiHandlerList is in unnamed module of loader 'WildStacker-2024.4-b110.jar' @21597c7b)
at WildStacker-2024.4-b110.jar/com.bgsoftware.wildstacker.listeners.EntitiesListener.recallDamageEvent(EntitiesListener.java:215) ~[WildStacker-2024.4-b110.jar:?]
at WildStacker-2024.4-b110.jar/com.bgsoftware.wildstacker.listeners.EntitiesListener.handleEntityDamage(EntitiesListener.java:250) ~[WildStacker-2024.4-b110.jar:?]
at WildStacker-2024.4-b110.jar/com.bgsoftware.wildstacker.listeners.EntitiesListener.handleEntityDamage(EntitiesListener.java:211) ~[WildStacker-2024.4-b110.jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor382.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-128-d348cb8]
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) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.event.CraftEventFactory.callEvent(CraftEventFactory.java:277) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at org.bukkit.craftbukkit.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:1209) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at org.bukkit.craftbukkit.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:1204) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at org.bukkit.craftbukkit.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:1149) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at org.bukkit.craftbukkit.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:1092) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at org.bukkit.craftbukkit.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:1247) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.entity.LivingEntity.handleEntityDamage(LivingEntity.java:2327) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.entity.LivingEntity.hurt(LivingEntity.java:1488) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.entity.monster.Guardian.hurt(Guardian.java:324) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.level.block.MagmaBlock.stepOn(MagmaBlock.java:32) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.entity.Entity.move(Entity.java:1228) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.entity.LivingEntity.handleRelativeFrictionAndCalculateMovement(LivingEntity.java:3065) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.entity.LivingEntity.travel(LivingEntity.java:2999) ~[paper-1.21.1.jar:1.21.1-128-d348cb8] at net.minecraft.world.entity.monster.Guardian.travel(Guardian.java:343) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.entity.LivingEntity.aiStep(LivingEntity.java:3525) ~[paper-1.21.1.jar:1.21.1-128-d348cb8] at net.minecraft.world.entity.Mob.aiStep(Mob.java:678) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.entity.monster.Monster.aiStep(Monster.java:44) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.entity.monster.Guardian.aiStep(Guardian.java:273) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:3173) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.entity.Mob.tick(Mob.java:445) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:1248) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.level.Level.guardEntityTick(Level.java:1420) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.server.level.ServerLevel.lambda$tick$4(ServerLevel.java:737) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:39) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:717) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1804) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:473) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1596) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1302) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.1.jar:1.21.1-128-d348cb8]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]

Additional Information

No response

@Bimmalord Bimmalord added the Pending Pending reports to be investigated label Dec 24, 2024
@OmerBenGera
Copy link
Member

Upload your config file to pastebin and send it here

@Bimmalord
Copy link
Author

Bimmalord commented Dec 25, 2024 via email

@OmerBenGera
Copy link
Member

Hello OmeR, here is the upload pastebin: https://pastebin.com/sC6aDfmn Op di 24 dec 2024 om 22:27 schreef Ome_R @.>:

Upload your config file to pastebin and send it here — Reply to this email directly, view it on GitHub <#993 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BARNCCIJ2WRW7KW3CONKIXL2HHGSNAVCNFSM6AAAAABUFCALXCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRRGQ2TSMRZGI . You are receiving this because you authored the thread.Message ID: @.
>

I need your config file, not the error

@OmerBenGera OmerBenGera added 📝 Missing information Required information is missing and removed Pending Pending reports to be investigated labels Dec 27, 2024
@Bimmalord
Copy link
Author

Bimmalord commented Dec 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 Missing information Required information is missing
Projects
None yet
Development

No branches or pull requests

2 participants