Advertisement
Guest User

RedProtect Config

a guest
Aug 15th, 2016
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. # +--------------------------------------------------------------------+ #
  2. # < RedProtect World configuration File > #
  3. # <--------------------------------------------------------------------> #
  4. # < This is the configuration file, feel free to edit it. > #
  5. # +--------------------------------------------------------------------+ #
  6. # < You can see the complete commented version of this > #
  7. # < configuration file in this link: https://goo.gl/SEbYBZ > #
  8. # +--------------------------------------------------------------------+ #
  9.  
  10. config-version: 7.2
  11. debug-messages: false
  12. log-actions: true
  13. language: EN-US
  14. file-type: yml
  15. flat-file:
  16. region-per-file: false
  17. auto-save-interval-seconds: 3600
  18. backup: true
  19. max-backups: 10
  20. mysql:
  21. db-name: redprotect
  22. user-name: root
  23. user-pass: redprotect
  24. host: localhost
  25. region-cache-minutes: 2
  26. region-settings:
  27. default-leader: '#server#'
  28. border:
  29. material: GLOWSTONE
  30. time-showing: 5
  31. region-list:
  32. simple-listing: true
  33. hover-and-click-teleport: true
  34. autoexpandvert-ondefine: true
  35. anti-hopper: true
  36. claim-modes:
  37. mode: keep
  38. allow-player-decide: false
  39. use-perm: false
  40. limit-amount: 5000000
  41. claim-amount: 100000
  42. block-id: FENCE
  43. max-scan: 600
  44. date-format: dd/MM/yyyy
  45. record-player-visit-method: ON-LOGIN
  46. allow-sign-interact-tags:
  47. - Admin Shop
  48. - '{membername}'
  49. leadership-request-time: 20
  50. world-colors:
  51. world: '&a&l'
  52. world_nether: '&c&l'
  53. world_the_end: '&5&l'
  54. enable-flag-sign: true
  55. allowed-claim-worlds:
  56. - world
  57. - world_nether
  58. - world_the_end
  59. wands:
  60. adminWandID: 288
  61. infoWandID: 332
  62. private:
  63. use: true
  64. allow-outside: false
  65. allowed-blocks-use-ids: false
  66. allowed-blocks:
  67. - DISPENSER
  68. - NOTE_BLOCK
  69. - BED_BLOCK
  70. - CHEST
  71. - WORKBENCH
  72. - FURNACE
  73. - JUKEBOX
  74. - ENCHANTMENT_TABLE
  75. - BREWING_STAND
  76. - CAULDRON
  77. - ENDER_CHEST
  78. - BEACON
  79. - TRAPPED_CHEST
  80. - HOPPER
  81. - DROPPER
  82. notify:
  83. region-enter: true
  84. region-exit: true
  85. region-enter-mode: BOSSBAR
  86. welcome-mode: BOSSBAR
  87. netherProtection:
  88. maxYsize: 128
  89. execute-cmd:
  90. - spawn {player}
  91. server-protection:
  92. deny-playerdeath-by:
  93. - SUFFOCATION
  94. deny-commands-on-worlds:
  95. world:
  96. - command
  97. nickname-cap-filter:
  98. enabled: false
  99. sign-spy:
  100. enabled: false
  101. only-console: true
  102. teleport-player:
  103. on-join:
  104. enable: false
  105. need-world-to-teleport: none
  106. location: world, 0, 90, 0
  107. on-leave:
  108. enable: false
  109. need-world-to-teleport: none
  110. location: world, 0, 90, 0
  111. deny-potions:
  112. - null
  113. flags:
  114. pvp: false
  115. chest: false
  116. lever: false
  117. button: false
  118. door: false
  119. allow-potions: true
  120. smart-door: true
  121. spawn-monsters: true
  122. spawn-animals: true
  123. passives: false
  124. flow: true
  125. fire: false
  126. minecart: false
  127. allow-home: false
  128. allow-magiccarpet: true
  129. mob-loot: false
  130. flow-damage: false
  131. iceform-player: true
  132. iceform-entity: true
  133. allow-fly: false
  134. teleport: false
  135. clan: ''
  136. flags-configuration:
  137. effects-duration: 5
  138. enabled-flags:
  139. - pvp
  140. - chest
  141. - lever
  142. - button
  143. - door
  144. - smart-door
  145. - spawn-monsters
  146. - spawn-animals
  147. - passives
  148. - flow
  149. - fire
  150. - minecart
  151. - allow-potions
  152. - allow-home
  153. - allow-magiccarpet
  154. - mob-loot
  155. - flow-damage
  156. - iceform-player
  157. - iceform-entity
  158. - allow-fly
  159. - teleport
  160. - clan
  161. pvparena-nopvp-kick-cmd: spawn {player}
  162. change-flag-delay:
  163. enable: true
  164. seconds: 10
  165. flags:
  166. - pvp
  167. purge:
  168. enabled: false
  169. remove-oldest: 90
  170. regen:
  171. enable: false
  172. max-area-regen: 500
  173. ignore-regions-from-players:
  174. - pinkpig3777
  175. sell:
  176. enabled: false
  177. sell-oldest: 60
  178. ignore-regions-from-players:
  179. - pinkpig3777
  180. update-check:
  181. enable: true
  182. auto-update: false
  183. performance:
  184. disable-onPlayerMoveEvent-handler: false
  185. piston:
  186. disable-PistonEvent-handler: false
  187. use-piston-restricter: false
  188. restrict-piston-event: 10
  189. hooks:
  190. essentials:
  191. import-lastvisits: false
  192. dynmap:
  193. enable: true
  194. marks-groupname: RedProtect
  195. layer-priority: 10
  196. show-label: true
  197. show-icon: true
  198. marker-icon: shield
  199. min-zoom: 0
  200. magiccarpet:
  201. fix-piston-getblocks: true
  202. armor-stands:
  203. spawn-arms: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement