Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. # Visit Bukkit Page (http://dev.bukkit.org/bukkit-plugins/islandworld/) for more informations about all config options
  2. #
  3. # Print debug messages?
  4. debug: false
  5. island-debug: false
  6. version-check: false
  7. language: def
  8. world-isle: CrashWorld
  9. world-spawn: UnionWorld
  10. world-block-id: 0
  11. layer-delete-delay: 5
  12. island-height: 65
  13. island-size: 100
  14. region-spacing: 200
  15. max-count: 100
  16. snail-mode: false
  17. teleport-delay: 2
  18. movement-break-tp: true
  19. time-limit: 0
  20. calc-limit: 10
  21. auto-save: 60
  22. backup-on-start: false
  23. backup-max-days: 0
  24. set-home: true
  25. clean-inventory: false
  26. clean-inventory-leave: false
  27. clean-ender-chest: false
  28. clean-inventory-exit: false
  29. delete-challenges: true
  30. allow-visit: true
  31. strict-party: true
  32. party-limit: 3
  33. party-limit-vip: 6
  34. home-limit: 1
  35. home-limit-vip: 6
  36. skip-completed: false
  37. challenges-order: false
  38. use-signs: true
  39. obsidian-break: false
  40. obsidian-limit: true
  41. request-time: 10
  42. reload-time: 30
  43. auto-purge: 0
  44. purge-check-members: true
  45. purge-delay: 5
  46. falling-block-tp: false
  47. remove-mob-on-tp: true
  48. respawn-on-island: 'false'
  49. spawn-on-quit: false
  50. chat-prefix: none
  51. item-protection: true
  52. island-lock: false
  53. negative-build: true
  54. default-biome: forest
  55. per-biome-perms: false
  56. calc-on-enter: false
  57. flags:
  58. move-info: true
  59. pvp: false
  60. chest-acces: true
  61. use-egg: false
  62. use-vehicle: false
  63. item-pickup: false
  64. item-drop: true
  65. use-portal: false
  66. kill-animals: false
  67. kill-monster: false
  68. potion-throw: false
  69. allowed-list:
  70. - '26'
  71. blocked-list:
  72. - '383:56'
  73. ignored-list:
  74. - '7'
  75. - '250:0'
  76. material-points:
  77. '4': 2
  78. database:
  79. host: localhost
  80. port: 3306
  81. user: root
  82. pass: xPvd3M9U
  83. base: islandworld
  84. pathway:
  85. width: 0
  86. height: 150
  87. block: '44:2'
  88. economy-enabled: false
  89. command-cost:
  90. commandname: 200
  91. dynmap:
  92. enabled: false
  93. debug: true
  94. ispertick: 50
  95. timetick: 1
  96. updatetime: 3600
  97. regionstyle:
  98. strokeColor: '#00FF00'
  99. strokeOpacity: 0.7
  100. strokeWeight: 3
  101. fillColor: '#00FF00'
  102. fillOpacity: 0.3
  103. use-config-items: false
  104. normal-items:
  105. - LAVA_BUCKET 1
  106. - WATER_BUCKET 2
  107. - SEEDS 2
  108. - PUMPKIN_SEEDS 2
  109. - MELON_SEEDS 2
  110. - INK_SACK 2 3
  111. - SAPLING 1
  112. - SAPLING 1 1
  113. - SAPLING 1 2
  114. - RED_MUSHROOM 2
  115. - BROWN_MUSHROOM 2
  116. - APPLE 10
  117. - CARROT 10
  118. - MELON 10
  119. - STRING 10
  120. - BONE 10
  121. special-items:
  122. - LAVA_BUCKET 1
  123. - WATER_BUCKET 2
  124. - SEEDS 4
  125. - PUMPKIN_SEEDS 4
  126. - MELON_SEEDS 4
  127. - INK_SACK 4 3
  128. - SAPLING 3
  129. - SAPLING 3 1
  130. - SAPLING 3 2
  131. - RED_MUSHROOM 10
  132. - BROWN_MUSHROOM 10
  133. - APPLE 10
  134. - CARROT 10
  135. - MELON 10
  136. - STRING 20
  137. - BONE 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement