Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 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. wild: -1
  5. wild_nether: -1
  6. wild_the_end: -1
  7. spawn: -1
  8. Claims:
  9. Mode:
  10. wild_nether: Disabled
  11. wild: Survival
  12. wild_the_end: Disabled
  13. spawn: Disabled
  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. ProtectDonkeys: true
  24. ProtectLlamas: true
  25. InitialBlocks: 1000
  26. Claim Blocks Accrued Per Hour:
  27. Default: 70
  28. Max Accrued Claim Blocks:
  29. Default: 5000
  30. Accrued Idle Threshold: 0
  31. AccruedIdlePercent: 0
  32. AbandonReturnRatio: 1.0
  33. AutomaticNewPlayerClaimsRadius: 5
  34. ExtendIntoGroundDistance: 5
  35. MinimumWidth: 5
  36. MinimumArea: 100
  37. MaximumDepth: 0
  38. InvestigationTool: STICK
  39. ModificationTool: GOLDEN_SHOVEL
  40. Expiration:
  41. ChestClaimDays: 7
  42. UnusedClaimDays: 14
  43. AllClaims:
  44. DaysInactive: 30
  45. ExceptWhenOwnerHasTotalClaimBlocks: 100000
  46. ExceptWhenOwnerHasBonusClaimBlocks: 100000
  47. AutomaticNatureRestoration:
  48. SurvivalWorlds: false
  49. AllowTrappedInAdminClaims: false
  50. MaximumNumberOfClaimsPerPlayer: 0
  51. CreationRequiresWorldGuardBuildPermission: true
  52. VillagerTradingRequiresPermission: true
  53. CommandsRequiringAccessTrust: /sethome
  54. DeliverManuals: true
  55. ManualDeliveryDelaySeconds: 30
  56. RavagersBreakBlocks: true
  57. FireSpreadsInClaims: false
  58. FireDamagesInClaims: false
  59. LecternReadingRequiresAccessTrust: true
  60. Spam:
  61. Enabled: false
  62. LoginCooldownSeconds: 60
  63. LoginLogoutNotificationsPerMinute: 5
  64. ChatSlashCommands: /me;/global;/local
  65. WhisperSlashCommands: /tell;/pm;/r;/whisper;/msg
  66. WarningMessage: Please reduce your noise level. Spammers will be banned.
  67. BanOffenders: true
  68. BanMessage: Banned for spam.
  69. AllowedIpAddresses: 1.2.3.4; 5.6.7.8
  70. DeathMessageCooldownSeconds: 120
  71. Logout Message Delay In Seconds: 0
  72. PvP:
  73. RulesEnabledInWorld:
  74. wild: true
  75. wild_nether: true
  76. wild_the_end: true
  77. spawn: true
  78. ProtectFreshSpawns: true
  79. PunishLogout: true
  80. CombatTimeoutSeconds: 15
  81. AllowCombatItemDrop: false
  82. BlockedSlashCommands: /home;/vanish;/spawn;/tpa
  83. ProtectPlayersInLandClaims:
  84. PlayerOwnedClaims: true
  85. AdministrativeClaims: true
  86. AdministrativeSubdivisions: true
  87. AllowLavaDumpingNearOtherPlayers:
  88. PvPWorlds: true
  89. NonPvPWorlds: false
  90. AllowFlintAndSteelNearOtherPlayers:
  91. PvPWorlds: true
  92. NonPvPWorlds: false
  93. ProtectPetsOutsideLandClaims: false
  94. Economy:
  95. ClaimBlocksPurchaseCost: 15.0
  96. ClaimBlocksSellValue: 5.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: true
  106. FireSpreads: false
  107. FireDestroys: false
  108. AdminsGetWhispers: true
  109. AdminsGetSignNotifications: true
  110. SmartBan: false
  111. Mute New Players Using Banned Words: true
  112. MaxPlayersPerIpAddress: 3
  113. Siege:
  114. Worlds: []
  115. BreakableBlocks:
  116. - DIRT
  117. - GRASS_BLOCK
  118. - GRASS
  119. - FERN
  120. - DEAD_BUSH
  121. - COBBLESTONE
  122. - GRAVEL
  123. - SAND
  124. - GLASS
  125. - GLASS_PANE
  126. - OAK_PLANKS
  127. - SPRUCE_PLANKS
  128. - BIRCH_PLANKS
  129. - JUNGLE_PLANKS
  130. - ACACIA_PLANKS
  131. - DARK_OAK_PLANKS
  132. - WHITE_WOOL
  133. - ORANGE_WOOL
  134. - MAGENTA_WOOL
  135. - LIGHT_BLUE_WOOL
  136. - YELLOW_WOOL
  137. - LIME_WOOL
  138. - PINK_WOOL
  139. - GRAY_WOOL
  140. - LIGHT_GRAY_WOOL
  141. - CYAN_WOOL
  142. - PURPLE_WOOL
  143. - BLUE_WOOL
  144. - BROWN_WOOL
  145. - GREEN_WOOL
  146. - RED_WOOL
  147. - BLACK_WOOL
  148. - SNOW
  149. DoorsOpenDelayInSeconds: 300
  150. CooldownEndInMinutes: 60
  151. EndermenMoveBlocks: false
  152. SilverfishBreakBlocks: false
  153. CreaturesTrampleCrops: false
  154. RabbitsEatCrops: true
  155. HardModeZombiesBreakDoors: false
  156. Database:
  157. URL: ''
  158. UserName: ''
  159. Password: ''
  160. UseBanCommand: false
  161. BanCommandPattern: ban %name% %reason%
  162. Advanced:
  163. fixNegativeClaimblockAmounts: true
  164. ClaimExpirationCheckRate: 60
  165. OfflinePlayer_cache_days: 90
  166. Abridged Logs:
  167. Days To Keep: 7
  168. Included Entry Types:
  169. Social Activity: true
  170. Suspicious Activity: true
  171. Administrative Activity: false
  172. Debug: false
  173. Muted Chat Messages: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement