CraftBukkit for Minecraft 1.8.1 now available

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

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

    EvilSeph Bukkit Team Member Administrator

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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

    This post has been edited 3 times. It was last edited by EvilSeph Sep 22, 2011.
    Chimp, slater96, mooman219 and 11 others like this.
  2.  
  3. Offline

    andrew44553

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Why does spout keep downloading in my plugins WHEN I DONT WANT IT!
  4. Offline

    HereInPlainSight

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Because you have another plugin installed THAT KEEPS DOWNLOADING IT.

    Go read up on your plugins.
    acuddlyheadcrab likes this.
  5. Offline

    InflateInator

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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]
  6. Offline

    CoolGuyNoah

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    how do i play the server? i made it but dont know the ip
  7. Offline

    3dcheeseenips

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is there an experimental one for 1.9?
  8. Offline

    eclpsN

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Simply type in "localhost" to play on your own server. Or your external IP.
  9. Offline

    Prof.

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yep, same here
  10. Offline

    Hugo2dog

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yes it seams with bread it fills up 5.5 hunger instead of 2.5?!?:confused:

    This post has been edited 2 times. It was last edited by Hugo2dog Sep 25, 2011.
  11. Offline

    Hugo2dog

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  12. Offline

    Stingray27x

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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?
  13. Offline

    JoshuaBehrens

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Clientside bug
  14. Offline

    sammael

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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...
  15. Offline

    daytdog

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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]
  16. Offline

    tanaka141

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Good job you make, this is a real pleasure to see how your work is definitively THE work that help all of us
  17. Offline

    garagoth

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  18. Offline

    Darcion

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  19. Offline

    rostex

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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?
  20. Offline

    colin8696909

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  21. Offline

    nalesnik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
  22. Offline

    Taien

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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. :)
  23. Offline

    TheVisas

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thanks guys for good work on new bukkit 1.8.1 :) :)
  24. Offline

    eddy69

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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 :)

    This post has been edited 1 time. It was last edited by eddy69 Sep 29, 2011.
  25. Offline

    SpaceManiac

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The ability to spawn "Monster" mobs has been removed from Minecraft and is not something Bukkit can fix.
  26. Offline

    Darcion

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    then let me ask, they come back with 1.9 as NPCs or new name?
  27. Offline

    4am

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  28. Offline

    Nathuram

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm having a weird bukkit error.

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

    JoshuaBehrens

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Are you using MonsterHatchery ? :D
  30. Offline

    Kodiak

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    OMG, I'm having the same problem. I thought it was something wrong with permissions or something.
  31. Offline

    Nathuram

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No just bukkit and essentials.
  32. Offline

    rostex

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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?
Thread Status:
Not open for further replies.

Share This Page