Development Assistance ProtocolLib (TabAPI)

Discussion in 'Plugin Help/Development/Requests' started by benzimmer123, Jul 20, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    benzimmer123

    For some reason ProtocolLib won't work with my TabAPI, I'm guessing it has something to do Spigot or my server reason as I recently changed both of these. It did work fine before I edited either of these things, it does print an error in the console which is as follows...

    Thanks in advance! :)

    Code:
    [22:45:33 WARN]: [PotionPVP] Task #7 for PotionPVP v1.0 generated an exception
    com.comphenix.protocol.reflect.FieldAccessException: No field with type boolean
    exists in class PacketPlayOutPlayerInfo.
            at com.comphenix.protocol.reflect.StructureModifier.writeInternal(Struct
    ureModifier.java:347) ~[?:?]
            at com.comphenix.protocol.reflect.StructureModifier.write(StructureModif
    ier.java:327) ~[?:?]
            at org.mcsg.double0negative.tabapi.TabAPI.sendPacket(TabAPI.java:151) ~[
    ?:?]
            at org.mcsg.double0negative.tabapi.TabAPI.updatePlayer(TabAPI.java:275)
    ~[?:?]
            at com.benzimmer123.basic.Tab.updateTab(Tab.java:57) ~[?:?]
            at com.benzimmer123.basic.Tasks$8.run(Tasks.java:226) ~[?:?]
            at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java
    :71) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
            at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHea
    rtbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
            at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:6
    41) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
            at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:2
    89) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
            at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:5
    84) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
            at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java
    :490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
            at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:6
    28) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
    >
    Line 57

    Code:
    TabAPI.updatePlayer(p);
     
  2. Offline

    Scorpionvssub

    not that it should matter but there was a recent update to protocollib tried that?
     
  3. Offline

    benzimmer123

    Tried the latest 5 ProtocolLib versions and the Spigot verison, still launches the same error.
     
  4. Offline

    benzimmer123

  5. Offline

    benzimmer123

Thread Status:
Not open for further replies.

Share This Page