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

    CypherX

    @XtenD
    @Stephen304

    xAuth's next update will fix compatibility with BukkitContrib. Although when I tried to test the skin thing, BukkitContribEssentials wouldn't work at all and Player Editor worked perfectly so I'm not sure what's going on there.
     
    alta189 likes this.
  3. Offline

    dark_hunter

  4. Offline

    morizuki

    i fixed this by adding 0.1.7 in allowed command
    allowed-commands: [register, login, l, 0.1.7]

    I've used logcommand and see player automatically typing 0.1.7 when they logged in but won't allow it because it's not allowed in xAuth.. so i tried adding 0.1.7 in allowed commands and it works XD

    seems like 0.1.7 is a command to see if people are using bukkitcontrib.. 0.1.7 will changed when BukkitContrib version updated..
     
    Stephen304 and XtenD like this.
  5. Offline

    Raphfrk

    Moved again
     
    dark_hunter likes this.
  6. Offline

    DaLeberkasPepi

    I'm getting this error while using BukkitContrib ClientMod

    Code:
    C:\Users\xxxxxxxxxxxxxxxxxxxxxxxx\Desktop\BukkitContrib>java -Xmx2048M -Xms512M -cp Min
    ecraft.jar net.minecraft.LauncherFrame
    16 achievements
    151 recipes
    Setting user: xxxxxxxxxxxxxxxx, xxxxxxxxxxxxxxxxx
    WARNING: Found unknown Windows version: Windows 7
    Attempting to use default windows plug-in.
    Loading: net.java.games.input.DirectAndRawInputEnvironmentPlugin
    Failed to initialize device G110 G-keys because of: java.io.IOException: Failed
    to acquire device (8007001e)
    
    Starting up SoundSystem...
    Initializing LWJGL OpenAL
        (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.or
    g)
    OpenAL initialized.
    
    Connecting to xxxxxxxxxxxxxxxxxxxxxxxx, 25565
    Reset BukkitContrib
    UpdateCloak
    0.1.7.
    Set BukkitContrib v. 0.1.7
    BukkitContrib SP Enabled
    java.lang.IllegalAccessError: tried to access field uq.e from class org.bukkitco
    ntrib.player.ChatManager
            at org.bukkitcontrib.player.ChatManager.getChatHistorySize(ChatManager.j
    ava:138)
            at org.bukkitcontrib.player.ChatManager.handleMouseWheel(ChatManager.jav
    a:243)
            at gc.a(GuiChat.java:75)
            at px.b(EntityRenderer.java:451)
            at net.minecraft.client.Minecraft.run(Minecraft.java:575)
            at java.lang.Thread.run(Unknown Source)
    Stopping!
    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: component
     argument pData
            at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method)
            at sun.java2d.windows.GDIWindowSurfaceData.<init>(Unknown Source)
            at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source)
    
    SoundSystem shutting down...    at sun.java2d.d3d.D3DScreenUpdateManager.getGdiS
    urface(Unknown Source)
    
            at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source)
            at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source)
            at java.awt.Component.getGraphics(Unknown Source)
            at sun.awt.RepaintArea.paint(Unknown Source)
            at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
            at java.awt.EventQueue.access$000(Unknown Source)
            at java.awt.EventQueue$3.run(Unknown Source)
            at java.awt.EventQueue$3.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
    ce)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
    ce)
            at java.awt.EventQueue$4.run(Unknown Source)
            at java.awt.EventQueue$4.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
    ce)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)
        Author: Paul Lamb, www.paulscode.com
     
  7. Offline

    Tealk

    Hi i become this error:
    Code:
    2011-07-30 13:19:29 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to BukkitContrib
    java.lang.NullPointerException
        at org.bukkitcontrib.player.ContribCraftPlayer.getContribPlayer(ContribCraftPlayer.java:635)
        at org.bukkitcontrib.ContribPlayerListener.onPlayerCommandPreprocess(ContribPlayerListener.java:79)
        at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:272)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:706)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        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:85)
        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)
    I have use the command /list
    i use 0.1.7
    and CB 1000
     
  8. Offline

    Stephen304

    It worked! Thanks! Now for me it seems like contrib and xAuth don't have any issues.

    P.S. What happened to the spout github now?
     
    morizuki likes this.
  9. Offline

    Xemnias

  10. This is absolutely amazing! Afforess, keep up the good work!
     
  11. Offline

    alta189

  12. Offline

    newyorkdaily

    @Afforess Hey now im getting this error that is restarting my server automatically. Im using the dev build and cb 1000

    Code:
    2011-07-30 11:22:23 [SEVERE] Player: nicoonline was not properly updated during login!
    2011-07-30 11:22:23 [INFO] Disconnecting nicoonline [/190.244.0.225:63285]: Internal server error
    2011-07-30 11:22:23 [WARNING] Failed to handle packet: java.lang.IllegalStateException: Failed to add player. net.minecraft.server.EntityPlayer@14e6c(nicoonline at 46.111308454874205,82.0,-90.63102039370477) already is in chunk 2, -6
    java.lang.IllegalStateException: Failed to add player. net.minecraft.server.EntityPlayer@14e6c(nicoonline at 46.111308454874205,82.0,-90.63102039370477) already is in chunk 2, -6
    at org.bukkitcontrib.ContribPlayerInstance.a(ContribPlayerInstance.java:109)
    at org.bukkitcontrib.ContribPlayerManager.addPlayer(ContribPlayerManager.java:154)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:134)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    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
     
  13. Offline

    Afforess

    That looks like you installed a 2nd client mod later on that changed how chat works. Not good.

    Okay, I will look into this. @Raphfrk - is this a CB issue, or did we not merge it correctly?

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

    morizuki

    why does BukkitContrib SP won't work in MineCraft Browser?
     
  15. Offline

    narrowtux

    I think because it patches the applet launcher a bit... I don't know exactly though.
     
  16. Offline

    XtenD

    Thx, its helps.
     
    morizuki likes this.
  17. Offline

    morizuki

    aw.. is there any workaround :( someone can't play minecraft in their laptop because of low videocard, but they can play in browser..
     
  18. Offline

    Xemnias

  19. Offline

    alta189

    I will eventually create a web version of the launcher, I just have to find time
     
    morizuki likes this.
  20. Offline

    Raphfrk

    Hmm, it is handled by the PlayerManager. Maybe if a player was teleporting while a reload happened, then new and old PlayerInstances might get out of sync.

    @newyorkdaily

    How many people are on the server when this happens and does it happen intermittently, or every reload?
     
  21. Offline

    newyorkdaily

    I do not reload it, it restarts itself. Im not exactly sure how many people it happens to sorry.
     
  22. Offline

    Raphfrk

    Yeah, but how many restarts does it take to trigger the effect on average? Also, there would be an exception message for every player kicked due to the issue.

    Also, @newyorkdaily , when did you download the dev build? Are you using the absolute latest.

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

    Lanuk

    Wait so is this why I cant see my coordinates? If so... can I make it so that I can see my coordinates with f3? If not... can someone tell me how to uninstall this XD
     
  24. Offline

    paully104

    Notch was going to implement that into f3 in a coming update, there is no plugin to bring it back. This plugin does remove it, however you can use /whereami for your position. I believe the benefits from this plugins vastly outlay the con of losing the coordinates.
     
  25. Offline

    Lanuk

    Wait... so then what plugin allows you to use /whereami ?
     
  26. Offline

    paully104

    I believe its essentials 2.5, i just just the main .jar
     
  27. Offline

    Darkaegis

    Essentials is sort of bloaty for the job. Try commandbook. It allows you to use /getpos or /whereami as well and it's a lot lighter in weight.
     
  28. Offline

    Lanuk

    mm but I dont suppose ther is a plugin that lets me keep my coordinates up so I know exactly how to get to a certain coordinate

    So wait.. let me get something straight. Notch is definitely getting rid of coordinates in the future? Why would he do that after adding them?
     
  29. Offline

    DaLeberkasPepi

  30. Feature request:
    Per-player weather.
    Pretty obvious, would just have to be like per-player time... player.setPlayerWeather(WeatherState state); and player.resetPlayerWeather();
     
  31. Offline

    Lanuk

    Eh.. how do I uninstall this hehe
     
Thread Status:
Not open for further replies.

Share This Page