Advertisement
Guest User

redprotect config

a guest
Apr 7th, 2016
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. allowed-claim-worlds=[
  2. DIM1,
  3. DIM-1,
  4. JustisCraft
  5. ]
  6. config-version=6.8
  7. debug-messages {
  8. blocks=false
  9. default=false
  10. entity=false
  11. player=false
  12. world=false
  13. }
  14. file-type=file
  15. flags {
  16. allow-home=true
  17. allow-magiccarpet=true
  18. allow-potions=true
  19. allow-signs=true
  20. button=false
  21. chest=false
  22. door=false
  23. fire=false
  24. flow=true
  25. flow-damage=false
  26. lever=false
  27. minecart=false
  28. mob-loot=false
  29. passives=false
  30. pvp=false
  31. smart-door=true
  32. spawn-animals=true
  33. spawn-monsters=true
  34. }
  35. flags-configuration {
  36. change-flag-delay {
  37. enable=true
  38. flags=[
  39. pvp
  40. ]
  41. seconds=10
  42. }
  43. effects-duration=5
  44. enabled-flags=[
  45. pvp,
  46. chest,
  47. lever,
  48. button,
  49. door,
  50. smart-door,
  51. spawn-monsters,
  52. spawn-animals,
  53. passives,
  54. flow,
  55. fire,
  56. minecart,
  57. allow-potions,
  58. allow-home,
  59. allow-magiccarpet,
  60. mob-loot,
  61. flow-damage,
  62. signs
  63. ]
  64. pvparena-nopvp-kick-cmd="spawn {player}"
  65. }
  66. flat-file {
  67. auto-save-interval-seconds=3600
  68. backup=true
  69. max-backups=10
  70. }
  71. language=EN-US
  72. log-actions=true
  73. mysql {
  74. db-name=redprotect
  75. host=localhost
  76. region-cache-minutes=2
  77. user-name=root
  78. user-pass=redprotect
  79. }
  80. netherProtection {
  81. execute-cmd=[
  82. "spawn {player}"
  83. ]
  84. maxYsize=128
  85. }
  86. notify {
  87. region-enter=true
  88. region-enter-mode=CHAT
  89. region-exit=true
  90. welcome-mode=CHAT
  91. }
  92. performance {
  93. disable-PistonEvent-handler=false
  94. disable-onPlayerMoveEvent-handler=false
  95. }
  96. permissions-limits {
  97. permissions {
  98. blocks=[
  99. "redprotect.limit.blocks.30000"
  100. ]
  101. claims=[
  102. "redprotect.limit.claim.20"
  103. ]
  104. }
  105. }
  106. private {
  107. allow-outside=false
  108. allowed-blocks=[
  109. "minecraft:dispenser",
  110. "minecraft:note_block",
  111. "minecraft:bed_block",
  112. "minecraft:chest",
  113. "minecraft:workbench",
  114. "minecraft:furnace",
  115. "minecraft:jukebox",
  116. "minecraft:enchantment_table",
  117. "minecraft:brewing_stand",
  118. "minecraft:cauldron",
  119. "minecraft:ender_chest",
  120. "minecraft:beacon",
  121. "minecraft:trapped_chest",
  122. "minecraft:hopper",
  123. "minecraft:dropper",
  124. "minecraft:wall_sign",
  125. "minecraft:sign",
  126. "pixlemon:item.PC",
  127. "pixelmon:item.Healer",
  128. "pixelmon:item.Trade_Machine",
  129. "pixelmon:item.Fossil_Cleaner",
  130. "pixelmon:item.Fossil_Machine"
  131. ]
  132. allowed-blocks-use-ids=false
  133. use=true
  134. }
  135. purge {
  136. enabled=false
  137. remove-oldest=90
  138. }
  139. region-settings {
  140. allow-sign-interact-tags=[
  141. "Admin Shop",
  142. Buy,
  143. Sell,
  144. Kit,
  145. Kits,
  146. Warp,
  147. Shop
  148. ]
  149. anti-hopper=true
  150. autoexpandvert-ondefine=true
  151. block-id="minecraft:fence"
  152. border {
  153. material="minecraft:glowstone"
  154. time-showing=5
  155. }
  156. claim-amount=20
  157. date-format="dd/MM/yyyy"
  158. default-owner="#server#"
  159. drop-type=keep
  160. limit-amount=8000
  161. max-scan=600
  162. record-player-visit-method=ON-LOGIN
  163. region-list {
  164. hover-and-click-teleport=true
  165. simple-listing=true
  166. }
  167. world-colors {
  168. DIM-1="&c&l"
  169. DIM1="&5&l"
  170. JustisCraft="&a&l"
  171. z12="&a&l"
  172. }
  173. }
  174. sell {
  175. enabled=false
  176. sell-oldest=60
  177. }
  178. server-protection {
  179. deny-commands-on-worlds {
  180. world=[
  181. command
  182. ]
  183. }
  184. deny-playerdeath-by=[
  185. SUFFOCATION
  186. ]
  187. deny-potions=[
  188. INVISIBILITY
  189. ]
  190. nickname-cap-filter {
  191. enabled=false
  192. }
  193. sign-spy {
  194. enabled=false
  195. only-console=true
  196. }
  197. }
  198. wands {
  199. adminWandID="pixelmon:AmethystAxe"
  200. infoWandID="minecraft:paper"
  201. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement