Advertisement
Guest User

Untitled

a guest
Jun 29th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. # Do not modify config-version
  2. config-version: 1.0.0
  3. verbose-logging: false
  4. database:
  5. driver: org.sqlite.JDBC
  6. url: jdbc:sqlite:{DIR}{NAME}.db
  7. username: bukkit
  8. password: walrus
  9. isolation: SERIALIZABLE
  10. worlds:
  11. world:
  12. ocean: com.github.hoqhuuep.islandcraft.core.ConstantBiomeDistribution DEEP_OCEAN
  13. island-distribution: com.github.hoqhuuep.islandcraft.core.HexagonalIslandDistribution
  14. 128 1600
  15. island-generators:
  16. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha BIRCH_FOREST BIRCH_FOREST_M
  17. BIRCH_FOREST_HILLS BIRCH_FOREST_HILLS_M ~ ~ OCEAN BEACH RIVER
  18. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha COLD_TAIGA COLD_TAIGA_M
  19. COLD_TAIGA_HILLS ~ ~ ~ OCEAN COLD_BEACH FROZEN_RIVER
  20. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha DESERT DESERT_M DESERT_HILLS
  21. ~ ~ ~ OCEAN BEACH RIVER
  22. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha EXTREME_HILLS EXTREME_HILLS_M
  23. EXTREME_HILLS_PLUS EXTREME_HILLS_PLUS_M EXTREME_HILLS_EDGE ~ OCEAN STONE_BEACH
  24. RIVER
  25. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha FOREST ~ FOREST_HILLS
  26. ~ FLOWER_FOREST ~ OCEAN BEACH RIVER
  27. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha ICE_PLAINS ~ ICE_MOUNTAINS
  28. ~ ICE_PLAINS_SPIKES ~ OCEAN FROZEN_OCEAN FROZEN_RIVER
  29. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha JUNGLE JUNGLE_M JUNGLE_HILLS
  30. ~ JUNGLE_EDGE JUNGLE_EDGE_M OCEAN BEACH RIVER
  31. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha MEGA_TAIGA MEGA_SPRUCE_TAIGA
  32. MEGA_TAIGA_HILLS MEGA_SPRUCE_TAIGA_HILLS ~ ~ OCEAN BEACH RIVER
  33. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha MESA MESA_BRYCE MESA_PLATEAU
  34. MESA_PLATEAU_M MESA_PLATEAU_F MESA_PLATEAU_F_M OCEAN MESA RIVER
  35. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha MUSHROOM_ISLAND ~
  36. ~ ~ ~ ~ OCEAN MUSHROOM_ISLAND_SHORE RIVER
  37. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha PLAINS ~ SUNFLOWER_PLAINS
  38. ~ ~ ~ OCEAN BEACH RIVER
  39. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha ROOFED_FOREST ROOFED_FOREST_M
  40. ~ ~ ~ ~ OCEAN BEACH RIVER
  41. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha SAVANNA SAVANNA_M
  42. SAVANNA_PLATEAU SAVANNA_PLATEAU_M ~ ~ OCEAN BEACH RIVER
  43. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha SWAMPLAND SWAMPLAND_M
  44. ~ ~ ~ ~ OCEAN BEACH RIVER
  45. - com.github.hoqhuuep.islandcraft.core.IslandGeneratorAlpha TAIGA TAIGA_M TAIGA_HILLS
  46. ~ ~ ~ OCEAN BEACH RIVER
  47. - com.github.hoqhuuep.islandcraft.core.EmptyIslandGenerator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement