Advertisement
Guest User

Untitled

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