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

    Dothackking

    Right, sorry. It was late.

    CB RB 953, BukkitContrib0.1.7
     
  3. Offline

    RGadelha

    BukkitContrib plugin is now Spout, really.
    All plugins with "depend: [BukkitContrib]" are now broken.

    Edit:
    I think there will be no problem if I fix them myself, right?
     
  4. Offline

    alta189

    When we finish re-factoring there will be issues that will require the plugin to change code
     
    RGadelha likes this.
  5. Offline

    RGadelha

    Yes, I'm an idiot, it's already true.
    A lot of classes are now named Spout something :(

    Edit:
    I've lost BCMusic, MineDJ, MobDisguise and PlayerEditor.
     
  6. Offline

    alta189

    Correct, that is true. Player Editor will be fixed ASAP after the release
     
    RGadelha likes this.
  7. Offline

    Dothackking

    Show Spoiler
    2011-08-01 03:28:48 [SEVERE] java.lang.NoSuchFieldException: perm
    Show Spoiler
    Show Spoiler

    2011-08-01 03:28:48 [SEVERE] at java.lang.Class.getDeclaredField(Unknown Source)
    2011-08-01 03:28:48 [SEVERE] at org.bukkitcontrib.player.ContribCraftPlayer.<init>(ContribCraftPlayer.java:87)
    2011-08-01 03:28:48 [SEVERE] at org.bukkitcontrib.player.ContribCraftPlayer.updateBukkitEntity(ContribCraftPlayer.java:587)
    2011-08-01 03:28:48 [SEVERE] at org.bukkitcontrib.ContribPlayerListener.onPlayerJoin(ContribPlayerListener.java:27)
    2011-08-01 03:28:48 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    2011-08-01 03:28:48 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-08-01 03:28:48 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-01 03:28:48 [INFO] [RadioOne] Otter has joined the channel
    2011-08-01 03:28:48 [INFO] [Admin] Otter has joined the channel
    2011-08-01 03:28:48 [SEVERE] java.lang.NoClassDefFoundError: org/bukkit/permissions/Permission
    2011-08-01 03:28:48 [SEVERE] at java.lang.Class.getDeclaredMethods0(Native Method)
    2011-08-01 03:28:48 [SEVERE] at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    2011-08-01 03:28:48 [SEVERE] at java.lang.Class.getMethod0(Unknown Source)
    2011-08-01 03:28:48 [SEVERE] at java.lang.Class.getMethod(Unknown Source)
    2011-08-01 03:28:48 [SEVERE] at org.bukkit.craftbukkit.command.ServerCommandListener.getName(ServerCommandListener.java:29)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.ConsoleCommandHandler.handle(ConsoleCommandHandler.java:25)
    2011-08-01 03:28:48 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:307)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-08-01 03:28:48 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-01 03:28:48 [SEVERE] Caused by: java.lang.ClassNotFoundException: org.bukkit.permissions.Permission
    2011-08-01 03:28:48 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    2011-08-01 03:28:48 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    2011-08-01 03:28:48 [SEVERE] at java.net.URLClassLoader.findClass(Unknown Source)
    2011-08-01 03:28:48 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    2011-08-01 03:28:48 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    2011-08-01 03:28:48 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-08-01 03:28:48 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-08-01 03:28:48 [SEVERE] ... 17 more
    2011-08-01 03:28:48 [SEVERE] Unexpected exception
    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(ServerCommandListener.java:29)
    at net.minecraft.server.ConsoleCommandHandler.handle(ConsoleCommandHandler.java:25)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:307)
    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


    What happened?


    I also can't fix my spoilers o.o
    CB RB953 BC0.1.7
     
  8. Offline

    mrgreaper

    reading this has got me a bit worried, in an effort to stop players using cheat mods etc we enforce bukkit contrib, when it changes to sprout(wierd name *shudder*) will the clients get updated and then not be able to conect to the server untill i update bukkit contrib?
     
  9. Offline

    RGadelha

    Thank you Alta, Player Editor is one of my favorites.
     
  10. Offline

    rtcabooservb

    Having issues with latest spout dev build =/ People can't drop or move a stack of items without disconnecting.
     
  11. Offline

    alta189

    First, the name is Spout not Sprout. The idea for the name is that you normally use a spout to fill up a bucket with water. In this case we are filling Bukkit with more API, filling the void of things that were formally not possible. I can guaranty that this will be the only name change.

    Any errors, what client do they have, do they have errors in there client console, what build number, what CB builder number. We need more info to help you and fix any bugs/errors

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

    SpoutDev

    Read the title, what CB build does this require? ;)
     
  13. Offline

    rtcabooservb

    I'm using CB #1038 and no one has the client mod installed. I am just using spout as a server plugin since it increase performance by about 5x and is stable compared to the release of bukkit contrib 0.1.7 (#102 in the jenkins). I wish #232 worked. :(

    Edit: I get errors when people login to the server and when people move/drop a stack of any item, and it forces them to quit.

    Edit2: Also, it wouldn't be possible to have an alias name of bukkitcontrib would it? I use logblock and when I remove bukkitcontrib 0.1.7 for the latest dev build of spout, it wants to automatically redownload BC unless I disable chest logging, which I really don't want to do. If it is possible to have an alias name in the coding of bukkitcontrib until LB updates, that would be great.
     
  14. Offline

    SpoutDev

    The name change is more than that. I expect you'll understand more when we release.
     
  15. Offline

    Afforess

    The latest builds are not stable - please don't use anything from after the name change...yet.

    About the alias - I'm not sure. We'll see how much time I have.
     
  16. Offline

    rtcabooservb

    Okay, thanks. You don't happen to know the latest dev build that doesn't have the name change do you? I see the huge change log. xD
     
  17. Offline

    Afforess

    Hmm..
    http://ci.craftfire.com/view/SpoutDev/job/Spout/150/

    Try that. If that doesn't work, go earlier.
     
  18. Offline

    rtcabooservb

  19. Offline

    Dothackking

    Requires it? Gotcha. I have alot of "1000" plugins that seem to work fine on 953. Thanks for the reply.
     
  20. Offline

    runerqp

    does zombes modpack include a xray?
     
  21. Offline

    mrgreaper

    ah my bad, i didnt mean any offense.
    umm what about my non name related fears?
     
  22. Offline

    alta189

    -.- You are going to break your BukkitContrib installation.
     
  23. Offline

    EMOberger

    2 questions 1: any going to make a plugin to make custom items? 2: anyone making a plugin to show health above a players head?
     
  24. Offline

    twiclo

  25. Offline

    alta189

    2 answers.
    1. Eventually
    2. Not possible, unless you want one in a text version ie {|||||||||||||||}
     
  26. Offline

    EMOberger

    Doesn't bukitcontrib have a ui exploit?
     
  27. Offline

    alta189

    a GUI, but you cannot create images over a player yet
     
  28. Offline

    EMOberger

    sorry i meant to say gui, and than that does mean it is possible, just not yet :]
     
  29. Offline

    alta189

    Its been requested, right now we are working getting the GUI API out
     
    EMOberger and Redyugi like this.
  30. Offline

    EMOberger

    Can't wait :]
     
  31. Offline

    Boon Pek

    Go, go, go! I can't wait until its' release! Several features will be incorporated, and I'd like it to enhance my server's gameplay :eek:
     
Thread Status:
Not open for further replies.

Share This Page