[INACTIVE][WGEN] BananaCakeTown 0.6 - it's a small world! [1000]

Discussion in 'Inactive/Unsupported Plugins' started by codename_B, Jul 26, 2011.

  1. Offline

    codename_B

    BananaCakeTown
    "it's a small world"

    About:
    Ever needed a small world on your server? For VIPs? For a small creative world? Just for a bit of destructive fun? Well good news! Here it is!

    MAJOR SUPER DUPER WARNING:
    If you do not know how to configure the bukkit.yml - do not bother using this plugin! Do not bother posting support requests asking how to use bukkit.yml here - do not pm me asking me about bukkit.yml unless you are willing to pay me to do it for you. TL;DR - DONT ASK ME ABOUT BUKKIT.YML


    Download v0.6: Download
    Github: Coming Soon

    How to use:
    Just setup the plugin in bukkit.yml for the worldname of your choice, and use your favourite multiworld manager *cough* Pinapp *cough* ;) to add the world to your server.

    Screenshot:
    [​IMG]

    Changelog:
    • 0.2 submitted to Development forums 27/07/2011
    • 0.3 submitted to Plugin submissions 27/07/2011
    • 0.6 fixed lots of memory leaks in pops - added ores 27/07/2011
     
    undeadmach1ne likes this.
  2. Offline

    27ace27

    I seem to be getting the old 'fat' cake.
     
  3. Offline

    undeadmach1ne

    i <3 caketown
     
  4. It Would be Cool if we could Set the Radius and/or Height of the Cake.

    Anyway, nice plugin if you have Use for it. (Wich i have)
     
  5. Offline

    monotonehell

  6. Offline

    Mausterio

    Im goin to try this :D Looks very neat. Is there a customizable size config?
     
  7. Offline

    monotonehell

    @codename_B Interesting, I'm playing with random world generations. That time I got a snow world with stone mushrooms? The screenshot I took didn't save before I deleted the /world, I'd describe them as tree sized, silver birch trunks with a flat platform made of smooth stone. Glitch or intended by design?

    Cool, but not what I need for this server. :S
     
  8. Offline

    Pixiio

    You should make a example of the bukkit file. I'm hosting a Minecraft for like 6 months, but i never used the bukkit.yml file. Please support developer!
     
  9. From page one:
    If you need more guidance, that's one thing. Do you have a multiworld management system? I am only familiar with DimensionDoor.
     
  10. Offline

    Pixiio

    Yes i have MultiVerse. Will this plugin create a map? And i just have to import it with /mvimport name
     
  11. Offline

    codename_B

    Ask multiverse - I've never used it.
     
  12. Offline

    codewarrior

    There is a bug in your generator that makes it incompatible with MCEdit and other external tools. The blocks array is being allocated with the wrong size. To fix it, change line 37 of CakeTownGenerator.java to read like so:

    byte[] b = new byte[256 * height];
     
  13. Offline

    cidiantoby

    @codename_B Ok i dont know if this came up but im using worldedit and im trying to get the world closer to the bottom instead in the middle. Every time i try to drop it it crashs the server. Am i the only one or does this happen to you also?

    Edit: Also i would like that shallower and wider world if all possible.
     
  14. Offline

    NUTsTUN

    INCEPTION

    Tryin' to change the bukkit.yml and still clueless. Do you have to use any other mods?

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

    Grimmy777

    I managed to make a cakeworld with this but it looks like it went ahead and generated the rest of the world as well but with a large gap between the cake world and the rest of the world. Is that what it is supposed to do or should the cakeworld be all there is?
     
  16. Offline

    dabram71

    How do I use bukkit.yml???? Just kidding... Great plugin by the way!
     
  17. Offline

    md_5

    Sorry what is bukkit.yml :p
    @codename_B
    As you know this is now inactive due to not being maintained if it is on Bukkitdev or you wish to revive it tag me.
     
  18. Offline

    nitroburn

    This has been working great! However, with 1.1 I now see:

    17:28:49 [WARNING] Failed to handle packet: java.lang.NullPointerException
    java.lang.NullPointerException
    at com.ubempire.caketown.pops.TreePopulator.populate(TreePopulator.java:31)
    at com.ubempire.caketown.pops.MetaPopulator.populate(MetaPopulator.java:32)
    at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:189)
    at net.minecraft.server.Chunk.a(Chunk.java:808)
    at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:107)
    at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
    at net.minecraft.server.PlayerManager.a(PlayerManager.java:53)
    at net.minecraft.server.PlayerManager.addPlayer(PlayerManager.java:92)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:139)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:113)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:39)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:534)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)


    Hasn't broken anything that I can see, but would great to have a update with no error. This makes for an awesome spawn world!

    --edit--
    never mind, it broke people being able to login as it was used for the main spawn. would return 'internal server error' to people attempting to connect.

    too bad as this is the perfect plugin for a small unexpanding area for things like spawns or PVP.

    20:28:01 [INFO] This server is running Craftbukkit version git-Bukkit-1.0.1-R1-40-ge30dc2f-b1718jnks (MC: 1.1) (Implementing API version 1.1-R1-SNAPSHOT)
     
  19. Offline

    My_Krågespisar

    nitroburn What you can do is pregen the cake with this plugin, and then replace it with a generator that can make empty space like CleanroomGenerator. Or perhaps a border plugin would be sufficient - i don't know how much void the cake generates around itself.
     

Share This Page