Advertisement
Guest User

Untitled

a guest
Jul 5th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. # Do not modify config-version
  2. config-version: 1.0.0
  3. # If verbose-logging is false only warnings and errors will be logged
  4. verbose-logging: false
  5. # Same available options as database settings in bukkit.yml
  6. # http://wiki.bukkit.org/Bukkit.yml#database
  7. database:
  8. driver: org.sqlite.JDBC
  9. url: jdbc:sqlite:{DIR}{NAME}.db
  10. username: bukkit
  11. password: walrus
  12. isolation: SERIALIZABLE
  13. worlds:
  14. # By default IslandCraft is enabled on "world_islandcraft".
  15. # You can change the world name here or even add more than one world
  16. SFTowns_islandcraft:
  17. # There is currently only 1 option for ocean-generator. Please use:
  18. # com.github.hoqhuuep.islandcraft.core.ConstantBiomeDistribution <biome>
  19. ocean: com.github.hoqhuuep.islandcraft.core.ConstantBiomeDistribution DEEP_OCEAN
  20. # There are currently 3 options for island-distribution. Please use one of:
  21. # com.github.hoqhuuep.islandcraft.core.HexagonalIslandDistribution <island-size> <ocean-size>
  22. # com.github.hoqhuuep.islandcraft.core.SquareIslandDistribution <island-size> <ocean-size>
  23. # com.github.hoqhuuep.islandcraft.core.EmptyIslandDistribution
  24. island-distribution: com.github.hoqhuuep.islandcraft.core.HexagonalIslandDistribution 288 32
  25. # There is currently 2 options for island-generators. Please use one of:
  26. # com.github.hoqhuuep.islandcraft.core.ConstantIslandGenerator <biome>
  27. # com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha <normal> <mountains> <hills> <hills-mountains> <forest> <forest-mountains> <outer-coast> <inner-coast> <river>
  28. island-generators:
  29. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha BIRCH_FOREST BIRCH_FOREST_M BIRCH_FOREST_HILLS BIRCH_FOREST_HILLS_M ~ ~ OCEAN BEACH RIVER
  30. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha COLD_TAIGA COLD_TAIGA_M COLD_TAIGA_HILLS ~ ~ ~ OCEAN COLD_BEACH FROZEN_RIVER
  31. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha DESERT DESERT_M DESERT_HILLS ~ ~ ~ OCEAN BEACH RIVER
  32. - 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
  33. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha FOREST ~ FOREST_HILLS ~ FLOWER_FOREST ~ OCEAN BEACH RIVER
  34. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha ICE_PLAINS ~ ICE_MOUNTAINS ~ ICE_PLAINS_SPIKES ~ OCEAN FROZEN_OCEAN FROZEN_RIVER
  35. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha JUNGLE JUNGLE_M JUNGLE_HILLS ~ JUNGLE_EDGE JUNGLE_EDGE_M OCEAN BEACH RIVER
  36. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha MEGA_TAIGA MEGA_SPRUCE_TAIGA MEGA_TAIGA_HILLS MEGA_SPRUCE_TAIGA_HILLS ~ ~ OCEAN BEACH RIVER
  37. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha MESA MESA_BRYCE MESA_PLATEAU MESA_PLATEAU_M MESA_PLATEAU_F MESA_PLATEAU_F_M OCEAN MESA RIVER
  38. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha MUSHROOM_ISLAND ~ ~ ~ ~ ~ OCEAN MUSHROOM_ISLAND_SHORE RIVER
  39. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha PLAINS ~ SUNFLOWER_PLAINS ~ ~ ~ OCEAN BEACH RIVER
  40. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha ROOFED_FOREST ROOFED_FOREST_M ~ ~ ~ ~ OCEAN BEACH RIVER
  41. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha SAVANNA SAVANNA_M SAVANNA_PLATEAU SAVANNA_PLATEAU_M ~ ~ OCEAN BEACH RIVER
  42. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha SWAMPLAND SWAMPLAND_M ~ ~ ~ ~ OCEAN BEACH RIVER
  43. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha TAIGA TAIGA_M TAIGA_HILLS ~ ~ ~ OCEAN BEACH RIVER
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement