Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 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: true
  6. version-check: false
  7. language: def
  8. date-format: yyyy-MM-dd HH:mm
  9. world-isle: islandworld
  10. world-spawn: spawn
  11. world-block-id: 0
  12. island-height: 20
  13. island-y-move: 0
  14. island-size: 100
  15. region-spacing: 1
  16. region-step: 0
  17. delete-step: 20
  18. delete-delay: 5
  19. skip-create-check: false
  20. max-count: 100
  21. track-uuid: true
  22. use-bimap: true
  23. snail-mode: false
  24. use-world-edit: true
  25. use-gui: false
  26. schematics:
  27. - normal
  28. schematic-move: 25
  29. on-create:
  30. - spawn
  31. on-delete:
  32. - spawn
  33. teleport-delay: 3
  34. movement-break-tp: false
  35. skip-tp-home-check: false
  36. skip-tp-visit-check: false
  37. time-limit: 0
  38. fixhome-limit: 0
  39. calc-limit: 10
  40. create-limit: 0
  41. auto-save: 60
  42. backup-on-start: true
  43. backup-max-days: 0
  44. inv-clear:
  45. create: false
  46. delete: false
  47. leave: false
  48. remove: false
  49. ec-clear:
  50. create: false
  51. delete: false
  52. leave: false
  53. remove: false
  54. eco-reset: false
  55. allow-visit: true
  56. strict-party: true
  57. helper-allowed:
  58. - home
  59. party-limit: 2
  60. party-limits:
  61. vip: 3
  62. svip: 4
  63. supervip: 6
  64. skyvip: 30
  65. home-limit: 3
  66. home-limits:
  67. vip: 3
  68. svip: 4
  69. supervip: 6
  70. skyvip: 30
  71. obsidian-break: true
  72. obsidian-limit: true
  73. request-time: 10
  74. rank-size: 15
  75. reload-time: 30
  76. auto-purge: 0
  77. purge-check-members: true
  78. purge-points: 5
  79. purge-delay: 60
  80. falling-block-tp: true
  81. remove-mob-on-tp: false
  82. respawn-on-island: skip
  83. spawn-from-nether: false
  84. spawn-on-quit: false
  85. fast-kill: true
  86. holo-spawns:
  87. enabled: false
  88. text: Spawn here!
  89. item: NETHER_STAR
  90. party-prefix: none
  91. chat-prefix: none
  92. chat-prefix-without-island: true
  93. check-lock-open-flags: true
  94. owner-change-allowed: false
  95. island-lock: false
  96. item-protection: true
  97. spawn-switcher: false
  98. island-flying: false
  99. spawn-flying: false
  100. liquid-listeners: false
  101. negative-build: true
  102. default-biome: forest
  103. per-biome-perms: false
  104. per-biome-cost: false
  105. calc-on-enter: false
  106. remove-chest-shops: true
  107. remove-lockette: false
  108. flags:
  109. move-info: true
  110. pvp: false
  111. chest-acces: true
  112. use-egg: true
  113. use-vehicle: true
  114. use-boat: true
  115. item-pickup: false
  116. item-drop: true
  117. death-item-drop: true
  118. use-portal: false
  119. use-villager: false
  120. kill-animals: false
  121. kill-monster: false
  122. kill-golems: false
  123. potion-throw: true
  124. egg-throw: true
  125. shear: false
  126. fire-damage: true
  127. fall-damage: true
  128. allowed-list:
  129. - '26'
  130. blocked-list:
  131. - '383:56'
  132. ignored-list:
  133. - '7'
  134. ignored-inventory-list:
  135. - WRITTEN_BOOK:0
  136. level-divider: 25600
  137. material-points:
  138. '4': 2
  139. database:
  140. host: disabled
  141. port: 3306
  142. user: islandworld
  143. pass: password
  144. base: islandworld
  145. table: island_stats
  146. useSSL: true
  147. pathway:
  148. width: 0
  149. height: 150
  150. block: '44:2'
  151. economy-enabled: false
  152. command-cost:
  153. commandname: 200
  154. dynmap:
  155. enabled: false
  156. debug: false
  157. ispertick: 50
  158. timetick: 1
  159. updatetime: 3600
  160. regionstyle:
  161. strokeColor: '#00FF00'
  162. strokeOpacity: 0.7
  163. strokeWeight: 3
  164. fillColor: '#00FF00'
  165. fillOpacity: 0.3
  166. use-config-items: false
  167. normal-items:
  168. - LAVA_BUCKET 1
  169. - SEEDS 2
  170. - PUMPKIN_SEEDS 2
  171. - MELON_SEEDS 2
  172. - CARROT 10
  173. - MELON 5
  174. - BONE 5
  175. - STONE_SWORD 1
  176. - STONE_SHOVEL 1
  177. - STONE_AXE 1
  178. - STONE_SHOVEL 1
  179. - STONE_PICKAXE 1
  180. - TORCH 5
  181. special-items:
  182. - LAVA_BUCKET 1
  183. - WATER_BUCKET 1
  184. - WATER_BUCKET 1
  185. - SEEDS 4
  186. - PUMPKIN_SEEDS 4
  187. - MELON_SEEDS 4
  188. - INK_SACK 4 3
  189. - SAPLING 3
  190. - SAPLING 3 1
  191. - SAPLING 3 2
  192. - RED_MUSHROOM 10
  193. - BROWN_MUSHROOM 10
  194. - APPLE 10
  195. - CARROT 10
  196. - MELON 10
  197. - STRING 20
  198. - BONE 20
  199. use-awe: true
  200. awe-group:
  201. maxJobs: 10
  202. cleanOnLogout: true
  203. defaultMode: true
  204. renderer:
  205. blocks: 10000
  206. time: 75
  207. queue:
  208. limit-hard: 200000
  209. limit-soft: 100000
  210. messages:
  211. progress-bar: false
  212. progress-chat: false
  213. talkative: false
  214. progress-bar-min: 100
  215. disableUndo: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement