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

Does not play well with RedstoneClockPreventer #13

Open
PhanaticD opened this issue Dec 11, 2016 · 3 comments
Open

Does not play well with RedstoneClockPreventer #13

PhanaticD opened this issue Dec 11, 2016 · 3 comments

Comments

@PhanaticD
Copy link

things like this spammed console

[19:49:21] [Server thread/WARN]: Caused by: java.lang.ClassCastException
[19:49:21] [Server thread/WARN]: org.bukkit.event.EventException
[19:49:21] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:46)
[19:49:21] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[19:49:21] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.MutableBlockRedstoneEvent.call(MutableBlockRedstoneEvent.java:44)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.calculateCurrentChanges(Wire.java:121)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.handleUpdate(Wire.java:59)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.a(Wire.java:392)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockStateList$BlockData.doPhysics(SourceFile:408)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.e(World.java:571)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.applyPhysics(World.java:524)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockRedstoneWire.remove(BlockRedstoneWire.java:285)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.remove(Wire.java:371)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.Chunk.a(Chunk.java:506)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.setTypeAndData(World.java:390)
[19:49:21] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeIdAndData(CraftBlock.java:141)
[19:49:21] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeId(CraftBlock.java:132)
[19:49:21] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:123)
[19:49:21] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:118)
[19:49:21] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.Main.increasingRst(Main.java:59)
[19:49:21] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.RedstoneWGListener.onBlockRedstoneChange(RedstoneWGListener.java:25)
[19:49:21] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor743.execute(Unknown Source)
[19:49:21] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:44)
[19:49:21] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[19:49:21] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.MutableBlockRedstoneEvent.call(MutableBlockRedstoneEvent.java:44)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.calculateCurrentChanges(Wire.java:121)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.handleUpdate(Wire.java:59)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.a(Wire.java:392)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockStateList$BlockData.doPhysics(SourceFile:408)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.e(World.java:571)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.applyPhysics(World.java:521)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.TorchOn.remove(TorchOn.java:52)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.Chunk.a(Chunk.java:506)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.QueueManager110.updateBlockFast(QueueManager110.java:99)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.TorchOn.b(TorchOn.java:80)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.WorldServer.a(WorldServer.java:747)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.WorldServer.doTick(WorldServer.java:251)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:860)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:404)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:740)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:639)
[19:49:21] [Server thread/WARN]:    at java.lang.Thread.run(Thread.java:745)
[19:49:21] [Server thread/WARN]: Caused by: java.lang.ClassCastException
[19:49:21] [Server thread/WARN]: org.bukkit.event.EventException
[19:49:21] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:46)
[19:49:21] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[19:49:21] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.MutableBlockRedstoneEvent.call(MutableBlockRedstoneEvent.java:44)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.calculateCurrentChanges(Wire.java:121)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.handleUpdate(Wire.java:59)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.a(Wire.java:392)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockStateList$BlockData.doPhysics(SourceFile:408)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.e(World.java:571)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.applyPhysics(World.java:521)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.TorchOn.remove(TorchOn.java:52)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.Chunk.a(Chunk.java:506)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.QueueManager110.updateBlockFast(QueueManager110.java:99)
[19:49:21] [Server thread/WARN]:    at com.boydti.far.v110.blocks.TorchOn.b(TorchOn.java:80)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.WorldServer.a(WorldServer.java:747)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.WorldServer.doTick(WorldServer.java:251)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:860)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:404)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:740)
[19:49:21] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:639)
[19:49:21] [Server thread/WARN]:    at java.lang.Thread.run(Thread.java:745)
[19:50:15] [Server thread/WARN]: org.bukkit.event.EventException
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:46)
[19:50:15] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.MutableBlockRedstoneEvent.call(MutableBlockRedstoneEvent.java:44)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.calculateCurrentChanges(Wire.java:121)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.handleUpdate(Wire.java:59)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.a(Wire.java:392)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockStateList$BlockData.doPhysics(SourceFile:408)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.e(World.java:571)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.applyPhysics(World.java:524)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockRedstoneWire.remove(BlockRedstoneWire.java:285)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.remove(Wire.java:371)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.Chunk.a(Chunk.java:506)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.setTypeAndData(World.java:390)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeIdAndData(CraftBlock.java:141)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeId(CraftBlock.java:132)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:123)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:118)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.Main.increasingRst(Main.java:59)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.RedstoneWGListener.onBlockRedstoneChange(RedstoneWGListener.java:25)
[19:50:15] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor743.execute(Unknown Source)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:44)
[19:50:15] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.MutableBlockRedstoneEvent.call(MutableBlockRedstoneEvent.java:44)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.calculateCurrentChanges(Wire.java:121)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.handleUpdate(Wire.java:59)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.a(Wire.java:392)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockStateList$BlockData.doPhysics(SourceFile:408)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.e(World.java:571)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.applyPhysics(World.java:524)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockRedstoneWire.remove(BlockRedstoneWire.java:285)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.remove(Wire.java:371)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.Chunk.a(Chunk.java:506)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.setTypeAndData(World.java:390)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeIdAndData(CraftBlock.java:141)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeId(CraftBlock.java:132)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:123)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:118)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.Main.increasingRst(Main.java:59)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.RedstoneWGListener.onBlockRedstoneChange(RedstoneWGListener.java:25)
[19:50:15] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor743.execute(Unknown Source)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:44)
[19:50:15] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.MutableBlockRedstoneEvent.call(MutableBlockRedstoneEvent.java:44)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.calculateCurrentChanges(Wire.java:121)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.handleUpdate(Wire.java:59)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.a(Wire.java:392)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockStateList$BlockData.doPhysics(SourceFile:408)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.e(World.java:571)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.applyPhysics(World.java:525)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockRedstoneWire.remove(BlockRedstoneWire.java:285)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.remove(Wire.java:371)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.Chunk.a(Chunk.java:506)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.setTypeAndData(World.java:390)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeIdAndData(CraftBlock.java:141)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeId(CraftBlock.java:132)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:123)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:118)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.Main.increasingRst(Main.java:59)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.RedstoneWGListener.onBlockRedstoneChange(RedstoneWGListener.java:25)
[19:50:15] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor743.execute(Unknown Source)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:44)
[19:50:15] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.MutableBlockRedstoneEvent.call(MutableBlockRedstoneEvent.java:44)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.calculateCurrentChanges(Wire.java:121)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.handleUpdate(Wire.java:59)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.a(Wire.java:392)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockStateList$BlockData.doPhysics(SourceFile:408)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.e(World.java:571)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.applyPhysics(World.java:524)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockRedstoneWire.remove(BlockRedstoneWire.java:285)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.remove(Wire.java:371)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.Chunk.a(Chunk.java:506)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.setTypeAndData(World.java:390)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeIdAndData(CraftBlock.java:141)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeId(CraftBlock.java:132)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:123)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:118)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.Main.increasingRst(Main.java:59)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.RedstoneWGListener.onBlockRedstoneChange(RedstoneWGListener.java:25)
[19:50:15] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor743.execute(Unknown Source)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:44)
[19:50:15] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.MutableBlockRedstoneEvent.call(MutableBlockRedstoneEvent.java:44)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.calculateCurrentChanges(Wire.java:121)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.handleUpdate(Wire.java:59)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.a(Wire.java:392)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockStateList$BlockData.doPhysics(SourceFile:408)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.e(World.java:571)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.applyPhysics(World.java:521)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.TorchOn.remove(TorchOn.java:52)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.Chunk.a(Chunk.java:506)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.QueueManager110.updateBlockFast(QueueManager110.java:99)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.TorchOn.b(TorchOn.java:80)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.WorldServer.a(WorldServer.java:747)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.WorldServer.doTick(WorldServer.java:251)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:860)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:404)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:740)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:639)
[19:50:15] [Server thread/WARN]:    at java.lang.Thread.run(Thread.java:745)
[19:50:15] [Server thread/WARN]: Caused by: java.lang.ClassCastException
[19:50:15] [Server thread/WARN]: org.bukkit.event.EventException
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:46)
[19:50:15] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.MutableBlockRedstoneEvent.call(MutableBlockRedstoneEvent.java:44)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.calculateCurrentChanges(Wire.java:121)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.handleUpdate(Wire.java:59)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.a(Wire.java:392)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockStateList$BlockData.doPhysics(SourceFile:408)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.e(World.java:571)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.applyPhysics(World.java:524)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockRedstoneWire.remove(BlockRedstoneWire.java:285)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.remove(Wire.java:371)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.Chunk.a(Chunk.java:506)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.setTypeAndData(World.java:390)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeIdAndData(CraftBlock.java:141)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeId(CraftBlock.java:132)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:123)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:118)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.Main.increasingRst(Main.java:59)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.RedstoneWGListener.onBlockRedstoneChange(RedstoneWGListener.java:25)
[19:50:15] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor743.execute(Unknown Source)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:44)
[19:50:15] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.MutableBlockRedstoneEvent.call(MutableBlockRedstoneEvent.java:44)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.calculateCurrentChanges(Wire.java:121)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.handleUpdate(Wire.java:59)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.a(Wire.java:392)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockStateList$BlockData.doPhysics(SourceFile:408)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.e(World.java:571)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.applyPhysics(World.java:525)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockRedstoneWire.remove(BlockRedstoneWire.java:285)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.remove(Wire.java:371)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.Chunk.a(Chunk.java:506)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.setTypeAndData(World.java:390)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeIdAndData(CraftBlock.java:141)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeId(CraftBlock.java:132)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:123)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:118)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.Main.increasingRst(Main.java:59)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.RedstoneWGListener.onBlockRedstoneChange(RedstoneWGListener.java:25)
[19:50:15] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor743.execute(Unknown Source)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:44)
[19:50:15] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.MutableBlockRedstoneEvent.call(MutableBlockRedstoneEvent.java:44)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.calculateCurrentChanges(Wire.java:121)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.handleUpdate(Wire.java:59)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.a(Wire.java:392)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockStateList$BlockData.doPhysics(SourceFile:408)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.e(World.java:571)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.applyPhysics(World.java:524)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockRedstoneWire.remove(BlockRedstoneWire.java:285)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.remove(Wire.java:371)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.Chunk.a(Chunk.java:506)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.setTypeAndData(World.java:390)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeIdAndData(CraftBlock.java:141)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setTypeId(CraftBlock.java:132)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:123)
[19:50:15] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_10_R1.block.CraftBlock.setType(CraftBlock.java:118)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.Main.increasingRst(Main.java:59)
[19:50:15] [Server thread/WARN]:    at me.craftwood.redstoneclockpreventer.RedstoneWGListener.onBlockRedstoneChange(RedstoneWGListener.java:25)
[19:50:15] [Server thread/WARN]:    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor743.execute(Unknown Source)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.EventExecutor$1.execute(EventExecutor.java:44)
[19:50:15] [Server thread/WARN]:    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[19:50:15] [Server thread/WARN]:    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.MutableBlockRedstoneEvent.call(MutableBlockRedstoneEvent.java:44)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.calculateCurrentChanges(Wire.java:121)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.handleUpdate(Wire.java:59)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.Wire.a(Wire.java:392)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.BlockStateList$BlockData.doPhysics(SourceFile:408)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.e(World.java:571)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.World.applyPhysics(World.java:521)
[19:50:15] [Server thread/WARN]:    at com.boydti.far.v110.blocks.TorchOn.remove(TorchOn.java:52)
[19:50:15] [Server thread/WARN]:    at net.minecraft.server.v1_10_R1.Chunk.a(Chunk.java:506)

and eventually the server crashed

[19:52:24] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.RuntimeException: Error generating crash report
    at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:867) ~[patched_1.10.2.jar:git-Paper-916.2]
    at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:404) ~[patched_1.10.2.jar:git-Paper-916.2]
    at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:740) ~[patched_1.10.2.jar:git-Paper-916.2]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:639) [patched_1.10.2.jar:git-Paper-916.2]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.server.v1_10_R1.CrashReport
    at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:865) ~[patched_1.10.2.jar:git-Paper-916.2]
    ... 4 more
[19:52:24] [Server thread/ERROR]:   Cause of unexpected exception was
java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.server.v1_10_R1.CrashReport
    at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:865) ~[patched_1.10.2.jar:git-Paper-916.2]
    at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:404) ~[patched_1.10.2.jar:git-Paper-916.2]
    at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:740) ~[patched_1.10.2.jar:git-Paper-916.2]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:639) [patched_1.10.2.jar:git-Paper-916.2]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
[19:52:24] [Server thread/INFO]: Stopping server
@PhanaticD
Copy link
Author

@Tosser42069
Copy link

Use this version by Empire92: https://www.spigotmc.org/resources/redstone-clock-preventer-2.6678/

@PhanaticD
Copy link
Author

seems outdated judging by the reviews

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants