Advertisement
Guest User

Untitled

a guest
Apr 30th, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. # ----- AreaProtect V3.2.1 Config file -----
  2. # Here you can change all AreaProtect's properties, groups and limits.
  3. #
  4. # CheckForUpdate: true | Notify if there is a new version of AreProtect. Strongly recommended
  5. # UseBOSEconomy: true | Use BOSEconomy. If true people need to pay for areas.
  6. #
  7. # Groups: -Default | The list of groups, List all your groups here. Must have a default group called Default, so if players are not in a group it uses this one.
  8. #
  9. # MaximumArearadius: 32 | The maximum area radius.
  10. # MaximumAmountOfAreas: 1 | The maximum amount of areas.
  11. # RadiusShouldIncludeHeight: false | If true the height of the area will be radius x 2 instead of bedrock to sky.
  12. # FixedSize: false | If the user should not be able to choose the radius of their area.
  13. # Flags:
  14. # Greeting: true | If the area should by default have a greeting message.
  15. # Farewell: true | If the area should by default have a farewell message.
  16. # PvP: true | If the area should by default have pvp on/off.
  17. # Chest-Access: true | If the area should by default allow/deny chest-access.
  18. # Entry: true | If the area should by default allow/deny entry.
  19. # Height: 0 | If FixedSize: true, The height of the area.
  20. # Length: 0 | If FixedSize: true, The Length of the area.
  21. # Width: 0 | If FixedSize: true, The width of the area.
  22. # Price: 0 | If BOSEconomy: true, The price to create an area.
  23.  
  24. Properties:
  25. CheckForUpdate: true
  26. UseBOSEconomy: false
  27. Groups:
  28. Guest:
  29. MaximumAreaRadius: 50
  30. MaximumAmountOfAreas: 20
  31. RadiusShouldIncludeHeight: false
  32. Flag:
  33. Greeting: true
  34. Farewell: true
  35. PvP: false
  36. Chest-Access: true
  37. Entry: false
  38. FixedSize: false
  39. Height: 0
  40. Length: 0
  41. Width: 0
  42. Price: 0
  43. Regular:
  44. MaximumAreaRadius: 100
  45. MaximumAmountOfAreas: 20
  46. RadiusShouldIncludeHeight: false
  47. Flag:
  48. Greeting: true
  49. Farewell: true
  50. PvP: false
  51. Chest-Access: true
  52. Entry: false
  53. FixedSize: false
  54. Height: 0
  55. Length: 0
  56. Width: 0
  57. Price: 0
  58. Elite:
  59. MaximumAreaRadius: 200
  60. MaximumAmountOfAreas: 20
  61. RadiusShouldIncludeHeight: false
  62. Flag:
  63. Greeting: true
  64. Farewell: true
  65. PvP: false
  66. Chest-Access: true
  67. Entry: false
  68. FixedSize: false
  69. Height: 0
  70. Length: 0
  71. Width: 0
  72. Price: 0
  73. VIP:
  74. MaximumAreaRadius: 250
  75. MaximumAmountOfAreas: 20
  76. RadiusShouldIncludeHeight: false
  77. Flag:
  78. Greeting: true
  79. Farewell: true
  80. PvP: false
  81. Chest-Access: true
  82. Entry: false
  83. FixedSize: false
  84. Height: 0
  85. Length: 0
  86. Width: 0
  87. Price: 0
  88. Legend:
  89. MaximumAreaRadius: 300
  90. MaximumAmountOfAreas: 20
  91. RadiusShouldIncludeHeight: false
  92. Flag:
  93. Greeting: true
  94. Farewell: true
  95. PvP: false
  96. Chest-Access: true
  97. Entry: false
  98. FixedSize: false
  99. Height: 0
  100. Length: 0
  101. Width: 0
  102. Price: 0
  103. King:
  104. MaximumAreaRadius: 350
  105. MaximumAmountOfAreas: 20
  106. RadiusShouldIncludeHeight: false
  107. Flag:
  108. Greeting: true
  109. Farewell: true
  110. PvP: false
  111. Chest-Access: true
  112. Entry: false
  113. FixedSize: false
  114. Height: 0
  115. Length: 0
  116. Width: 0
  117. Price: 0
  118. God:
  119. MaximumAreaRadius: 400
  120. MaximumAmountOfAreas: 20
  121. RadiusShouldIncludeHeight: false
  122. Flag:
  123. Greeting: true
  124. Farewell: true
  125. PvP: false
  126. Chest-Access: true
  127. Entry: false
  128. FixedSize: false
  129. Height: 0
  130. Length: 0
  131. Width: 0
  132. Price: 0
  133. Ultimate:
  134. MaximumAreaRadius: 500
  135. MaximumAmountOfAreas: 20
  136. RadiusShouldIncludeHeight: false
  137. Flag:
  138. Greeting: true
  139. Farewell: true
  140. PvP: false
  141. Chest-Access: true
  142. Entry: false
  143. FixedSize: false
  144. Height: 0
  145. Length: 0
  146. Width: 0
  147. Price: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement