Skip to content

[Bug]: Console Error Spam #113

Description

@athenamatiz

Plugin Version

0.13.1

Operating System

Linux (Debian/Ubuntu)

Bug Description

This bug started spamming the console as players were building in their own areas.

Steps to Reproduce

I'm receiving an error message on my server that I've never seen before. I haven't encountered this before.

Expected Behavior

The error message indicates a problem with a control.

Logs

[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.tick(InteractionManager.java:402)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.system.InteractionSystems$TickInteractionManagerSystem.tick(InteractionSystems.java:76)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.EntityTickingSystem.doTick(EntityTickingSystem.java:92)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.EntityTickingSystem.tick(EntityTickingSystem.java:36)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tick(Store.java:2030)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem.tick(ArchetypeTickingSystem.java:36)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tickInternal(Store.java:1986)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tick(Store.java:1956)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.universe.world.World.tick(World.java:461)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.util.thread.TickingThread.run(TickingThread.java:95)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.Thread.run(Thread.java:1474)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] Caused by: java.lang.NoSuchMethodError: method resolution failed
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandleNatives.resolve(Native Method)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolve(MemberName.java:957)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:986)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	... 26 more
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] [HyperProtect] ExplosionInterceptor error #2000: java.lang.NoSuchMethodException: no such method: com.hyperfactions.integration.protection.HyperProtectIntegration$ExplosionHook.evaluateExplosion(World,int,int,int)int/invokeVirtual
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] java.lang.NoSuchMethodException: no such method: com.hyperfactions.integration.protection.HyperProtectIntegration$ExplosionHook.evaluateExplosion(World,int,int,int)int/invokeVirtual
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName.makeAccessException(MemberName.java:910)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:989)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:3591)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandles$Lookup.findVirtual(MethodHandles.java:2610)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.queryExplosionVerdict(BlockHarvestUtils.java:1194)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.redirect$zzb000$redirectExplosionBlockDamage(BlockHarvestUtils.java:1163)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.performBlockDamage(BlockHarvestUtils.java:177)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.ExplosionUtils.processTargetBlocks(ExplosionUtils.java:255)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.ExplosionUtils.performExplosion(ExplosionUtils.java:126)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.client.ExplodeInteraction.firstRun(ExplodeInteraction.java:120)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.SimpleInstantInteraction.redirect$zbg000$gateInstantInteraction(SimpleInstantInteraction.java:783)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.SimpleInstantInteraction.tick0(SimpleInstantInteraction.java:32)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.Interaction.tick(Interaction.java:406)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.serverTick(InteractionManager.java:991)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.doTickChain(InteractionManager.java:833)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.tickChain(InteractionManager.java:672)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.executeChain0(InteractionManager.java:1675)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.tick(InteractionManager.java:402)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.system.InteractionSystems$TickInteractionManagerSystem.tick(InteractionSystems.java:76)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.EntityTickingSystem.doTick(EntityTickingSystem.java:92)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.EntityTickingSystem.tick(EntityTickingSystem.java:36)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tick(Store.java:2030)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem.tick(ArchetypeTickingSystem.java:36)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tickInternal(Store.java:1986)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tick(Store.java:1956)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.universe.world.World.tick(World.java:461)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.util.thread.TickingThread.run(TickingThread.java:95)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.Thread.run(Thread.java:1474)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] Caused by: java.lang.NoSuchMethodError: method resolution failed
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandleNatives.resolve(Native Method)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolve(MemberName.java:957)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:986)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	... 26 more
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] [HyperProtect] ExplosionInterceptor error #2100: java.lang.NoSuchMethodException: no such method: com.hyperfactions.integration.protection.HyperProtectIntegration$ExplosionHook.evaluateExplosion(World,int,int,int)int/invokeVirtual
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] java.lang.NoSuchMethodException: no such method: com.hyperfactions.integration.protection.HyperProtectIntegration$ExplosionHook.evaluateExplosion(World,int,int,int)int/invokeVirtual
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName.makeAccessException(MemberName.java:910)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:989)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:3591)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandles$Lookup.findVirtual(MethodHandles.java:2610)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.queryExplosionVerdict(BlockHarvestUtils.java:1194)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.redirect$zzb000$redirectExplosionBlockDamage(BlockHarvestUtils.java:1163)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.performBlockDamage(BlockHarvestUtils.java:177)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.ExplosionUtils.processTargetBlocks(ExplosionUtils.java:255)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.ExplosionUtils.performExplosion(ExplosionUtils.java:126)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.client.ExplodeInteraction.firstRun(ExplodeInteraction.java:120)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.SimpleInstantInteraction.redirect$zbg000$gateInstantInteraction(SimpleInstantInteraction.java:783)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.SimpleInstantInteraction.tick0(SimpleInstantInteraction.java:32)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.Interaction.tick(Interaction.java:406)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.serverTick(InteractionManager.java:991)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.doTickChain(InteractionManager.java:833)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.tickChain(InteractionManager.java:672)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.executeChain0(InteractionManager.java:1675)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.tick(InteractionManager.java:402)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.system.InteractionSystems$TickInteractionManagerSystem.tick(InteractionSystems.java:76)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.EntityTickingSystem.doTick(EntityTickingSystem.java:92)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.EntityTickingSystem.tick(EntityTickingSystem.java:36)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tick(Store.java:2030)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem.tick(ArchetypeTickingSystem.java:36)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tickInternal(Store.java:1986)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tick(Store.java:1956)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.universe.world.World.tick(World.java:461)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.util.thread.TickingThread.run(TickingThread.java:95)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.Thread.run(Thread.java:1474)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] Caused by: java.lang.NoSuchMethodError: method resolution failed
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandleNatives.resolve(Native Method)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolve(MemberName.java:957)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:986)
[13:44:39]ERROR[2026/05/11 13:44:39 SEVERE]                     [SERR] 	... 26 more
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] [HyperProtect] ExplosionInterceptor error #2200: java.lang.NoSuchMethodException: no such method: com.hyperfactions.integration.protection.HyperProtectIntegration$ExplosionHook.evaluateExplosion(World,int,int,int)int/invokeVirtual
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] java.lang.NoSuchMethodException: no such method: com.hyperfactions.integration.protection.HyperProtectIntegration$ExplosionHook.evaluateExplosion(World,int,int,int)int/invokeVirtual
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName.makeAccessException(MemberName.java:910)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:989)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:3591)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandles$Lookup.findVirtual(MethodHandles.java:2610)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.queryExplosionVerdict(BlockHarvestUtils.java:1194)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.redirect$zzb000$redirectExplosionBlockDamage(BlockHarvestUtils.java:1163)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.performBlockDamage(BlockHarvestUtils.java:177)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.ExplosionUtils.processTargetBlocks(ExplosionUtils.java:255)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.ExplosionUtils.performExplosion(ExplosionUtils.java:126)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.client.ExplodeInteraction.firstRun(ExplodeInteraction.java:120)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.SimpleInstantInteraction.simulateFirstRun(SimpleInstantInteraction.java:57)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.SimpleInstantInteraction.simulateTick0(SimpleInstantInteraction.java:40)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.Interaction.simulateTick(Interaction.java:434)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.simulationTick(InteractionManager.java:1096)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.doTickChain(InteractionManager.java:830)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.tickChain(InteractionManager.java:672)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.executeChain0(InteractionManager.java:1675)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.tick(InteractionManager.java:402)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.system.InteractionSystems$TickInteractionManagerSystem.tick(InteractionSystems.java:76)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.EntityTickingSystem.doTick(EntityTickingSystem.java:92)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.EntityTickingSystem.tick(EntityTickingSystem.java:36)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tick(Store.java:2030)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem.tick(ArchetypeTickingSystem.java:36)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tickInternal(Store.java:1986)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tick(Store.java:1956)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.universe.world.World.tick(World.java:461)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.util.thread.TickingThread.run(TickingThread.java:95)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.Thread.run(Thread.java:1474)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] Caused by: java.lang.NoSuchMethodError: method resolution failed
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandleNatives.resolve(Native Method)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolve(MemberName.java:957)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:986)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	... 26 more
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] [HyperProtect] ExplosionInterceptor error #2300: java.lang.NoSuchMethodException: no such method: com.hyperfactions.integration.protection.HyperProtectIntegration$ExplosionHook.evaluateExplosion(World,int,int,int)int/invokeVirtual
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] java.lang.NoSuchMethodException: no such method: com.hyperfactions.integration.protection.HyperProtectIntegration$ExplosionHook.evaluateExplosion(World,int,int,int)int/invokeVirtual
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName.makeAccessException(MemberName.java:910)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:989)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:3591)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandles$Lookup.findVirtual(MethodHandles.java:2610)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.queryExplosionVerdict(BlockHarvestUtils.java:1194)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.redirect$zzb000$redirectExplosionBlockDamage(BlockHarvestUtils.java:1163)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.performBlockDamage(BlockHarvestUtils.java:177)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.ExplosionUtils.processTargetBlocks(ExplosionUtils.java:255)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.ExplosionUtils.performExplosion(ExplosionUtils.java:126)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.client.ExplodeInteraction.firstRun(ExplodeInteraction.java:120)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.SimpleInstantInteraction.redirect$zbg000$gateInstantInteraction(SimpleInstantInteraction.java:783)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.SimpleInstantInteraction.tick0(SimpleInstantInteraction.java:32)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.Interaction.tick(Interaction.java:406)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.serverTick(InteractionManager.java:991)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.doTickChain(InteractionManager.java:833)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.tickChain(InteractionManager.java:672)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.executeChain0(InteractionManager.java:1675)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.tick(InteractionManager.java:402)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.system.InteractionSystems$TickInteractionManagerSystem.tick(InteractionSystems.java:76)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.EntityTickingSystem.doTick(EntityTickingSystem.java:92)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.EntityTickingSystem.tick(EntityTickingSystem.java:36)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tick(Store.java:2030)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem.tick(ArchetypeTickingSystem.java:36)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tickInternal(Store.java:1986)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tick(Store.java:1956)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.universe.world.World.tick(World.java:461)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.util.thread.TickingThread.run(TickingThread.java:95)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.Thread.run(Thread.java:1474)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] Caused by: java.lang.NoSuchMethodError: method resolution failed
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandleNatives.resolve(Native Method)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolve(MemberName.java:957)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:986)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	... 26 more
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] [HyperProtect] ExplosionInterceptor error #2400: java.lang.NoSuchMethodException: no such method: com.hyperfactions.integration.protection.HyperProtectIntegration$ExplosionHook.evaluateExplosion(World,int,int,int)int/invokeVirtual
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] java.lang.NoSuchMethodException: no such method: com.hyperfactions.integration.protection.HyperProtectIntegration$ExplosionHook.evaluateExplosion(World,int,int,int)int/invokeVirtual
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName.makeAccessException(MemberName.java:910)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:989)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:3591)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandles$Lookup.findVirtual(MethodHandles.java:2610)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.queryExplosionVerdict(BlockHarvestUtils.java:1194)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.redirect$zzb000$redirectExplosionBlockDamage(BlockHarvestUtils.java:1163)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.BlockHarvestUtils.performBlockDamage(BlockHarvestUtils.java:177)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.ExplosionUtils.processTargetBlocks(ExplosionUtils.java:255)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.ExplosionUtils.performExplosion(ExplosionUtils.java:126)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.client.ExplodeInteraction.firstRun(ExplodeInteraction.java:120)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.SimpleInstantInteraction.redirect$zbg000$gateInstantInteraction(SimpleInstantInteraction.java:783)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.SimpleInstantInteraction.tick0(SimpleInstantInteraction.java:32)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.interaction.config.Interaction.tick(Interaction.java:406)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.serverTick(InteractionManager.java:991)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.doTickChain(InteractionManager.java:833)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.tickChain(InteractionManager.java:672)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.executeChain0(InteractionManager.java:1675)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.entity.InteractionManager.tick(InteractionManager.java:402)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.modules.interaction.system.InteractionSystems$TickInteractionManagerSystem.tick(InteractionSystems.java:76)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.EntityTickingSystem.doTick(EntityTickingSystem.java:92)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.EntityTickingSystem.tick(EntityTickingSystem.java:36)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tick(Store.java:2030)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem.tick(ArchetypeTickingSystem.java:36)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tickInternal(Store.java:1986)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.component.Store.tick(Store.java:1956)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.universe.world.World.tick(World.java:461)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at com.hypixel.hytale.server.core.util.thread.TickingThread.run(TickingThread.java:95)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.Thread.run(Thread.java:1474)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] Caused by: java.lang.NoSuchMethodError: method resolution failed
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MethodHandleNatives.resolve(Native Method)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolve(MemberName.java:957)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:986)
[13:44:44]ERROR[2026/05/11 13:44:44 SEVERE]                     [SERR] 	... 26 more

Code Snippets

No response

Media

No response

Additional information

No response

Confirmation Checklist

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    Status
    To triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions