Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Eric-liucn/0383309c564ef1377bd41b29d0d14064 to your computer and use it in GitHub Desktop.
Save Eric-liucn/0383309c564ef1377bd41b29d0d14064 to your computer and use it in GitHub Desktop.
[11:08:46] [Server thread/ERROR]: Could not pass event BlockBreakEvent to PlotSquared v6.2.2-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:593) ~[forge:?]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:578) ~[forge:?]
at catserver.server.CatServerEventHandler.onBreakBlockEvent(CatServerEventHandler.java:32) ~[forge:?]
at net.minecraftforge.eventbus.ASMEventHandler_42_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:492) ~[?:?]
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:831) [?:?]
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:131) ~[?:?]
at com.plotsquared.bukkit.listener.BlockEventListener.blockDestroy(BlockEventListener.java:354) ~[?:?]
at jdk.internal.reflect.GeneratedMethodAccessor126.invoke(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
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