Advertisement
Guest User

Untitled

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