CraftBukkit for Minecraft 1.8.1 now available

Discussion in 'Bukkit News' started by EvilSeph, Sep 21, 2011.

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

    EvilSeph

    A new CraftBukkit Recommended Build (#1185) with Minecraft 1.8.1 support is now available. Along with support for Minecraft 1.8.1, this new build contains several new API additions and some bugfixes. Please note: for those of you who are considering generating a new world for Minecraft 1.8, please remember that you will likely have to do the same for Minecraft 1.9.

    Will plugins break with this build?
    Provided the developers of the plugins you are using are keeping up with the development of Bukkit, all your plugins should work fine.

    For more detailed information on what is contained in this update, please see the Recommended Build announcement thread here:
    http://goo.gl/RBvS1

    Download CraftBukkit #1185 here

    To keep up to date on our latest Recommended Builds we have an RSS feed you can subscribe to:
    http://ci.bukkit.org/other/latest_recommended.rss
     
  2. Offline

    InflateInator

    Hi I was wondering what do you do when u r starving??????
    If I could get an answer as soon as possible I would be happy

    Thnx[meat][cookedmeat][cake][wheatseeds][wheatpicked][wheatgrown][wheatsprout][brownmushroom][redmushroom]
     
  3. Offline

    CoolGuyNoah

    how do i play the server? i made it but dont know the ip
     
  4. Offline

    3dcheeseenips

    Is there an experimental one for 1.9?
     
  5. Offline

    eclpsN

    Simply type in "localhost" to play on your own server. Or your external IP.
     
  6. Offline

    Prof.

    Yep, same here
     
  7. Offline

    Hugo2dog

    Yes it seams with bread it fills up 5.5 hunger instead of 2.5?!?:confused:

    This bug was fixed in build 1188
    http://ci.bukkit.org/job/dev-CraftBukkit/1188/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  8. Offline

    Stingray27x

    Just noticed, that here lately, when i place blocks, they disappear, and just this morning when i started up the server i spawned in my house to find it raining threw the ceiling..it wasn;t doing that last night. Also when you place paintings, their nothing but black paintings....any ideas?
     
  9. Offline

    JoshuaBehrens

    Clientside bug
     
  10. Offline

    sammael

    i'm not able to run the 1185 build. my cpu usage goes to 100% and the server keeps spamming the console with >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>...
    no idea what's up there...
     
  11. My Server LAGGS Like A Mother, Theres Like A 10 second Delay To Everything, and it Also Takes FOREVER To Log on To My Server, Bukkit team PLEASE Fix This! [creeper]
     
  12. Offline

    tanaka141

    Good job you make, this is a real pleasure to see how your work is definitively THE work that help all of us
     
  13. Offline

    garagoth

    Hi,

    Can anyone please help me with my OutOfMemory Exception? I cannot even poll server for online status, not to mention logging in...
    Once again, vanilla MC 1.8.1 with the same world runs perfectly fine for few days straight.

    Regards,
    Garagoth.
     
  14. Offline

    Darcion

    is it possible that 1185 diddnt understand the mobspawn of "monster" ?

    i got different errors from plugins wich worked before, here essentials:

    Code:
    2011-09-27 14:16:41 [SEVERE] java.lang.InstantiationException
    2011-09-27 14:16:41 [SEVERE]     at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48)
    2011-09-27 14:16:41 [SEVERE]     at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    2011-09-27 14:16:41 [SEVERE]     at net.minecraft.server.EntityTypes.a(SourceFile:67)
    2011-09-27 14:16:41 [SEVERE]     at org.bukkit.craftbukkit.CraftWorld.spawnCreature(CraftWorld.java:324)
    2011-09-27 14:16:41 [SEVERE]     at com.earth2me.essentials.Mob.spawn(Mob.java:69)
    2011-09-27 14:16:41 [SEVERE]     at com.earth2me.essentials.commands.Commandspawnmob.run(Commandspawnmob.java:89)
    2011-09-27 14:16:41 [SEVERE]     at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:84)
    2011-09-27 14:16:41 [SEVERE]     at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:449)
    2011-09-27 14:16:41 [SEVERE]     at com.earth2me.essentials.Essentials.onCommand(Essentials.java:359)
    2011-09-27 14:16:41 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
    2011-09-27 14:16:41 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    2011-09-27 14:16:41 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    2011-09-27 14:16:41 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    2011-09-27 14:16:41 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    2011-09-27 14:16:41 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    2011-09-27 14:16:41 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-09-27 14:16:41 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-09-27 14:16:41 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    2011-09-27 14:16:41 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
    2011-09-27 14:16:41 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    2011-09-27 14:16:41 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    2011-09-27 14:16:41 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-09-27 14:16:41 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-27 14:16:41 [WARNING] Fehler beim Erzeugen eines Monster.
     
  15. Offline

    rostex

    Heeelp... My server work incorrect =(
    Its started only from 1 CPU and always crashed. Its would be better if server use 4 cpu count
    Whats a problem?
     
  16. Offline

    colin8696909

    so i'v noticed a bug in this news build. whenever i try and spawn item's with commands or with two many items. the item has a 1-2 minute delay before it spawn's you actually have to log off and go back in. for it to appear. this also affect's mods like npc citizens were you have to generate a character. please fix this in your following builds. if it's not fixed by 1.9 ill assume that the problem is being caused on my end and ill play around with it till i figure out what's wrong. it's very annoying.
     
  17. Offline

    nalesnik

    Alots of Bukkit Sad shit even in console i did used permissions correctly everything worked on 1.7.3 but now this is piece of shit
     
  18. Offline

    Taien

    Just wanted to note that getServer().broadcastMessage() is not functioning properly. Not sure where to report the bug, but the broadcast function is only hitting some of the player list and not all. Some players never recieve broadcasts and others get them every time. I've temporarily fixed this in my plugins with my own broadcast function that pulls getServer().getOnlinePlayers(), but I'd appreciate a fix in the next release. :)
     
  19. Offline

    TheVisas

    Thanks guys for good work on new bukkit 1.8.1 :) :)
     
  20. Offline

    eddy69

    Thanks for the new 1.8.1 but, I can use it for about 5 mins at a time then crashes.
    Tryed all memory fixes nothing works.
    Tryed new 1.9 vanilla crashed once in 2 hours with same memory problem.
    Hope the info helps :)
     
  21. Offline

    SpaceManiac

    The ability to spawn "Monster" mobs has been removed from Minecraft and is not something Bukkit can fix.
     
  22. Offline

    Darcion

    then let me ask, they come back with 1.9 as NPCs or new name?
     
  23. Offline

    4am

    It's because you are using BukkitContrib, which is no longer maintained (it's called Spout now in newer versions). Get rid of BukkitContrib and any plugins that need it.
     
  24. Offline

    Nathuram

    I'm having a weird bukkit error.

    When players destroy a mob spawner they can pick the damn thing up and place it.
     
  25. Offline

    JoshuaBehrens

    Are you using MonsterHatchery ? :D
     
  26. Offline

    Kodiak

    OMG, I'm having the same problem. I thought it was something wrong with permissions or something.
     
  27. Offline

    Nathuram

    No just bukkit and essentials.
     
  28. Offline

    rostex

    Code:
    2011-10-05 15:07:06 [SEVERE] java.io.IOException: Bad packet id 71
    2011-10-05 15:07:06 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:73)
    2011-10-05 15:07:06 [SEVERE]     at net.minecraft.server.NetworkManager.h(NetworkManager.java:149)
    2011-10-05 15:07:06 [SEVERE]     at net.minecraft.server.NetworkManager.c(NetworkManager.java:263)
    2011-10-05 15:07:06 [SEVERE]     at net.minecraft.server.NetworkReaderThread.run(SourceFile:77)
    What is the problem and how fix it?
     
  29. Offline

    JoshuaBehrens

    I'm using the latest one (1240?) and the armor doesn't last as long as before. And a wooden sword is depleted after one attack.
     
  30. Offline

    Deivs

    Build 1240 backup doesn't work
     
  31. Offline

    statistx

    anyone know if its worth the hassle to switch from 1185 to 1317?
     
Thread Status:
Not open for further replies.

Share This Page