Inactive [DEV] BukkitContrib Alpha 0.1.7 [1000]

Discussion in 'Inactive/Unsupported Plugins' started by Afforess, May 21, 2011.

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

    Afforess

    BukkitContrib is superseded by Spout, the new Bukkit/Client framework.
     
  2. Offline

    Juze

    Hurr durr, latest BukkitContribSP conflicts with ModLoader.

    Code:
    --- BEGIN ERROR REPORT e9df3db --------
    Generated 18.7.2011 10:33
    
    Minecraft: Minecraft Beta 1.7.3
    OS: Windows 7 (amd64) version 6.1
    Java: 1.7.0, Oracle Corporation
    VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    LWJGL: 2.7.1
    OpenGL: ATI Radeon HD 4800 Series            version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
    
    java.lang.NoSuchFieldError: cfgGrassFix
        at ModLoader.init(ModLoader.java:797)
        at ModLoader.AddAllRenderers(ModLoader.java:183)
        at th.<init>(th.java:60)
        at th.<clinit>(th.java:9)
        at net.minecraft.client.Minecraft.a(Minecraft.java:260)
        at q.a(q.java:28)
        at net.minecraft.client.Minecraft.run(Minecraft.java:508)
        at java.lang.Thread.run(Unknown Source)
    --- END ERROR REPORT e392db5a ----------
    EDIT: I've always forgotten to also tell you that BukkitContribSP installer link in OP directs you to wrong post (the one below the actual).
    EDIT2: Too lazy to do the Linux jar trick.
    EDIT3: Likely related to BetterGrass too, it comes out gray with BukkitContribSP installed. I didn't install ModLoader this time, works but with the BetterGrass issue. Ironically, ModLoader can cause those BG issues too.
     
  3. Offline

    matejdro

    bump.
     
  4. Offline

    Juze

    Afforess said it's a conflict with Zan's minimap. He'll get full support for that soon.
     
  5. Offline

    morizuki

    Code:
    2011-07-18 16:09:11 [SEVERE] java.lang.NoSuchFieldException: perm
    2011-07-18 16:09:11 [SEVERE]     at java.lang.Class.getDeclaredField(Unknown Source)
    2011-07-18 16:09:11 [SEVERE]     at org.bukkitcontrib.player.ContribCraftPlayer.<init>(ContribCraftPlayer.java:87)
    2011-07-18 16:09:11 [SEVERE]     at org.bukkitcontrib.player.ContribCraftPlayer.updateBukkitEntity(ContribCraftPlayer.java:587)
    2011-07-18 16:09:11 [SEVERE]     at org.bukkitcontrib.ContribPlayerListener.onPlayerJoin(ContribPlayerListener.java:27)
    2011-07-18 16:09:11 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    2011-07-18 16:09:11 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-18 16:09:11 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-07-18 16:09:11 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    2011-07-18 16:09:11 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    2011-07-18 16:09:11 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    2011-07-18 16:09:11 [SEVERE]     at net.minecraft.server.Packet1Login.a(SourceFile:43)
    2011-07-18 16:09:11 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-18 16:09:11 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    2011-07-18 16:09:11 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-07-18 16:09:11 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-18 16:09:11 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-18 16:09:11 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Someone connect to my server and this error came out..
     
  6. Offline

    nicatronTg

    I'm curious as to whether or not a custom event fires on the check of if someone has the client, or if it only fires if they have the client (BukkitContribSPEnable). I want to let users know that there's a custom client if they don't have it, and hide it if they do. Join is too early of a check, and short of scheduling off another message, I'm not sure what to do.
     
  7. Offline

    Tyrano1402

    Hey, i kinda need this to work for a different plugin to work and i dont know whats wrong but everytime i log into my server a bunch of errors pop up in the server cmd window
    Show Spoiler

    04:41:52 [SEVERE] java.lang.NoSuchFieldException: perm
    04:41:52 [SEVERE] at java.lang.Class.getDeclaredField(Unknown Source)
    04:41:53 [SEVERE] at org.bukkitcontrib.player.ContribCraftPlayer.<init>(Co
    ntribCraftPlayer.java:87)
    04:41:53 [SEVERE] at org.bukkitcontrib.player.ContribCraftPlayer.updateBuk
    kitEntity(ContribCraftPlayer.java:587)
    04:41:53 [SEVERE] at org.bukkitcontrib.ContribPlayerListener.onPlayerJoin(
    ContribPlayerListener.java:27)
    04:41:53 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:244)
    04:41:53 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    04:41:53 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:321)
    04:41:53 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:124)
    04:41:53 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:97)
    04:41:53 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:33)
    04:41:53 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile
    :91)
    04:41:53 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:451)
    04:41:53 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:361)
    04:41:53 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    04:47:19 [SEVERE] java.lang.NoClassDefFoundError: org/bukkit/permissions/Permiss
    ion
    04:47:19 [SEVERE] at java.lang.Class.getDeclaredMethods0(Native Method)
    04:47:19 [SEVERE] at java.lang.Class.privateGetDeclaredMethods(Unknown Sou
    rce)
    04:47:19 [SEVERE] at java.lang.Class.getMethod0(Unknown Source)
    04:47:19 [SEVERE] at java.lang.Class.getMethod(Unknown Source)
    04:47:19 [SEVERE] at org.bukkit.craftbukkit.command.ServerCommandListener.
    getName(ServerCommandListener.java:29)
    04:47:19 [SEVERE] at net.minecraft.server.ConsoleCommandHandler.handle(Con
    soleCommandHandler.java:25)
    04:47:19 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
    aftServer.java:307)
    04:47:19 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(N
    etServerHandler.java:711)
    04:47:19 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerH
    andler.java:676)
    04:47:19 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:669)
    04:47:19 [SEVERE] at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:3
    3)
    04:47:19 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.
    java:226)
    04:47:19 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:84)
    04:47:19 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile
    :105)
    04:47:19 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:451)
    04:47:19 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:361)
    04:47:19 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    04:47:19 [SEVERE] Caused by: java.lang.ClassNotFoundException: org.bukkit.permis
    sions.Permission
    04:47:19 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    04:47:19 [SEVERE] at java.security.AccessController.doPrivileged(Native Me
    thod)
    04:47:19 [SEVERE] at java.net.URLClassLoader.findClass(Unknown Source)
    04:47:19 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(Pl
    uginClassLoader.java:36)
    04:47:19 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(Pl
    uginClassLoader.java:24)
    04:47:19 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    04:47:19 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    04:47:19 [SEVERE] ... 17 more
    04:47:19 [SEVERE] Unexpected exception

    like so
    however the server works fine after that, the plugin i want works and everything, untill i enter /time set 0
    when i do that it freezes the world i can still move around but nothing else works and about a min later the server crashes and when i put the /time cmd this error comes up
    Show Spoiler

    java.lang.NoClassDefFoundError: org/bukkit/permissions/Permission
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.getMethod0(Unknown Source)
    at java.lang.Class.getMethod(Unknown Source)
    at org.bukkit.craftbukkit.command.ServerCommandListener.getName(ServerCo
    mmandListener.java:29)
    at net.minecraft.server.ConsoleCommandHandler.handle(ConsoleCommandHandl
    er.java:25)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    07)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:711)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.permissions.Permission
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 17 more


    as i said i have no idea whats wrong and would really like some help
     
  8. Offline

    jeffreylec



    any ideas?
     
  9. Offline

    nicatronTg

    Oh, and developer API request:

    It'd be amazing if we could broadcast custom sounds through living entities as well as stationary locations.
     
  10. Offline

    matejdro

    I think you can already do that (broadcast sound through location), but it's only per-player. Global sounds would be awesome.

    Same problem here. I will disconnect when teleporting to another world.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  11. Offline

    philraz

    yep same thing happens with essentials warp
     
  12. Offline

    Dark_Vortex

    I use Inception and I get the same error. I only have Inception and BukkitContrib installed, no other addons at the moment, if I remove BukkitContrib, I can move from world to world with no errors, but I put BukkitContrib back on and I get the error.
     
  13. Offline

    chlitto

    i have the same thing :/ install your old BukkitContrib version and dont restart the server because it will auto update to this :/

    after a while it will freeze your server
     
  14. Offline

    wassilij

    Code:
    2011-07-18 12:23:07 [INFO] [BukkitContrib] Unexpected Behavior in ContribCraftBlock.getRelative(...)! Attempting to compensate.
    2011-07-18 12:23:07 [INFO] [BukkitContrib] Unexpected Behavior in ContribCraftBlock.getRelative(...)! Failed to compensate!
    2011-07-18 12:23:07 [SEVERE] Could not pass event BLOCK_FROMTO to mcMMO
    java.lang.ClassCastException: org.bukkitcontrib.block.ContribCraftChunk cannot be cast to org.bukkitcontrib.block.ContribCraftChunk
        at org.bukkitcontrib.block.ContribCraftBlock.getRelative(ContribCraftBlock.java:105)
        at org.bukkitcontrib.block.ContribCraftBlock.getRelative(ContribCraftBlock.java:1)
        at org.bukkit.event.block.BlockFromToEvent.getToBlock(BlockFromToEvent.java:39)
        at com.gmail.nossr50.listeners.mcBlockListener.onBlockFromTo(mcBlockListener.java:326)
        at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.java:448)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:134)
        at net.minecraft.server.World.a(World.java:1982)
        at net.minecraft.server.World.doTick(World.java:1722)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-18 12:23:07 [INFO] [BukkitContrib] Unexpected Behavior in ContribCraftBlock.getRelative(...)! Attempting to compensate.
    2011-07-18 12:23:07 [INFO] [BukkitContrib] Unexpected Behavior in ContribCraftBlock.getRelative(...)! Failed to compensate!
    2011-07-18 12:23:07 [SEVERE] Could not pass event BLOCK_FROMTO to SpongeRestore
    java.lang.ClassCastException: org.bukkitcontrib.block.ContribCraftChunk cannot be cast to org.bukkitcontrib.block.ContribCraftChunk
        at org.bukkitcontrib.block.ContribCraftBlock.getRelative(ContribCraftBlock.java:105)
        at org.bukkitcontrib.block.ContribCraftBlock.getRelative(ContribCraftBlock.java:1)
        at org.bukkit.event.block.BlockFromToEvent.getToBlock(BlockFromToEvent.java:39)
        at DevilBoy.SpongeRestore.SpongeRestoreBlockListener.onBlockFromTo(SpongeRestoreBlockListener.java:97)
        at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.java:448)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:134)
        at net.minecraft.server.World.a(World.java:1982)
        at net.minecraft.server.World.doTick(World.java:1722)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-18 12:23:07 [INFO] [BukkitContrib] Unexpected Behavior in ContribCraftBlock.getRelative(...)! Attempting to compensate.
    2011-07-18 12:23:07 [INFO] [BukkitContrib] Unexpected Behavior in ContribCraftBlock.getRelative(...)! Failed to compensate!
    2011-07-18 12:23:07 [SEVERE] Could not pass event BLOCK_FROMTO to TKeepGrowing
    java.lang.ClassCastException: org.bukkitcontrib.block.ContribCraftChunk cannot be cast to org.bukkitcontrib.block.ContribCraftChunk
        at org.bukkitcontrib.block.ContribCraftBlock.getRelative(ContribCraftBlock.java:105)
        at org.bukkitcontrib.block.ContribCraftBlock.getRelative(ContribCraftBlock.java:1)
        at org.bukkit.event.block.BlockFromToEvent.getToBlock(BlockFromToEvent.java:39)
        at ss.Tomab.TKeepGrowing.TKeepGrowingBlockListener.onBlockFromTo(TKeepGrowingBlockListener.java:71)
        at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.java:448)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:134)
        at net.minecraft.server.World.a(World.java:1982)
        at net.minecraft.server.World.doTick(World.java:1722)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-18 12:23:07 [INFO] [BukkitContrib] Unexpected Behavior in ContribCraftBlock.getRelative(...)! Attempting to compensate.
    2011-07-18 12:23:07 [INFO] [BukkitContrib] Unexpected Behavior in ContribCraftBlock.getRelative(...)! Failed to compensate!
    2011-07-18 12:23:07 [SEVERE] Could not pass event BLOCK_FROMTO to WorldGuard
    java.lang.ClassCastException: org.bukkitcontrib.block.ContribCraftChunk cannot be cast to org.bukkitcontrib.block.ContribCraftChunk
        at org.bukkitcontrib.block.ContribCraftBlock.getRelative(ContribCraftBlock.java:105)
        at org.bukkitcontrib.block.ContribCraftBlock.getRelative(ContribCraftBlock.java:1)
        at org.bukkit.event.block.BlockFromToEvent.getToBlock(BlockFromToEvent.java:39)
        at com.sk89q.worldguard.bukkit.WorldGuardBlockListener.onBlockFromTo(WorldGuardBlockListener.java:212)
        at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.java:448)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:134)
        at net.minecraft.server.World.a(World.java:1982)
        at net.minecraft.server.World.doTick(World.java:1722)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  15. Offline

    jessenic


    I have the same problem. Here's a screenshot of the error:
    [​IMG]
    You need craftbukkit #1000: http://ci.bukkit.org/job/dev-CraftBukkit/promotion/latest/Recommended/
     
  16. Offline

    Duckdoom5

    @all people who use multiverse, this is NOT because of bukkitcontrib, its a known bug by the multiverse dev!
    he wil fix it in mv2!
     
  17. Offline

    srsdude

    Are there any plans to add vehicles/planes/anything like that to the client in the future?

    Also, for some reason, every time I try to switch worlds with the client mod installed, it kicks me for a null pointer exception
     
  18. Offline

    xZise

  19. Offline

    dumptruckman

    Because they negate the need for a compass. They let you easily know when you're at the right level for diamonds. The entity id display F3 provides also allows you to easily locate dungeons. I'm sure people have other reasons for calling the F3 stuff cheating.
     
  20. Offline

    wassilij

    I love BukkitContrib, a list of plugin that use bukkitcontrib would be nice.
     
  21. Offline

    BFC_Mike

    Are there downloads for the old versions? I do not wish to update to RB#1000 yet.
     
  22. Offline

    echibahn

    Yeah I'm not happy with this auto-update, you should make that optional. I'm getting errors and crashes too all pointing to this:
    Code:
    10:15:34 [SEVERE] java.lang.NoSuchFieldException: perm
    10:15:34 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    10:15:34 [SEVERE]       at org.bukkitcontrib.player.ContribCraftPlayer.<init>(ContribCraftPlayer.jav
    a:87)
    10:15:34 [SEVERE]       at org.bukkitcontrib.player.ContribCraftPlayer.updateBukkitEntity(ContribCra
    ftPlayer.java:587)
    10:15:34 [SEVERE]       at org.bukkitcontrib.ContribPlayerListener.onPlayerJoin(ContribPlayerListene
    r.java:27)
    10:15:34 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:2
    44)
    10:15:34 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58
    )
    10:15:34 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:
    321)
    10:15:34 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationMana
    ger.java:124)
    10:15:34 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    10:15:34 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    10:15:34 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    10:15:34 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    10:15:34 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    10:15:34 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  23. Offline

    omnija

    Last night i was playing around with the MyWolf plugin and came across the duplicate wolf and i was reading on how it said to use the /stop to stop and restart the server so it would not duplicate. I then tried to log back into the server and would get a instant join and kick with a message saying something about the system length was too long and such and happened to end up with this issue. I used a back up to fix the problem but i figured id let you know. I'm 100% sure it's the /stop command, because after a back up i did that command again and the came across the exact same problem.

    I lost the code... post error, but it's the same error as the post above
     
  24. Offline

    Activat0r

    Quick question...

    Can BukkitContrib display something like an expanded (more text space) sign, i.e. when a user right-clicks a sign? I'm thinking along the lines of the SP mod Millénaire, where I can right-click a sign in the village hall and a panel appears on the screen containing text. Almost like right-clicking a chest to view inventory, except in this case right-clicking a sign to view more text than would be available on a normal sign.
     
  25. Offline

    BigRenegade

    If you were using BC .1.5 or before this was an issue with the client BC being older than the server BC. Try updating the client BC to be current with the server BC and see if this corrects this issue. I ran into this same issue when using BC .1.4 and just updating the client BC to the same as the server's fixed the issue.

    This is a list put together by another. It is fairly current to my knowledge. http://forums.bukkit.org/threads/bukkitcontrib-plugin-list.26171/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  26. Offline

    wassilij

    THX for sharing.
     
  27. Offline

    Odai

    where does this plugins come from :confused: never installed that and its spamming errors:


    20:10:19 [SEVERE] java.lang.NoSuchFieldException: perm
    20:10:19 [SEVERE] at java.lang.Class.getDeclaredField(Class.java:1899)
    20:10:19 [SEVERE] at org.bukkitcontrib.player.ContribCraftPlayer.<init>(ContribCraftPlayer.java:87)
    20:10:19 [SEVERE] at org.bukkitcontrib.player.ContribCraftPlayer.updateBukkitEntity(ContribCraftPlayer.java:587)
    20:10:19 [SEVERE] at org.bukkitcontrib.ContribPlayerListener.onPlayerJoin(ContribPlayerListener.java:27)
    20:10:19 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    20:10:19 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    20:10:19 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    20:10:19 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    20:10:19 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    20:10:19 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    20:10:19 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    20:10:19 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    20:10:19 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    20:10:19 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    can i delete it without errors?
     
  28. Offline

    triggerhapp

    You need to update to bukkit 1000
     
  29. Did you looked into it?? :p

    and could you add CustomMCDoubleInventory ??
     
  30. Offline

    dumptruckman

    Why would you need this? You can already create 54 slot inventories with CustomInventory.
     
  31. Offline

    wassilij

    I think it comes from LWC .. if you delete it, the plugin comes again.

    But the plugin is good..
     
Thread Status:
Not open for further replies.

Share This Page