Advertisement
Quintal

Untitled

Aug 2nd, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 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: true
  7. language: pl
  8. world-isle: SkyBlock
  9. world-spawn: world
  10. world-block-id: 0
  11. layer-delete-delay: 5
  12. island-height: 70
  13. island-size: 100
  14. region-spacing: 1
  15. region-step: 0
  16. max-count: 100
  17. track-uuid: true
  18. use-bimap: true
  19. snail-mode: false
  20. use-world-edit: true
  21. schematics:
  22. - normal
  23. teleport-delay: 0
  24. movement-break-tp: false
  25. skip-tp-home-check: false
  26. skip-tp-visit-check: false
  27. time-limit: 0
  28. calc-limit: 10
  29. create-limit: 0
  30. auto-save: 60
  31. backup-on-start: true
  32. backup-max-days: 0
  33. set-home: false
  34. clean-inventory: true
  35. clean-inventory-leave: true
  36. clean-ender-chest: false
  37. eco-reset: false
  38. clean-inventory-exit: false
  39. delete-challenges: true
  40. allow-visit: true
  41. strict-party: true
  42. helper-allowed:
  43. - home
  44. party-limit: 4
  45. party-limit-vip: 6
  46. home-limit: 3
  47. home-limit-vip: 6
  48. skip-completed: false
  49. challenges-order: false
  50. use-signs: true
  51. obsidian-break: false
  52. obsidian-limit: true
  53. request-time: 10
  54. reload-time: 30
  55. auto-purge: 0
  56. purge-check-members: true
  57. purge-delay: 5
  58. falling-block-tp: true
  59. remove-mob-on-tp: false
  60. respawn-on-island: skip
  61. spawn-from-nether: false
  62. spawn-on-quit: false
  63. holo-spawns:
  64. enabled: false
  65. text: Spawn here!
  66. item: NETHER_STAR
  67. chat-prefix: none
  68. item-protection: false
  69. island-lock: true
  70. island-flying: false
  71. liquid-listeners: false
  72. negative-build: true
  73. default-biome: Forest
  74. per-biome-perms: false
  75. per-biome-cost: false
  76. calc-on-enter: false
  77. remove-chest-shops: false
  78. flags:
  79. move-info: true
  80. pvp: false
  81. chest-acces: false
  82. use-egg: false
  83. use-vehicle: false
  84. use-boat: false
  85. item-pickup: false
  86. item-drop: true
  87. death-item-drop: true
  88. use-portal: false
  89. kill-animals: false
  90. kill-monster: false
  91. kill-golems: false
  92. potion-throw: false
  93. egg-throw: false
  94. allowed-list:
  95. - '26'
  96. blocked-list:
  97. - '383:56'
  98. ignored-list:
  99. - '7'
  100. material-points:
  101. '4': 2
  102. database:
  103. host: mysql.titanaxe.com
  104. port: 3306
  105. user: srv8311
  106. pass: q9DVsFnd
  107. base: islandworld
  108. table: island_stats
  109. pathway:
  110. width: 0
  111. height: 150
  112. block: '44:2'
  113. economy-enabled: false
  114. command-cost:
  115. commandname: 200
  116. dynmap:
  117. enabled: false
  118. debug: false
  119. ispertick: 50
  120. timetick: 1
  121. updatetime: 3600
  122. regionstyle:
  123. strokeColor: '#00FF00'
  124. strokeOpacity: 0.7
  125. strokeWeight: 3
  126. fillColor: '#00FF00'
  127. fillOpacity: 0.3
  128. use-config-items: false
  129. normal-items:
  130. - LAVA_BUCKET 1
  131. - WATER_BUCKET 2
  132. - SEEDS 2
  133. - PUMPKIN_SEEDS 2
  134. - MELON_SEEDS 2
  135. - INK_SACK 2 3
  136. - SAPLING 1
  137. - SAPLING 1 1
  138. - SAPLING 1 2
  139. - RED_MUSHROOM 2
  140. - BROWN_MUSHROOM 2
  141. - APPLE 10
  142. - CARROT 10
  143. - MELON 10
  144. - STRING 10
  145. - BONE 10
  146. special-items:
  147. - LAVA_BUCKET 1
  148. - WATER_BUCKET 2
  149. - SEEDS 4
  150. - PUMPKIN_SEEDS 4
  151. - MELON_SEEDS 4
  152. - INK_SACK 4 3
  153. - SAPLING 3
  154. - SAPLING 3 1
  155. - SAPLING 3 2
  156. - RED_MUSHROOM 10
  157. - BROWN_MUSHROOM 10
  158. - APPLE 10
  159. - CARROT 10
  160. - MELON 10
  161. - STRING 20
  162. - BONE 20
  163. old-version: false
  164. spawn:
  165. yaw: -180.59889
  166. pitch: 0.15000674
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement