Advertisement
Guest User

Untitled

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