Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. bypass-blocks: [39,40,51,59] # mushrooms, fire, crops
  2. unbreakable-blocks: [] #place here the block types you want to be unbreakable by anyone but the owner
  3. unprotectable-blocks: [54,58,61,62] # chest, workbench, furnaces
  4. tool-items: [269,270,271,273,274,275,277,278,279,284,285,286,290,291,292,293,294] #tools
  5. force-field-blocks:
  6. -
  7. title: "Creature Repeller"
  8. block: 32
  9. radius: 20
  10. prevent-mob-spawn: true
  11. prevent-animal-spawn: true
  12. no-conflict: true
  13. -
  14. title: "The Shocker"
  15. block: 32
  16. radius: 0
  17. custom-height: 3
  18. lightning: true
  19. lightning-replace-block: 0
  20. breakable: true
  21. no-conflict: true
  22. -
  23. title: "Proximity Mine"
  24. block: 32
  25. radius: 1
  26. custom-height: 5
  27. mine: true
  28. mine-replace-block: 1
  29. breakable: true
  30. no-conflict: true
  31. -
  32. title: "Sky Cannon"
  33. block: 32
  34. radius: 0
  35. custom-height: 3
  36. cannon: true
  37. no-conflict: true
  38. -
  39. title: "Launch Pad"
  40. block: 32
  41. radius: 1
  42. launch: true
  43. no-conflict: true
  44. -
  45. title: "Jack-o-Death"
  46. block: 32
  47. radius: 5
  48. slow-damage: true
  49. no-conflict: true
  50. -
  51. title: "Forester"
  52. block: 32
  53. radius: 20
  54. custom-height: 15
  55. forester: true
  56. forester-shrubs: true
  57. no-owner: true
  58. no-conflict: true
  59. -
  60. title: "Air of Atlantis"
  61. block: 41
  62. radius: 20
  63. custom-height: 128
  64. give-air: true
  65. no-conflict: true
  66. -
  67. title: "Glow of Life"
  68. block: 32
  69. radius: 5
  70. slow-heal: true
  71. no-conflict: true
  72. -
  73. title: "Proximity Snitch"
  74. block: 32
  75. radius: 5
  76. snitch: true
  77. no-conflict: true
  78. -
  79. title: "Peace Keeper"
  80. block: 42
  81. radius: 10
  82. prevent-pvp: true
  83. prevent-mob-damage: true
  84. -
  85. title: "City Protection"
  86. block: 57
  87. radius: 20
  88. custom-height: 15
  89. prevent-fire: true
  90. prevent-place: true
  91. prevent-destroy: true
  92. prevent-explosions: true
  93. prevent-unprotectable: true
  94. prevent-flow: true
  95. welcome-message: true
  96. farewell-message: true
  97. -
  98. title: "Entry Bouncer"
  99. block: 22
  100. radius: 5
  101. prevent-entry: true
  102. prevent-fire: true
  103. prevent-place: true
  104. prevent-destroy: true
  105. prevent-explosions: true
  106. prevent-unprotectable: true
  107. prevent-flow: true
  108. -
  109. title: "Grief Revert"
  110. block: 32
  111. radius: 20
  112. custom-height: 15
  113. grief-undo-request: true
  114. welcome-message: true
  115. farewell-message: true
  116. log:
  117. entry: false
  118. fire: true
  119. pvp: false
  120. place: false
  121. destroy: false
  122. destroy-area: false
  123. unprotectable: true
  124. bypass-pvp: true
  125. bypass-delete: true
  126. bypass-place: false
  127. bypass-destroy: true
  128. bypass-unprotectable: true
  129. conflict-place: true
  130. notify:
  131. place: true
  132. destroy: true
  133. bypass-place: true
  134. bypass-destroy: true
  135. bypass-unprotectable: true
  136. bypass-pvp: true
  137. warn:
  138. entry: true
  139. fire: true
  140. pvp: true
  141. place: true
  142. destroy: true
  143. destroy-area: true
  144. unprotectable: true
  145. instant-heal: true
  146. slow-heal: true
  147. slow-damage: true
  148. fast-damage: true
  149. give-air: true
  150. launch: true
  151. cannon: true
  152. mine: true
  153. settings:
  154. public-block-details: true
  155. allowed-can-break-pstones: true
  156. sneaking-bypasses-damage: true
  157. drop-on-delete: true
  158. disable-alerts-for-admins: true
  159. disable-bypass-alerts-for-admins: false
  160. off-by-default: false
  161. lines-per-page: 12
  162. visualization-block-type: 20
  163. saving:
  164. frequency-minutes: 15
  165. forester:
  166. forester-trees: 60
  167. interval-seconds: 1
  168. fertile-blocks:
  169. - 2
  170. - 3
  171. - 13
  172. - 86
  173. visualization:
  174. block-type: 20
  175. seconds: 15
  176. end-on-player-move: true
  177. grief-undo:
  178. interval-seconds: 300
  179. black-list:
  180. - 92
  181. mysql:
  182. enable: false
  183. username: ''
  184. host: localhost
  185. password: ''
  186. database: minecraft
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement