Inactive [WGEN/FIX] SkylandsPlus+ v0.3.1 - More Trees / Mobs in Skylands [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Jacek, Aug 14, 2011.

  1. Offline

    Jacek

    SkylandsPlus+ - More Trees / Mobs in Skylands
    Version: 0.3

    This is now here: http://dev.bukkit.org/server-mods/skylandsplus/

    Description

    This plugin will add more trees to your skylands worlds, in snowy areas the trees found in the Taiga biome are used, in all other areas a mix of the other types is used similar to the Forest biome. All passive mobs and wild grass can now be found too, making skylands worlds overall more playable in survival mode.


    Download (source included in jar file)

    http://bukkit.jacekk.co.uk/SkylandsPlus/SkylandsPlus.jar


    Screenshots

    [​IMG]

    [​IMG]


    Config File

    The config file is split into three sections.

    tree-gen
    Code:
    tree-gen:
        grass:
            gen: true
            prob: 3
        snow:
            gen: true
            prob: 5
        tall-grass:
            gen: true
            prob: 4
    
    The gen setting in each of the sub sections (grass, snow, tall-grass) controls weather that generation will happen. So to disable trees in snow areas set gen: false for the snow block. The prob setting is the probability that each grass block in the chunk will grow a tree (or have tall grass on it), this is a number between 0 and 100. A setting of 4 will give a very dense forest.

    ore-gen
    Code:
    ore-gen:
        coal:
            gen: true
            prob: 1
        redstone:
            gen: true
            prob: 1
        diamond:
            gen: true
            prob: 1
        gold:
            gen: true
            prob: 5
        lapis:
            gen: true
            prob: 5
        iron:
            gen: true
            prob: 2
    
    This section is very similar to the tree-gen section, except it applies to ore. The prob setting here refers to the change that each stone block in the chunk will grow an ore vain. For now this is a number between 0 and 100 and acts in the same was a the tree-gen setting, but this may change as even a setting of 0.5 would pretty much replace all the stone.

    mob-spawns
    Code:
    mob-spawns:
        chicken:
            spawn: true
            prob: 10
        slime:
            spawn: false
            prob: 10
        wolf:
            spawn: true
            prob: 10
        zombie:
            spawn: true
            prob: 10
        cow:
            spawn: true
            prob: 10
        sheep:
            spawn: true
            prob: 10
        spider:
            spawn: true
            prob: 10
        creeper:
            spawn: true
            prob: 10
        skeleton:
            spawn: true
            prob: 10
        giant:
            spawn: false
            prob: 0
        pig:
            spawn: true
            prob: 10
    
    This section controls the mobs that will naturally spawn, the prob setting in this section controls the percentage (of all mobs that are set to spawn) of that mob. This should be a number between 0 and 100 and the sum of these values for mobs that will spawn should be at least close to 100. If you set it so that the total probability is less than 100 less mobs will span on average. All hostile mobs will not burn in the light, but it looks weird when skeletons spawn next to pigs so it is best to either have skylands fully hostile or fully passive.


    Planned Changes
    • Make ore generation do something.
    • Add commands to populate existing worlds.
    • Bridges ?
    Know Bugs / Incompatiblities
    • And plugin that is used to spawn mobs, when chickens are spawned in skylands works you will get the configured distribution of mobs instead. This is just because of how this plugin works (by adding more mobs when ever the chickens spawn) and will never be fixed.
    Changelog

    Version 0.3.1
    • Removed a message left over from debugging.
    • Added some code to handle commands.
    Version 0.3
    • Weather is now blocked in skylands worlds (it didn't work right anyway).
    version 0.2
    • Added config file with options for tree densities, mob spawning and ore generation (not used yet).
    • All mobs can now be spawned (with configurable probabilities).
    • Hostile mobs will not burn (even if spawned with /spawnmob).
    Version 0.1.1
    • Now loads on statup, so it will catch all worlds.
    • Logs a message at startup to show which worlds have the tree populater applied to them,
    Version 0.1
    • Initial release.

    Okay, update. This does not seem to work at all on my public server, but it works on my local server, which is an exact copy of the public server... so I'm going to bed and will look again tomorrow, most likely I installed in wrong, it's VERY late.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
    MistaGhost, vongriva, Juze and 3 others like this.
  2. Offline

    Spirith

    Hi, I didn't do it in the air in the world but on the ground.
     
  3. Offline

    Jacek

    Didn't do what ?
     
  4. Offline

    Spirith

    Skyland is not me in the air
     
  5. Offline

    Jacek

    I have no idea what you mean :?
     
  6. Offline

    Spirith

    skyland no the air skyland the earth
     
  7. Offline

    Jacek

    Still no idea, explain what you mean in more than one line.
     
  8. Offline

    Spirith

    Skylands = floating world affairs? I normally turn to a global sea-island and codes of codes of which is in the air.
     
  9. Offline

    Jacek

    Are you using google translate ? Maybe get someone to translate for you instead, or only use very common words.
     
  10. Offline

    Spirith

    okay solved
     
  11. Can you make the grass more green, the grass is like too dark can't it be more green like this:
    [​IMG]
     
  12. Offline

    Jacek

    No I can't since the colour of the grass is decided client side.
     
  13. Offline

    pinpanxxi

    hey what happen to the clouds being on the ground and the sky blue and not a light purple
     
  14. Offline

    Nuckel_80

    hello. I create worlds with multiverse. I created Skylands. But it looks like this:

    and my config looks like this:
    Code:
    restrict-mob-spawning: true
    prevent-sand-falling: true
    
    and my livemap
     
  15. Offline

    Jacek

    Did you remove the plugin after the world had generated ? Maybe ask the multiverse guys ?
     
  16. Offline

    Nuckel_80

    no i didn't . I had to do that?
     
  17. Offline

    Jacek

    No you had to not do that :D
     
  18. Offline

    RedstoneDisc

    how about having a nether version or make small islands of netherrak.
    or better yet, use the same coding from nether fortresses to make the bridges you wanted.
     
  19. Offline

    Jacek

    A nether version sounds fun ! I will definitely add that in some way ! It will probably be a separate plugin, or maybe it can be part of the current one so that if you set the world type to nether it will create a nether world.

    Not sure how the nether fortress code will work for bridges since it does tend to go inside the walls quite a lot. Worth a try though.
     
  20. Offline

    Bluebossa3jp

    Said internal error then kicked me out :[]


    Code:
    2012-02-23 18:51:04 [INFO] Bluebossa3jp: Starting creation of world 'skylands'...
    2012-02-23 18:51:04 [INFO] [Multiverse-Core] Loading World & Settings - 'skylands' - Env: NORMAL - Type: NORMAL & generator: SkylandsPlus
    2012-02-23 18:51:05 [INFO] GroupManager - INFO - New world detected...
    2012-02-23 18:51:05 [INFO] GroupManager - INFO - Creating data for: skylands
    2012-02-23 18:51:05 [INFO] GroupManager - INFO - Don't forget to configure/mirror this world in config.yml.
    2012-02-23 18:51:05 [INFO] SkylandsPlus 0.9.2: Changed the world type of 'skylands' to flat (this makes the void blue down to y = 0).
    2012-02-23 18:51:05 [INFO] Preparing start region for level 3 (Seed: 6542218667531230320)
    2012-02-23 18:51:05 [INFO] WorldGuard: (skylands) Single session is enforced.
    2012-02-23 18:51:05 [INFO] WorldGuard: (skylands) TNT ignition is PERMITTED.
    2012-02-23 18:51:05 [INFO] WorldGuard: (skylands) Lighters are PERMITTED.
    2012-02-23 18:51:05 [INFO] WorldGuard: (skylands) Lava fire is blocked.
    2012-02-23 18:51:05 [INFO] WorldGuard: (skylands) Fire spread is UNRESTRICTED.
    2012-02-23 18:51:05 [INFO] WorldGuard: Loaded configuration for world 'skylands"
    2012-02-23 18:51:06 [INFO] Preparing spawn area for skylands, 12%
    2012-02-23 18:51:07 [INFO] Preparing spawn area for skylands, 40%
    2012-02-23 18:51:08 [INFO] Preparing spawn area for skylands, 73%
    2012-02-23 18:51:09 [INFO] Preparing spawn area for skylands, 97%
    2012-02-23 18:51:09 [WARNING] [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
    2012-02-23 18:51:09 [WARNING] [Multiverse-Core] Original Location: X: 32 Y: 64 Z: 1,339 P: 0 Y: 0
    2012-02-23 18:51:10 [SEVERE] [Multiverse-Core] New safe spawn NOT found!!!
    2012-02-23 18:51:10 [INFO] Bluebossa3jp: Complete!
    2012-02-23 18:51:10 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-02-23 18:51:16 [INFO] [PLAYER_COMMAND] Bluebossa3jp: /world skylands
    2012-02-23 18:51:16 [SEVERE] [OFC] Index: 51, Size: 7
    2012-02-23 18:51:16 [SEVERE] java.lang.IndexOutOfBoundsException: Index: 51, Size: 7
    2012-02-23 18:51:16 [SEVERE]    at java.util.ArrayList.rangeCheck(Unknown Source)
    2012-02-23 18:51:16 [SEVERE]    at java.util.ArrayList.remove(Unknown Source)
    2012-02-23 18:51:16 [SEVERE]    at net.minecraft.server.IntCache.a(SourceFile:53)
    2012-02-23 18:51:16 [SEVERE]    at net.minecraft.server.WorldChunkManager.a(SourceFile:147)
    2012-02-23 18:51:16 [SEVERE]    at net.minecraft.server.BiomeCacheBlock.<init>(SourceFile:30)
    2012-02-23 18:51:16 [SEVERE]    at net.minecraft.server.BiomeCache.a(SourceFile:59)
    2012-02-23 18:51:16 [SEVERE]    at net.minecraft.server.BiomeCache.c(SourceFile:72)
    2012-02-23 18:51:16 [SEVERE]    at net.minecraft.server.WorldChunkManager.a(SourceFile:86)
    2012-02-23 18:51:16 [SEVERE]    at net.minecraft.server.World.c(World.java:2014)
    2012-02-23 18:51:16 [SEVERE]    at net.minecraft.server.World.p(World.java:2006)
    2012-02-23 18:51:16 [SEVERE]    at net.minecraft.server.WorldGenLakes.a(SourceFile:122)
    2012-02-23 18:51:16 [SEVERE]    at uk.co.jacekk.bukkit.SkylandsPlus.populator.SkylandsPlusLakePopulator.populate(SkylandsPlusLakePopulator.java:36)
    2012-02-23 18:51:16 [SEVERE]    at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:189)
    2012-02-23 18:51:16 [SEVERE]    at net.minecraft.server.Chunk.a(Chunk.java:818)
    2012-02-23 18:51:16 [SEVERE]    at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:107)
    2012-02-23 18:51:16 [SEVERE]    at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:112)
    2012-02-23 18:51:16 [SEVERE]    at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:76)
    2012-02-23 18:51:16 [SEVERE]    at org.bukkit.craftbukkit.block.CraftBlock.getRelative(CraftBlock.java:141)
    2012-02-23 18:51:16 [SEVERE]    at org.bukkit.craftbukkit.block.CraftBlock.getRelative(CraftBlock.java:149)
    2012-02-23 18:51:16 [SEVERE]    at org.bukkit.craftbukkit.block.CraftBlock.getRelative(CraftBlock.java:145)
    2012-02-23 18:51:16 [SEVERE]    at lishid.orebfuscator.utils.Calculations.GetAjacentBlocks(Calculations.java:76)
    2012-02-23 18:51:16 [SEVERE]    at lishid.orebfuscator.utils.Calculations.GetAjacentBlocks(Calculations.java:72)
    2012-02-23 18:51:16 [SEVERE]    at lishid.orebfuscator.utils.Calculations.UpdateBlocksNearby(Calculations.java:43)
    2012-02-23 18:51:16 [SEVERE]    at lishid.orebfuscator.threading.OrebfuscatorThreadUpdate.run(OrebfuscatorThreadUpdate.java:58)
    2012-02-23 18:51:16 [SEVERE] [OFC] null
    2012-02-23 18:51:16 [SEVERE] java.lang.NullPointerException
    2012-02-23 18:51:16 [SEVERE] Could not pass event org.bukkit.event.player.PlayerMoveEvent to WorldGuard
    java.lang.NullPointerException
        at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerMove(WorldGuardPlayerListener.java:290)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:312)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:191)
        at lishid.orebfuscator.hook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:55)
        at net.minecraft.server.Packet10Flying.handle(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
        at lishid.orebfuscator.hook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:44)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-23 18:51:16 [SEVERE]    at net.minecraft.server.GenLayerIsland.a(SourceFile:48)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.GenLayerMushroomShore.a(SourceFile:12)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.GenLayerSwampRivers.a(SourceFile:12)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.GenLayerDownfallMix.a(SourceFile:17)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.GenLayerSmoothZoom.a(SourceFile:14)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.GenLayerDownfallMix.a(SourceFile:18)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.GenLayerSmoothZoom.a(SourceFile:14)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.GenLayerDownfallMix.a(SourceFile:18)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.GenLayerSmoothZoom.a(SourceFile:14)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.GenLayerSmoothZoom.a(SourceFile:14)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.WorldChunkManager.getWetness(SourceFile:71)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.BiomeCacheBlock.<init>(SourceFile:29)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.BiomeCache.a(SourceFile:59)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.BiomeCache.b(SourceFile:68)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.WorldChunkManager.getBiome(SourceFile:53)
    2012-02-23 18:51:17 [SEVERE]    at lishid.orebfuscator.chunkscrambler.ScrambledWorldChunkManager.getBiome(ScrambledWorldChunkManager.java:15)
    2012-02-23 18:51:17 [SEVERE]    at org.bukkit.craftbukkit.CraftWorld.getBiome(CraftWorld.java:484)
    2012-02-23 18:51:17 [SEVERE]    at uk.co.jacekk.bukkit.SkylandsPlus.populator.SkylandsPlusGrassPopulator.populate(SkylandsPlusGrassPopulator.java:50)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:189)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.Chunk.a(Chunk.java:810)
    2012-02-23 18:51:17 [SEVERE]    at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:107)
    2012-02-23 18:51:17 [SEVERE]    at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:112)
    2012-02-23 18:51:17 [SEVERE]    at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:76)
    2012-02-23 18:51:17 [SEVERE]    at org.bukkit.craftbukkit.block.CraftBlock.getRelative(CraftBlock.java:141)
    2012-02-23 18:51:17 [SEVERE]    at org.bukkit.craftbukkit.block.CraftBlock.getRelative(CraftBlock.java:149)
    2012-02-23 18:51:17 [SEVERE]    at org.bukkit.craftbukkit.block.CraftBlock.getRelative(CraftBlock.java:145)
    2012-02-23 18:51:17 [SEVERE]    at lishid.orebfuscator.utils.Calculations.GetAjacentBlocks(Calculations.java:74)
    2012-02-23 18:51:17 [SEVERE]    at lishid.orebfuscator.utils.Calculations.GetAjacentBlocks(Calculations.java:72)
    2012-02-23 18:51:17 [SEVERE]    at lishid.orebfuscator.utils.Calculations.UpdateBlocksNearby(Calculations.java:43)
    2012-02-23 18:51:17 [SEVERE]    at lishid.orebfuscator.threading.OrebfuscatorThreadUpdate.run(OrebfuscatorThreadUpdate.java:58)
    2012-02-23 18:51:23 [WARNING] Failed to handle packet: java.lang.NullPointerException
    java.lang.NullPointerException
        at net.minecraft.server.LayerIsland.a(SourceFile:14)
        at net.minecraft.server.GenLayerZoomFuzzy.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerIcePlains.a(SourceFile:17)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerMushroomIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerBiome.a(SourceFile:16)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerRegionHills.a(SourceFile:12)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerMushroomShore.a(SourceFile:12)
        at net.minecraft.server.GenLayerSwampRivers.a(SourceFile:12)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerTemperatureMix.a(SourceFile:17)
        at net.minecraft.server.GenLayerSmoothZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerSmoothZoom.a(SourceFile:14)
        at net.minecraft.server.WorldChunkManager.getTemperatures(SourceFile:104)
        at net.minecraft.server.BiomeCacheBlock.<init>(SourceFile:28)
        at net.minecraft.server.BiomeCache.a(SourceFile:59)
        at net.minecraft.server.BiomeCache.b(SourceFile:68)
        at net.minecraft.server.WorldChunkManager.getBiome(SourceFile:53)
        at lishid.orebfuscator.chunkscrambler.ScrambledWorldChunkManager.getBiome(ScrambledWorldChunkManager.java:15)
        at org.bukkit.craftbukkit.CraftWorld.getBiome(CraftWorld.java:484)
        at uk.co.jacekk.bukkit.SkylandsPlus.SkylandsPlusChunkGenerator.decorateLand(SkylandsPlusChunkGenerator.java:252)
        at uk.co.jacekk.bukkit.SkylandsPlus.SkylandsPlusChunkGenerator.generate(SkylandsPlusChunkGenerator.java:320)
        at org.bukkit.craftbukkit.generator.CustomChunkGenerator.getOrCreateChunk(CustomChunkGenerator.java:38)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:83)
        at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
        at net.minecraft.server.PlayerManager.a(PlayerManager.java:53)
        at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:149)
        at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:155)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:387)
        at lishid.orebfuscator.hook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:55)
        at net.minecraft.server.Packet10Flying.handle(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
        at lishid.orebfuscator.hook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:44)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-23 18:51:52 [INFO] Bluebossa3jp [/192.168.1.155:50140] logged in with entity id 13023 at ([skylands] -385.06666625204315, 60.0, 32.489410353412275)
    2012-02-23 18:51:52 [INFO] Disconnecting Bluebossa3jp [/192.168.1.155:50140]: Internal server error
    2012-02-23 18:51:52 [WARNING] Failed to handle packet: java.lang.NullPointerException
    java.lang.NullPointerException
        at net.minecraft.server.LayerIsland.a(SourceFile:14)
        at net.minecraft.server.GenLayerZoomFuzzy.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerIcePlains.a(SourceFile:17)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerMushroomIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerBiome.a(SourceFile:16)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerRegionHills.a(SourceFile:12)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerMushroomShore.a(SourceFile:12)
        at net.minecraft.server.GenLayerSwampRivers.a(SourceFile:12)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerTemperatureMix.a(SourceFile:17)
        at net.minecraft.server.GenLayerSmoothZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerSmoothZoom.a(SourceFile:14)
        at net.minecraft.server.WorldChunkManager.getTemperatures(SourceFile:104)
        at net.minecraft.server.BiomeCacheBlock.<init>(SourceFile:28)
        at net.minecraft.server.BiomeCache.a(SourceFile:59)
        at net.minecraft.server.BiomeCache.b(SourceFile:68)
        at net.minecraft.server.WorldChunkManager.getBiome(SourceFile:53)
        at lishid.orebfuscator.chunkscrambler.ScrambledWorldChunkManager.getBiome(ScrambledWorldChunkManager.java:15)
        at org.bukkit.craftbukkit.CraftWorld.getBiome(CraftWorld.java:484)
        at uk.co.jacekk.bukkit.SkylandsPlus.SkylandsPlusChunkGenerator.decorateLand(SkylandsPlusChunkGenerator.java:252)
        at uk.co.jacekk.bukkit.SkylandsPlus.SkylandsPlusChunkGenerator.generate(SkylandsPlusChunkGenerator.java:320)
        at org.bukkit.craftbukkit.generator.CustomChunkGenerator.getOrCreateChunk(CustomChunkGenerator.java:38)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:83)
        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:143)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:87)
        at net.minecraft.server.Packet1Login.handle(Packet1Login.java:70)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:47)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-23 18:51:52 [SEVERE] java.lang.NullPointerException
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.LayerIsland.a(SourceFile:14)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerZoomFuzzy.a(SourceFile:14)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerIcePlains.a(SourceFile:17)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerMushroomIsland.a(SourceFile:17)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerBiome.a(SourceFile:16)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerRegionHills.a(SourceFile:12)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerMushroomShore.a(SourceFile:12)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerSwampRivers.a(SourceFile:12)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerTemperatureMix.a(SourceFile:17)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerSmoothZoom.a(SourceFile:14)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.GenLayerSmoothZoom.a(SourceFile:14)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.WorldChunkManager.getTemperatures(SourceFile:104)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.BiomeCacheBlock.<init>(SourceFile:28)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.BiomeCache.a(SourceFile:59)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.BiomeCache.b(SourceFile:68)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.WorldChunkManager.getBiome(SourceFile:53)
    2012-02-23 18:51:52 [SEVERE]    at lishid.orebfuscator.chunkscrambler.ScrambledWorldChunkManager.getBiome(ScrambledWorldChunkManager.java:15)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.WorldChunkManager.getBiome(SourceFile:49)
    2012-02-23 18:51:52 [SEVERE]    at org.bukkit.craftbukkit.generator.CustomChunkGenerator.getMobsFor(CustomChunkGenerator.java:87)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.ChunkProviderServer.getMobsFor(ChunkProviderServer.java:273)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.World.a(World.java:2847)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:135)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.World.doTick(World.java:1726)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:524)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    2012-02-23 18:51:52 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-23 18:51:52 [SEVERE] Unexpected exception
    java.lang.NullPointerException
        at net.minecraft.server.LayerIsland.a(SourceFile:14)
        at net.minecraft.server.GenLayerZoomFuzzy.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerIcePlains.a(SourceFile:17)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerMushroomIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerBiome.a(SourceFile:16)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerRegionHills.a(SourceFile:12)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerIsland.a(SourceFile:17)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerMushroomShore.a(SourceFile:12)
        at net.minecraft.server.GenLayerSwampRivers.a(SourceFile:12)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerTemperatureMix.a(SourceFile:17)
        at net.minecraft.server.GenLayerSmoothZoom.a(SourceFile:14)
        at net.minecraft.server.GenLayerSmoothZoom.a(SourceFile:14)
        at net.minecraft.server.WorldChunkManager.getTemperatures(SourceFile:104)
        at net.minecraft.server.BiomeCacheBlock.<init>(SourceFile:28)
        at net.minecraft.server.BiomeCache.a(SourceFile:59)
        at net.minecraft.server.BiomeCache.b(SourceFile:68)
        at net.minecraft.server.WorldChunkManager.getBiome(SourceFile:53)
        at lishid.orebfuscator.chunkscrambler.ScrambledWorldChunkManager.getBiome(ScrambledWorldChunkManager.java:15)
        at net.minecraft.server.WorldChunkManager.getBiome(SourceFile:49)
        at org.bukkit.craftbukkit.generator.CustomChunkGenerator.getMobsFor(CustomChunkGenerator.java:87)
        at net.minecraft.server.ChunkProviderServer.getMobsFor(ChunkProviderServer.java:273)
        at net.minecraft.server.World.a(World.java:2847)
        at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:135)
        at net.minecraft.server.World.doTick(World.java:1726)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:524)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
     
  21. Offline

    Cap K

    will there be an update for 1.2? :(
     
  22. Offline

    Jacek

    There is no need to, it will work still.
     
  23. Offline

    Personear

    I can't seem to spawn a skylands world at all. I'm using multiverse-core. All that it creates is a normal looking world. I used the same commands that you listed. Any help? PS: I am using R4 MC 1.1

    EDIT: I actually got this working. I did not realize that it was case to "SkylandsPlus"
     
  24. Offline

    phlum

    sky lands works for me i just get the same error as bluebossoa
     
  25. Offline

    Welderpaw123

    i try to make a skyland world but when i do the command /mv create skylands normal -g SkylandsPlus and it create a normal world please help me
     
  26. Offline

    TheLavaGuy

    Dafuq do I get Skylands?! :mad:
     
  27. Offline

    Jacek

    Well that deserves an entirely serious reply from me :D
     
  28. Offline

    TheLavaGuy

    I need it :(
     
  29. Offline

    copper2010

    I don't see all the options in the config file. All I see is-

    Code:
    restrict-mob-spawning: true
    prevent-sand-falling: true
    I tried adding the code that you provided, but that didn't work either. I want a world that is monster free and diamonds replace all ores. How can I get this?
     
  30. Offline

    Jacek

    Have a look a the BukkitDev page, this has completely changed since the original plugin.
     
  31. Offline

    Ajinryu

    SOLVED I just typed /mv create skylands normal -g skylandsplus (I think it was this) I couldnt find the comment again to find the one who said it, but thanks to him it works! (He had a problem with it that was for sure!)
     

Share This Page