Skip to content

Instantly share code, notes, and snippets.

@hoqhuuep
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoqhuuep/d8d38b9e9e85cf2d3621 to your computer and use it in GitHub Desktop.
Save hoqhuuep/d8d38b9e9e85cf2d3621 to your computer and use it in GitHub Desktop.
Example IslandCraft config.yml with 25% of islands missing
# Do not modify config-version
config-version: 1.0.0
# If verbose-logging is false only warnings and errors will be logged
verbose-logging: false
# Same available options as database settings in bukkit.yml
# http://wiki.bukkit.org/Bukkit.yml#database
database:
driver: org.sqlite.JDBC
url: jdbc:sqlite:{DIR}{NAME}.db
username: bukkit
password: walrus
isolation: SERIALIZABLE
worlds:
# By default IslandCraft is enabled on "world_islandcraft".
# You can change the world name here or even add more than one world
world_islandcraft:
# There is currently only 1 option for ocean-generator. Please use:
# com.github.hoqhuuep.islandcraft.core.ConstantBiomeDistribution <biome>
ocean: com.github.hoqhuuep.islandcraft.core.ConstantBiomeDistribution DEEP_OCEAN
# There are currently 3 options for island-distribution. Please use one of:
# com.github.hoqhuuep.islandcraft.core.HexagonalIslandDistribution <island-size> <ocean-size>
# com.github.hoqhuuep.islandcraft.core.SquareIslandDistribution <island-size> <ocean-size>
# com.github.hoqhuuep.islandcraft.core.EmptyIslandDistribution
island-distribution: com.github.hoqhuuep.islandcraft.core.HexagonalIslandDistribution 288 32
# There is currently 2 options for island-generators. Please use one of:
# com.github.hoqhuuep.islandcraft.core.ConstantIslandGenerator <biome>
# com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha <normal> <mountains> <hills> <hills-mountains> <forest> <forest-mountains> <outer-coast> <inner-coast> <river>
island-generators:
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha BIRCH_FOREST BIRCH_FOREST_M BIRCH_FOREST_HILLS BIRCH_FOREST_HILLS_M ~ ~ OCEAN BEACH RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha COLD_TAIGA COLD_TAIGA_M COLD_TAIGA_HILLS ~ ~ ~ OCEAN COLD_BEACH FORZEN_RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha DESERT DESERT_M DESERT_HILLS ~ ~ ~ OCEAN BEACH RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha EXTREME_HILLS EXTREME_HILLS_M EXTREME_HILLS_PLUS EXTREME_HILLS_PLUS_M EXTREME_HILLS_EDGE ~ OCEAN STONE_BEACH RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha FOREST ~ FOREST_HILLS ~ FLOWER_FOREST ~ OCEAN BEACH RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha ICE_PLAINS ~ ICE_MOUNTAINS ~ ICE_PLAINS_SPIKES ~ OCEAN FROZEN_OCEAN FORZEN_RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha JUNGLE JUNGLE_M JUNGLE_HILLS ~ JUNGLE_EDGE JUNGLE_EDGE_M OCEAN BEACH RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha MEGA_TAIGA MEGA_SPRUCE_TAIGA MEGA_TAIGA_HILLS MEGA_SPRUCE_TAIGA_HILLS ~ ~ OCEAN BEACH RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha MESA MESA_BRYCE MESA_PLATEAU MESA_PLATEAU_M MESA_PLATEAU_F MESA_PLATEAU_F_M OCEAN MESA RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha MUSHROOM_ISLAND ~ ~ ~ ~ ~ OCEAN MUSHROOM_ISLAND_SHORE RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha PLAINS ~ SUNFLOWER_PLAINS ~ ~ ~ OCEAN BEACH RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha ROOFED_FOREST ROOFED_FOREST_M ~ ~ ~ ~ OCEAN BEACH RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha SAVANNA SAVANNA_M SAVANNA_PLATEAU SAVANNA_PLATEAU_M ~ ~ OCEAN BEACH RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha SWAMPLAND SWAMPLAND_M ~ ~ ~ ~ OCEAN BEACH RIVER
- com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha TAIGA TAIGA_M TAIGA_HILLS ~ ~ ~ OCEAN BEACH RIVER
- com.github.hoqhuuep.islandcraft.core.ConstantIslandGenerator DEEP_OCEAN
- com.github.hoqhuuep.islandcraft.core.ConstantIslandGenerator DEEP_OCEAN
- com.github.hoqhuuep.islandcraft.core.ConstantIslandGenerator DEEP_OCEAN
- com.github.hoqhuuep.islandcraft.core.ConstantIslandGenerator DEEP_OCEAN
- com.github.hoqhuuep.islandcraft.core.ConstantIslandGenerator DEEP_OCEAN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment