
Block break handling error
CrimsonSerpent5 opened this issue ยท 4 comments
WorldEdit Version
Latest 7.3.10 Beta 1
WorldGuard Version
Latest 7.0.13 Beta 2
Platform Version
Paper 1.21.4
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using a version of WorldGuard compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
[14:36:42 ERROR]: Could not pass event UseBlockEvent to WorldGuard v7.0.13-beta-1+2f13ae0
java.lang.NoClassDefFoundError: Could not initialize class com.sk89q.worldguard.bukkit.util.Materials
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.listener.RegionProtectionListener.lambda$onUseBlock$2(RegionProtectionListener.java:258) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at com.google.common.base.Predicate.test(Predicate.java:79) ~[guava-33.3.1-jre.jar:?]
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.event.block.AbstractBlockEvent.filterInternal(AbstractBlockEvent.java:132) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.event.block.AbstractBlockEvent.filter(AbstractBlockEvent.java:124) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.event.block.UseBlockEvent.filter(UseBlockEvent.java:39) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.event.block.AbstractBlockEvent.filter(AbstractBlockEvent.java:160) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.event.block.UseBlockEvent.filter(UseBlockEvent.java:39) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.listener.RegionProtectionListener.onUseBlock(RegionProtectionListener.java:252) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.util.Events.fireAndTestCancel(Events.java:60) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.listener.debounce.legacy.AbstractEventDebounce.debounce(AbstractEventDebounce.java:56) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.listener.debounce.legacy.BlockEntityEventDebounce.debounce(BlockEntityEventDebounce.java:36) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.listener.EventAbstractionListener.onPlayerInteract(EventAbstractionListener.java:514) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:603) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:559) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:554) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.world.level.block.PressurePlateBlock.getSignalStrength(PressurePlateBlock.java:58) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.world.level.block.BasePressurePlateBlock.checkPressed(BasePressurePlateBlock.java:94) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.world.level.block.BasePressurePlateBlock.entityInside(BasePressurePlateBlock.java:88) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.entityInside(BlockBehaviour.java:886) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.world.entity.Entity.checkInsideBlocks(Entity.java:1645) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.world.entity.Entity.applyEffectsFromBlocks(Entity.java:1276) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.world.entity.Entity.applyEffectsFromBlocks(Entity.java:1262) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.world.entity.LivingEntity.aiStep(LivingEntity.java:3451) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.world.entity.player.Player.aiStep(Player.java:591) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:3148) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.world.entity.player.Player.tick(Player.java:298) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.level.ServerPlayer.doTick(ServerPlayer.java:865) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.network.ServerGamePacketListenerImpl.tick(ServerGamePacketListenerImpl.java:340) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.network.Connection.tick(Connection.java:607) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.network.ServerConnectionListener.tick(ServerConnectionListener.java:256) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.MinecraftServer.tickConnection(MinecraftServer.java:1762) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.dedicated.DedicatedServer.tickConnection(DedicatedServer.java:427) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1738) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1529) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1251) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchFieldError: Class org.bukkit.Tag does not have member field 'org.bukkit.Tag ITEMS_TRIM_TEMPLATES' [in thread "Server thread"]
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.util.Materials.(Materials.java:923) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener.handleGrow(WorldGuardBlockListener.java:642) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at worldguard-bukkit-7.0.13-beta-1-dist.jar/com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener.onBlockGrow(WorldGuardBlockListener.java:637) ~[worldguard-bukkit-7.0.13-beta-1-dist.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockGrowEvent(CraftEventFactory.java:1331) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.world.level.block.VineBlock.randomTick(VineBlock.java:232) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.randomTick(BlockBehaviour.java:882) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.level.ServerLevel.optimiseRandomTick(ServerLevel.java:907) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.level.ServerLevel.tickChunk(ServerLevel.java:967) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.level.ServerChunkCache.tickChunks(ServerChunkCache.java:624) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.level.ServerChunkCache.tickChunks(ServerChunkCache.java:522) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.level.ServerChunkCache.tick(ServerChunkCache.java:494) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:776) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1724) ~[paper-1.21.4.jar:1.21.4-107-1bb3677]
... 4 more
Expected Behavior
The Plugin not spamming this in chat.
Reproduction Steps
- ...Run the server
- ...Look at console
Optional WorldGuard-Report
No response
Anything Else?
No response
Could you direct me to the proper versions for 1.21.4? World Guard and World Edit?