Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Eric-liucn/40f583479c73be36c059de2163512cde to your computer and use it in GitHub Desktop.
Save Eric-liucn/40f583479c73be36c059de2163512cde to your computer and use it in GitHub Desktop.
[21:08:31] [Server thread/ERROR] [Minecraft]: Could not pass event BlockBreakEvent to PlotSquared v6.6.3-Premium
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:319) ~[forge:?]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[forge:?]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[forge:?]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:574) ~[forge:?]
at catserver.server.CatServerEventHandler.onBreakBlockEvent(CatServerEventHandler.java:32) ~[forge:?]
at net.minecraftforge.eventbus.ASMEventHandler_44_CatServerEventHandler_onBreakBlockEvent_BreakEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at com.buuz135.industrial.utils.BlockUtils.canBlockBeBroken(BlockUtils.java:104) ~[industrialforegoing:3.2.14.7]
at com.buuz135.industrial.block.resourceproduction.tile.BlockPlacerTile.work(BlockPlacerTile.java:60) ~[industrialforegoing:3.2.14.7]
at com.buuz135.industrial.block.tile.IndustrialWorkingTile.lambda$new$0(IndustrialWorkingTile.java:81) ~[industrialforegoing:3.2.14.7]
at com.hrznstudio.titanium.component.progress.ProgressBarComponent.tickBar(ProgressBarComponent.java:189) ~[titanium:3.2.8.7]
at com.hrznstudio.titanium.component.progress.MultiProgressBarHandler.update(MultiProgressBarHandler.java:43) ~[titanium:3.2.8.7]
at com.hrznstudio.titanium.block.tile.ActiveTile.func_73660_a(ActiveTile.java:225) ~[titanium:3.2.8.7]
at net.minecraft.world.World.func_217391_K(World.java:726) ~[?:?]
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:500) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1038) ~[?:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:930) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:763) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:265) ~[?:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: com.plotsquared.core.util.PlayerManager$NoSuchPlayerException: There is no online player with UUID 'ec5b5875-ebb5-4b47-833b-0de37ac9e6d7'
at com.plotsquared.bukkit.player.BukkitPlayerManager.getPlayer(BukkitPlayerManager.java:69) ~[?:?]
at com.plotsquared.bukkit.util.BukkitUtil.adapt(BukkitUtil.java:129) ~[?:?]
at com.plotsquared.bukkit.listener.BlockEventListener.blockDestroy(BlockEventListener.java:356) ~[?:?]
at jdk.internal.reflect.GeneratedMethodAccessor100.invoke(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:315) ~[forge:?]
... 22 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment