Spigot 1.8.7 Not working #10


  • New
  • Defect
  • Replied
Open
Assigned to kevsoft
  • _ForgeUser11236102 created this issue Jun 9, 2015

    Hi, while I appreciate the update and am glad to see you hopefully, working on this more often now. Unfortunately, the plugin doesn't appear to be working on Spigot 1.8.7, unsure whether this is a Spigot problem, or 1.8.7 problem, but the plugin loads, and I can run commands with the plugin so  can use /setcommand, but I can't place command blocks when not OP'd and can't use them the proper way. I have permissions set up correctly, hopefully you can fix this? :) Thanks

  • _ForgeUser11236102 added the tags New Defect Jun 9, 2015
  • Kevsoft posted a comment Jun 9, 2015

    Could you explain "can't use them the proper way" it more specific? Maybe step-by-step?

  • _ForgeUser11236102 posted a comment Jun 10, 2015

    As in, right clicking the command block entering command that way then pressing done.

  • _ForgeUser11236102 removed a tag Waiting Jun 10, 2015
  • _ForgeUser11236102 added a tag Replied Jun 10, 2015
  • Kevsoft removed a tag Replied Jun 10, 2015
  • Kevsoft added a tag Accepted Jun 10, 2015
  • Kevsoft posted a comment Jun 10, 2015

    I will check when I get some time. I am currently overwhelmed with other projects, which makes it hard to invest time here. In the meanwhile you have to stick with /setcommand.

  • _ForgeUser11236102 posted a comment Jun 10, 2015

    @KevinW1998: Go

    That's fine, my friends who I don't trust with OP only use it for shorter commands that fit into the chat character limit, I'm the only one who uses longer commands so I have to OP myself. Not that big of a deal, just a pain sometimes as I forget to de OP myself. So whenever you have the time, no rush :P

  • _ForgeUser11236102 posted a comment Jul 27, 2015

    Not to seem pushy but any update on how this is going? Or you still working on other stuff :)

  • Kevsoft posted a comment Jul 28, 2015

    I am really pretty busy this week, might have the chance next week to have a look.

  • _ForgeUser22242013 posted a comment Oct 20, 2015

    Hi, any update? Not working for 1.8.8 either (same underlying reason I would believe)

  • Kevsoft posted a comment Oct 30, 2015

    Sorry for the very late reply. Could you be a bit more specific? What does work, what doesn't work? Any errors?

  • Kevsoft removed a tag Accepted Oct 30, 2015
  • Kevsoft added a tag Waiting Oct 30, 2015
  • _ForgeUser22242013 posted a comment Nov 3, 2015

    @KevinW1998: Go

    The plugin as a whole just doesn't work - it crashes out with the following error when you right-click on a command block

    [10:05:08] [Netty Server IO #2/ERROR]: [SafeCommandBlock] Unhandled exception occured in onPacketReceiving(PacketEvent) for SafeCommandBlock
    java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/PacketPlayInCustomPayload
    	at me.KevinW1998.SafeCommandBlock.CommandPacketParser.isCommandBlockPacket(CommandPacketParser.java:66) ~[SafeCommandBlock.jar:?]
    	at me.KevinW1998.SafeCommandBlock.SafeCommandBlock$1.onPacketReceiving(SafeCommandBlock.java:51) ~[SafeCommandBlock.jar:?]
    	at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:?]
    	at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:?]
    	at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:640) [ProtocolLib.jar:?]
    	at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:607) [ProtocolLib.jar:?]
    	at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.packetReceived(NettyProtocolInjector.java:326) [ProtocolLib.jar:?]
    	at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.onPacketReceiving(NettyProtocolInjector.java:291) [ProtocolLib.jar:?]
    	at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.decode(NettyChannelInjector.java:562) [ProtocolLib.jar:?]
    	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$4.channelRead(NettyChannelInjector.java:280) [ProtocolLib.jar:?]
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
    Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.PacketPlayInCustomPayload
    	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-efd6cb0]
    	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_60]
    	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_60]
    	... 36 more
    [10:05:08] [Netty Server IO #2/ERROR]: Parameters: 
      net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload@3d4610ff[
        a=MC|Brand
        b=UnpooledHeapByteBuf(ridx: 0, widx: 8, cap: 8)
      ]
    
  • _ForgeUser22242013 removed a tag Waiting Nov 3, 2015
  • _ForgeUser22242013 added a tag Replied Nov 3, 2015
  • _ForgeUser22558810 posted a comment Nov 23, 2015

    Same problem as charliejohnson19
    As the features promised by this plugin are a must-have, I would really love to use it !

  • Kevsoft posted a comment Apr 14, 2016

    Please update to 1.9 and let me know if it is fixed.


To post a comment, please login or register a new account.