Advertisement
Guest User

Untitled

a guest
Aug 14th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. # Default values are perfect for most servers. If you want to customize and have a question, look for the answer here first: http://dev.bukkit.org/bukkit-plugins/grief-prevention/pages/setup-and-configuration/
  2. GriefPrevention:
  3. SeaLevelOverrides:
  4. world: -1
  5. DIM-100: -1
  6. DIM66: -1
  7. DIM-37: -1
  8. DIM-38: -1
  9. DIM-39: -1
  10. DIM-19: -1
  11. DIM-42: -1
  12. DIM-112: -1
  13. DIM7: -1
  14. DIM53: -1
  15. DIM52: -1
  16. DIM51: -1
  17. DIM50: -1
  18. DIM1: -1
  19. Claims:
  20. Mode:
  21. DIM-19: Disabled
  22. DIM52: Disabled
  23. DIM66: Disabled
  24. DIM51: Disabled
  25. DIM53: Disabled
  26. DIM50: Disabled
  27. DIM1: Disabled
  28. DIM-100: Disabled
  29. world: Survival
  30. DIM-37: Disabled
  31. DIM-38: Disabled
  32. DIM-112: Disabled
  33. DIM7: Disabled
  34. DIM-42: Disabled
  35. DIM-39: Disabled
  36. PreventTheft: true
  37. ProtectCreatures: true
  38. PreventButtonsSwitches: true
  39. LockWoodenDoors: false
  40. LockTrapDoors: false
  41. LockFenceGates: true
  42. EnderPearlsRequireAccessTrust: true
  43. ProtectHorses: true
  44. InitialBlocks: 100
  45. Claim Blocks Accrued Per Hour:
  46. Default: 100
  47. With 'fasteraccrual' Permission: 110
  48. With 'fastestaccrual' Permission: 125
  49. Max Accrued Claim Blocks:
  50. Default: 2000
  51. With 'moreaccrued' Permission: 5000
  52. With 'mostaccrued' Permission: 10000
  53. AbandonReturnRatio: 1.0
  54. AutomaticNewPlayerClaimsRadius: 4
  55. ExtendIntoGroundDistance: 5
  56. MinimumWidth: 5
  57. MinimumArea: 100
  58. MaximumDepth: 0
  59. InvestigationTool: STICK
  60. ModificationTool: GOLD_SPADE
  61. Expiration:
  62. ChestClaimDays: 7
  63. UnusedClaimDays: 14
  64. AllClaims:
  65. DaysInactive: 60
  66. ExceptWhenOwnerHasTotalClaimBlocks: 10000
  67. ExceptWhenOwnerHasBonusClaimBlocks: 5000
  68. AutomaticNatureRestoration:
  69. SurvivalWorlds: false
  70. MaximumNumberOfClaimsPerPlayer: 0
  71. CreationRequiresWorldGuardBuildPermission: true
  72. PortalGenerationRequiresPermission: false
  73. VillagerTradingRequiresPermission: true
  74. CommandsRequiringAccessTrust: /sethome
  75. DeliverManuals: true
  76. ManualDeliveryDelaySeconds: 30
  77. Spam:
  78. Enabled: true
  79. LoginCooldownSeconds: 60
  80. ChatSlashCommands: /me;/global;/local
  81. WhisperSlashCommands: /tell;/pm;/r;/whisper;/msg
  82. WarningMessage: Please reduce your noise level. Spammers will be banned.
  83. BanOffenders: true
  84. BanMessage: Banned for spam.
  85. AllowedIpAddresses: 1.2.3.4; 5.6.7.8
  86. DeathMessageCooldownSeconds: 120
  87. Logout Message Delay In Seconds: 10
  88. PvP:
  89. RulesEnabledInWorld:
  90. world: true
  91. DIM-100: true
  92. DIM66: true
  93. DIM-37: true
  94. DIM-38: true
  95. DIM-39: true
  96. DIM-19: true
  97. DIM-42: true
  98. DIM-112: true
  99. DIM7: true
  100. DIM53: true
  101. DIM52: true
  102. DIM51: true
  103. DIM50: true
  104. DIM1: true
  105. ProtectFreshSpawns: true
  106. PunishLogout: true
  107. CombatTimeoutSeconds: 15
  108. AllowCombatItemDrop: false
  109. BlockedSlashCommands: /home;/vanish;/spawn;/tpa
  110. ProtectPlayersInLandClaims:
  111. PlayerOwnedClaims: true
  112. AdministrativeClaims: true
  113. AdministrativeSubdivisions: true
  114. AllowLavaDumpingNearOtherPlayers: true
  115. AllowFlintAndSteelNearOtherPlayers: true
  116. ProtectPetsOutsideLandClaims: false
  117. Economy:
  118. ClaimBlocksPurchaseCost: 0.0
  119. ClaimBlocksSellValue: 0.0
  120. ProtectItemsDroppedOnDeath:
  121. PvPWorlds: false
  122. NonPvPWorlds: true
  123. BlockLandClaimExplosions: true
  124. BlockSurfaceCreeperExplosions: true
  125. BlockSurfaceOtherExplosions: true
  126. LimitSkyTrees: true
  127. LimitTreeGrowth: false
  128. LimitPistonsToLandClaims: true
  129. FireSpreads: false
  130. FireDestroys: false
  131. AdminsGetWhispers: true
  132. AdminsGetSignNotifications: true
  133. SmartBan: true
  134. Mute New Players Using Banned Words: true
  135. MaxPlayersPerIpAddress: 3
  136. Siege:
  137. Worlds: []
  138. BreakableBlocks:
  139. - DIRT
  140. - GRASS
  141. - LONG_GRASS
  142. - COBBLESTONE
  143. - GRAVEL
  144. - SAND
  145. - GLASS
  146. - THIN_GLASS
  147. - WOOD
  148. - WOOL
  149. - SNOW
  150. EndermenMoveBlocks: false
  151. SilverfishBreakBlocks: false
  152. CreaturesTrampleCrops: false
  153. RabbitsEatCrops: true
  154. HardModeZombiesBreakDoors: false
  155. Database:
  156. URL: ''
  157. UserName: ''
  158. Password: ''
  159. UseBanCommand: false
  160. BanCommandPattern: ban %name% %reason%
  161. Mods:
  162. BlockIdsRequiringAccessTrust: []
  163. BlockIdsRequiringContainerTrust:
  164. - 99999:*:Example - ID 99999, all data values.
  165. BlockIdsExplodable: []
  166. PlayersIgnoringAllClaims: []
  167. Abridged Logs:
  168. Days To Keep: 7
  169. Included Entry Types:
  170. Social Activity: true
  171. Suspicious Activity: true
  172. Administrative Activity: false
  173. Debug: false
  174. Muted Chat Messages: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement