1.8 Bukkit Discussion

Discussion in 'Bukkit Discussion' started by agafaba, Sep 14, 2011.

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

    THA_D

    listen bud....... please dont tell me what to do, because i can hurry for whoever i want.
     
  2. Offline

    d3sl91

    Anyone else have their servers using more ram on 1.8 than 1.7.3? I'm running 1124 right now - will update to the newest when I get a break from work.
     
  3. Offline

    Jobsti

    Yep, my Server uses more ram on 1.8 too, with less plugins.

    But now, we have new mobs, Vines etc.
     
  4. Offline

    JOLTEON42

    Still can't find the topic where they release the dev builds :(

    Link anyone?

    EDIT: Got it, downloading latest dev build now :D
     
  5. Offline

    cman1096

    Listen Bud, do you think your flaming is getting the project anywhere? Calm down dude we all are anticipating 1.8.
     
    Bios Element likes this.
  6. Offline

    agafaba

    That would be this thread :D (well I posted a link to them, but it counts)
     
  7. Offline

    d3sl91

    I turned off monsters and mobs... dropped the usage by about 400 Megs
     
  8. Offline

    Mukrakiish

    Recap in case anyone else forgot or lost the link. http://ci.bukkit.org/job/dev-CraftBukkit/
     
  9. Offline

    IronWill1991

    The door bug is finally fixed!
     
  10. Offline

    d3sl91

    sweet.

    time to take a lunch break and update my server :D
     
  11. Offline

    Hadoe

    Ok so, here's what's going on with the doors in 1134. Everything works fine except for double iron doors, it's not that they won't let you through it's that one of the two doors will get reversed. It's like it'll go backwards and one door will be open when the other is closed and when you use any kind of switch they work fine but one door will be open and one will be closed. Not the biggest bug I figured I'd mention it.

    - Thanks so much to the Bukkit team for such quick updates, I hate using the regular server software.
     
  12. Offline

    Korlinni

    That bug has been around for a while now.
     
  13. Offline

    AndyFox42

    So far 1134 seems good except for the animal spawning bug that has been in prior builds.

    20:08:03 [INFO] Wrong location! net.minecraft.server.EntityChicken@1246a

    etc etc
     
  14. Offline

    Hadoe

    Is it a Minecraft problem or a Bukkit problem?
     
  15. Offline

    Pyrofiredelta

    Minecraft
     
  16. Offline

    Kademlia

    If I start a new map with this config:



    Code:
    #Minecraft server properties
    #Tue Sep 13 15:11:24 CEST 2011
    level-name=world
    allow-nether=false
    view-distance=10
    spawn-monsters=true
    online-mode=true
    difficulty=1
    gamemode=0
    spawn-animals=true
    pvp=false
    server-ip=
    max-players=50
    level-seed=Kademlia
    server-port=51333
    allow-flight=true
    white-list=true
    motd=test
    
    I get this error log (no plugins):
    Code:
    2011-09-17 03:48:47 [INFO] Starting minecraft server version Beta 1.8.1
    2011-09-17 03:48:47 [INFO] Loading properties
    2011-09-17 03:48:47 [INFO] Starting Minecraft server on *:51333
    2011-09-17 03:48:47 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1032-gfa2bdb3-b1135jnks (MC: 1.8.1)
    2011-09-17 03:48:47 [INFO] Preparing level "world"
    2011-09-17 03:48:47 [INFO] Default game type: 0
    2011-09-17 03:48:48 [INFO] New max size: 400
    2011-09-17 03:48:48 [INFO] New max size: 784
    2011-09-17 03:48:48 [INFO] New max size: 1764
    2011-09-17 03:48:48 [INFO] New max size: 5476
    2011-09-17 03:48:48 [INFO] New max size: 18496
    2011-09-17 03:48:48 [INFO] New max size: 19044
    2011-09-17 03:48:48 [INFO] Placed stronghold in INVALID biome at (-32, 36)
    2011-09-17 03:48:48 [SEVERE] java.lang.NullPointerException
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.WorldServer.c(WorldServer.java:106)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.addEntity(World.java:867)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.addEntity(World.java:826)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.Block.a(Block.java:332)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.Block.dropNaturally(Block.java:316)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.Block.g(Block.java:303)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:155)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:138)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.c(World.java:1017)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:298)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.Chunk.a(Chunk.java:357)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.setRawTypeIdAndData(World.java:316)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.setTypeIdAndData(World.java:414)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:109)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.c(World.java:1017)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:298)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.Chunk.a(Chunk.java:357)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.setRawTypeIdAndData(World.java:316)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.setTypeIdAndData(World.java:414)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:159)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:138)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.c(World.java:1017)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:298)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.Chunk.a(Chunk.java:357)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.setRawTypeIdAndData(World.java:316)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.setTypeIdAndData(World.java:414)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:159)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:138)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.c(World.java:1017)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:298)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.Chunk.a(Chunk.java:357)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.setRawTypeIdAndData(World.java:316)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.setTypeIdAndData(World.java:414)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:159)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:138)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.WorldGenLiquids.a(SourceFile:36)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BiomeDecorator.b(SourceFile:196)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BiomeDecorator.a(SourceFile:27)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.BiomeBase.a(SourceFile:180)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.ChunkProviderGenerate.getChunkAt(SourceFile:484)
    2011-09-17 03:48:48 [SEVERE]     at org.bukkit.craftbukkit.generator.NormalChunkGenerator.getChunkAt(NormalChunkGenerator.java:45)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:165)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.Chunk.a(Chunk.java:827)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:96)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:106)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.getChunkAt(World.java:300)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.getTypeId(World.java:247)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.isEmpty(World.java:251)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.a(World.java:218)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.WorldProvider.canSpawn(SourceFile:50)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.canSpawn(World.java:104)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.c(World.java:202)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.World.<init>(World.java:150)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-09-17 03:48:48 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-17 03:48:48 [SEVERE] Unexpected exception
    java.lang.NullPointerException
        at net.minecraft.server.WorldServer.c(WorldServer.java:106)
        at net.minecraft.server.World.addEntity(World.java:867)
        at net.minecraft.server.World.addEntity(World.java:826)
        at net.minecraft.server.Block.a(Block.java:332)
        at net.minecraft.server.Block.dropNaturally(Block.java:316)
        at net.minecraft.server.Block.g(Block.java:303)
        at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:155)
        at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:138)
        at net.minecraft.server.World.c(World.java:1017)
        at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:298)
        at net.minecraft.server.Chunk.a(Chunk.java:357)
        at net.minecraft.server.World.setRawTypeIdAndData(World.java:316)
        at net.minecraft.server.World.setTypeIdAndData(World.java:414)
        at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:109)
        at net.minecraft.server.World.c(World.java:1017)
        at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:298)
        at net.minecraft.server.Chunk.a(Chunk.java:357)
        at net.minecraft.server.World.setRawTypeIdAndData(World.java:316)
        at net.minecraft.server.World.setTypeIdAndData(World.java:414)
        at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:159)
        at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:138)
        at net.minecraft.server.World.c(World.java:1017)
        at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:298)
        at net.minecraft.server.Chunk.a(Chunk.java:357)
        at net.minecraft.server.World.setRawTypeIdAndData(World.java:316)
        at net.minecraft.server.World.setTypeIdAndData(World.java:414)
        at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:159)
        at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:138)
        at net.minecraft.server.World.c(World.java:1017)
        at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:298)
        at net.minecraft.server.Chunk.a(Chunk.java:357)
        at net.minecraft.server.World.setRawTypeIdAndData(World.java:316)
        at net.minecraft.server.World.setTypeIdAndData(World.java:414)
        at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:159)
        at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:138)
        at net.minecraft.server.WorldGenLiquids.a(SourceFile:36)
        at net.minecraft.server.BiomeDecorator.b(SourceFile:196)
        at net.minecraft.server.BiomeDecorator.a(SourceFile:27)
        at net.minecraft.server.BiomeBase.a(SourceFile:180)
        at net.minecraft.server.ChunkProviderGenerate.getChunkAt(SourceFile:484)
        at org.bukkit.craftbukkit.generator.NormalChunkGenerator.getChunkAt(NormalChunkGenerator.java:45)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:165)
        at net.minecraft.server.Chunk.a(Chunk.java:827)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:96)
        at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:106)
        at net.minecraft.server.World.getChunkAt(World.java:300)
        at net.minecraft.server.World.getTypeId(World.java:247)
        at net.minecraft.server.World.isEmpty(World.java:251)
        at net.minecraft.server.World.a(World.java:218)
        at net.minecraft.server.WorldProvider.canSpawn(SourceFile:50)
        at net.minecraft.server.World.canSpawn(World.java:104)
        at net.minecraft.server.World.c(World.java:202)
        at net.minecraft.server.World.<init>(World.java:150)
        at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
    The error only occurs with that exact level-seed
     
  17. Offline

    kalez

    that sounds like something you should tell notch. the stronghold didnt like the biome
     
  18. Running 1134 right now with 22 plugins and pretty stable. No errors in 2 hours of run time.

    Wanted to note that when I updated to 1136 I did receive the same stronghold error. I DID not receive that error when running 1134. Though after 2mins of lag everything is running fine. Not from a new world file either. This was an existing.

    My server currently.
    Current CraftBukkit Server Version: 1136
    Current List of Bukkit Server Plugins:
    =================================
    Java Version: 1.7 x64

    AdminCmd - 5.8.1 (commands used for admin and some player commands)
    BOSEconomy - 0.7.2 (Econ system player currency)
    ChestShop - 3.04 (Auction system for players along with shop system for staff and players)
    CraftBukkitUpToDate - 2.6.7 (Plugin auto updater)
    HelpMeAdvanced - 0.5 (Player to staff ticket system for issue reporting)
    HelpPages - 1.3 (Custom designed help pages for users and staff)
    HeroChat - 4.10.3 (Chat system)
    HeroicDeath - 1.9.1 (Displays custom messages for various death types)
    LivingForest - 13 (Allows trees to automatically regrow and replant themselves)
    LWC - 3.43 (Allows the protection of user placed items so other players can't grief)
    mcMMO - 1.1.14 (RPG skill and ability tracking usage system)
    MineBackup - 0.4.8.1 (automated backup system to backup every 2 hours)
    OtherBlocks - 1.95 (Allows more then just the one block to be dropped by chance)
    Permissions - 3.1.6 (Permissions system. Allows only certain users to do things)
    ScubaKit - 2.1.7 (Better underwater system. Helmets also extend breathing)
    SuperLog - 2.0 (System used to log player events to help sort grief)
    TieDyeSheep - 0.1.1 (Spawns multicolored sheep around the world)
    Tombstone - 1.3.6 (Creates a tombstone with chest holding your gear when you die)
    TrainCarts - 1.31 (Creation of trains and train stations system)
    WorldEdit - 4.6 (Great in game world editing tool to customize and region the world)
    WorldGuard - 5.2.2 (World Protection system from many player mess ups and creeper/ghast problems)
     
  19. Offline

    Kademlia

    The binome thing i think has noting to do with the error. I was able to get some "Placed stronghold in INVALID biome" errors without crashing. Still the specific level-seed crashes
     
  20. Offline

    MercAngel

    build 1136 no plugins non op players can not build or do any thing other then chat?
     
  21. Offline

    Vixolus

    Anyone else getting a glitch in creative where you can't add items to a chest, and that your item when clicked on (to go inside of a chest) is "duplicated" because it is "thrown out" of your inventory. But, when you pick it up you don't gain and item nor do you lose it. So you cant dupe items, but its still there "duped"
     
    aolko likes this.
  22. Offline

    Kardocraft

    I have a bug that you cant place stone. Only the item stone I cant place in normal and creative. With 1137.
     
  23. Offline

    registered

    Fix the ExpOrb lag
     
  24. Offline

    F_Synchro

    They can't.

    An addon might fix it.

    EDIT: Well they can, but it's not their business. go cry at notch.
     
  25. Offline

    itsmei

    I just want to say thank you to all the people helping with bukkit 1.8 they are all doing a great job :)
     
  26. Offline

    Clavus

    Hope to see a fix for the exp orb bug soon. Either by Notch, the Bukkit team or a plugin dev, I don't care. They have no purpose so if anyone knows a way to get them out of the game please say so. My servers is slowly coming to a grinding halt.
     
  27. Offline

    Xaymar

    Build #1137 results in this:
    [​IMG]
    Unable to use the control script anymore :v
     
    GIANT_CRAB and Dimitrias like this.
  28. Offline

    Tinou_Bro

    Same like Clavus, hope orbs bug will be fix soon, my server is so slow
     
  29. Offline

    Clavus

    My server practically died this morning. Restarting doesn't fix it, it'll just end up with the same CPU load instantly.
     
  30. Offline

    Gnyf

    can anyone tell why all chests are black until you have clicked on them
     
Thread Status:
Not open for further replies.

Share This Page