Advertisement
Guest User

Untitled

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