popcorn9499

Global Config GriefPrevention

Aug 5th, 2016
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.36 KB | None | 0 0
  1. # 1.0.0
  2.  
  3. GriefPrevention {
  4. claim {
  5. # The portion of claim blocks returned to a player when a claim is abandoned.
  6. abandon-return-ratio=1.0
  7. # The list of slashcommands requiring access trust when in a claim.
  8. accesstrust-commands=[]
  9. # Number of days of inactivity before an automatic chest claim will be deleted.
  10. auto-claim-chest-expiration-days=7
  11. # Radius used for auto-created claims
  12. auto-claim-radius=4
  13. # Whether survival claims will be automatically restored to nature when auto-deleted.
  14. auto-nature-restore=false
  15. # Contains list of banned item ids on server.
  16. banned-item-ids=[]
  17. # Blocks earned per hour. By default, each 'active' player should receive 10 blocks every 5 min. Note: The player must have moved at least 3 blocks since last delivery.
  18. blocks-accrued-per-hour=240
  19. # Limit on how deep claims can go.
  20. claim-max-depth=0
  21. # The mode used when creating claims. (0 = Disabled, 1 = Survival, 2 = SurvivalRequiringClaims, 3 = Creative)
  22. claims-mode=1
  23. # The interval in minutes for restoring blocks in an expired claim. Set to 0 to disable. Note: This only supports vanilla blocks. Use with caution if using custom biomes.
  24. cleanup-task-interval=5
  25. # Send players manuals on claim creation.
  26. deliver-manuals=false
  27. # How far below the shoveled block a new claim will reach. Set to 255 if you want to always extend to bedrock.
  28. extend-into-ground-distance=5
  29. # The item used to investigate claims with a right-click.
  30. investigation-tool="minecraft:stick"
  31. # The limit on accrued blocks (over time). doesn't limit purchased or admin-gifted blocks.
  32. max-accrued-blocks=100000
  33. # Maximum number of claims per player.
  34. max-claims-per-player=0
  35. # Minimum area for non-admin claims.
  36. minimum-area=100
  37. # Minimum width for non-admin claims.
  38. minimum-width=5
  39. # The item used to create/resize claims with a right click.
  40. modification-tool="minecraft:golden_shovel"
  41. # How many days of inactivity before a player loses his claims.
  42. player-all-claim-expiration-days=0
  43. # Number of days of inactivity before an unused claim will be deleted.
  44. unused-claim-expiration-days=14
  45. }
  46. database {
  47. # password
  48. password=minecraft
  49. # url
  50. url="jdbc:MySql://192.168.1.134:3306/GriefPrevention-Pixelmon"
  51. # username
  52. username=minecraft
  53. }
  54. economy {
  55. # Cost to purchase a claim block. set to zero to disable purchase.
  56. claim-block-cost=6.0
  57. # Return on a sold claim block. set to zero to disable sale.
  58. claim-block-sell=4.0
  59. }
  60. general {
  61. # Enable sign notifications for admins.
  62. admin-sign-notifications=false
  63. # List of whisper commands to eavesdrop on.
  64. admin-whisper-commands=[]
  65. # Enable whisper notifications for admins.
  66. admin-whisper-notifications=false
  67. # Whether whispered messages will broadcast to administrators in game.
  68. admin-whispers=false
  69. # Whether chat should be monitored and filtered by rules.
  70. chat-rules-enabled=false
  71. # The number of claim blocks a new player starts with.
  72. initial-claim-blocks=250
  73. # Whether pistons are limited to only move blocks located within the piston's land claim.
  74. limit-pistons-to-claims=false
  75. # Whether players can build trees on platforms in the sky.
  76. limit-sky-trees=true
  77. # Whether trees should be prevented from growing into a claim from outside.
  78. limit-tree-growth=false
  79. # How many players can share an IP address.
  80. max-players-per-ip=99999
  81. # Whether players' dropped on death items are protected in non-pvp worlds.
  82. protect-item-drops-death-non-pvp=true
  83. # Whether to ban accounts which very likely owned by a banned player.
  84. smart-ban=false
  85. }
  86. logging {
  87. # Log admin activity.
  88. admin-activity=true
  89. # How many days to keep logs in storage.
  90. days-stored=7
  91. # Enable debug logging.
  92. debug=false
  93. # Log social activity.
  94. social-acitivity=true
  95. # Log suspicious activity.
  96. suspicious-activity=true
  97. }
  98. # List of migrators that convert other protection data into GP claim data.
  99. # Note: These migrators will NOT change or delete your data. It simply reads and creates new data for GriefPrevention.
  100. migrator {
  101. # Set to true to enable RedProtect data migrator.
  102. # Note: All RedProtect data will be converted into basic claim data.
  103. red-protect=false
  104. }
  105. playerdata {
  106. # Whether player data should be stored per world. True will store all data in the default world.
  107. use-global-storage=true
  108. }
  109. pvp {
  110. # Whether a player can drop items during combat to hide them.
  111. allow-combat-item-drops=false
  112. # How long combat is considered to continue after the most recent damage.
  113. combat-timeout=15
  114. # Whether to make newly spawned players immune until they pick up an item.
  115. protect-fresh-spawns=true
  116. # Whether player's dropped on death items are protected in pvp worlds.
  117. protect-item-drops-death=false
  118. # Whether players may fight in admin-owned land claims.
  119. protect-players-in-adminclaims=false
  120. # Whether players may fight in player-owned land claims.
  121. protect-players-in-claims=false
  122. # Whether players may fight in subdivisions of admin-owned land claims.
  123. protect-players-in-subdivisions=false
  124. # Whether players may fight in wilderness.
  125. protect-players-in-wilderness=false
  126. # Whether to kill players who log out during PvP combat.
  127. punish-logout=true
  128. # Whether or not pvp anti-grief rules apply.
  129. rules-enabled=true
  130. }
  131. siege {
  132. # which blocks will be breakable in siege mode.
  133. breakable-blocks=[
  134. "minecraft:sand",
  135. "minecraft:gravel",
  136. "minecraft:grass",
  137. "minecraft:tallgrass",
  138. "minecraft:glass",
  139. "minecraft:dye",
  140. "minecraft:snow",
  141. "minecraft:stained_glass",
  142. "minecraft:cobblestone"
  143. ]
  144. # Whether sieges are allowed or not.
  145. enable-sieges=true
  146. # which blocks the siege winner can access in the loser's claim.
  147. winner-accessible-blocks=[]
  148. }
  149. spam {
  150. # IP addresses which will not be censored.
  151. allowed-ips=[]
  152. # Whether or not to ban spammers automatically.
  153. autoban-offenders=false
  154. # Message to show an automatically banned player.
  155. ban-message="Banned for spam."
  156. # Message to show a player who is close to spam level.
  157. ban-warning-message="Please reduce your noise level. Spammers will be banned."
  158. # Cooldown period for death messages (per player) in seconds.
  159. death-message-cooldown=30
  160. # Whether or not to monitor for spam.
  161. enable-spam-monitor=false
  162. # How long players must wait between logins. combats login spam.
  163. login-cooldown=30
  164. # the list of slash commands monitored for spam,
  165. monitor-commands=[]
  166. }
  167. }
Advertisement
Add Comment
Please, Sign In to add comment