Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 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: 0
  5. world_nether: -1
  6. world_the_end: 0
  7. Claims:
  8. Mode:
  9. world_nether: Survival
  10. world: Survival
  11. world_the_end: Survival
  12. PreventGlobalMonsterEggs: true
  13. PreventTheft: true
  14. ProtectCreatures: true
  15. PreventButtonsSwitches: true
  16. LockWoodenDoors: false
  17. LockTrapDoors: false
  18. LockFenceGates: true
  19. EnderPearlsRequireAccessTrust: true
  20. ProtectHorses: true
  21. ProtectDonkeys: true
  22. ProtectLlamas: true
  23. InitialBlocks: 200
  24. Claim Blocks Accrued Per Hour:
  25. Default: 150
  26. Max Accrued Claim Blocks:
  27. Default: 1000000
  28. Accrued Idle Threshold: 0
  29. AccruedIdlePercent: 0
  30. AbandonReturnRatio: 0.9
  31. AutomaticNewPlayerClaimsRadius: 4
  32. ExtendIntoGroundDistance: 256
  33. MinimumWidth: 3
  34. MinimumArea: 100
  35. MaximumDepth: 0
  36. InvestigationTool: STICK
  37. ModificationTool: GOLDEN_SHOVEL
  38. Expiration:
  39. ChestClaimDays: 7
  40. UnusedClaimDays: 14
  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. FireSpreadsInClaims: false
  56. FireDamagesInClaims: false
  57. Spam:
  58. Enabled: true
  59. LoginCooldownSeconds: 0
  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. ProtectFreshSpawns: true
  75. PunishLogout: false
  76. CombatTimeoutSeconds: 8
  77. AllowCombatItemDrop: true
  78. BlockedSlashCommands: /home;/vanish;/spawn;/tpa
  79. ProtectPlayersInLandClaims:
  80. PlayerOwnedClaims: true
  81. AdministrativeClaims: true
  82. AdministrativeSubdivisions: true
  83. AllowLavaDumpingNearOtherPlayers:
  84. PvPWorlds: true
  85. NonPvPWorlds: false
  86. AllowFlintAndSteelNearOtherPlayers:
  87. PvPWorlds: true
  88. NonPvPWorlds: false
  89. ProtectPetsOutsideLandClaims: true
  90. Economy:
  91. ClaimBlocksPurchaseCost: 0.0
  92. ClaimBlocksSellValue: 0.0
  93. ProtectItemsDroppedOnDeath:
  94. PvPWorlds: false
  95. NonPvPWorlds: true
  96. BlockLandClaimExplosions: true
  97. BlockSurfaceCreeperExplosions: true
  98. BlockSurfaceOtherExplosions: true
  99. LimitSkyTrees: true
  100. LimitTreeGrowth: false
  101. LimitPistonsToLandClaims: true
  102. FireSpreads: false
  103. FireDestroys: false
  104. AdminsGetWhispers: true
  105. AdminsGetSignNotifications: true
  106. SmartBan: true
  107. Mute New Players Using Banned Words: true
  108. MaxPlayersPerIpAddress: 3
  109. Siege:
  110. Worlds: []
  111. BreakableBlocks:
  112. - DIRT
  113. - GRASS_BLOCK
  114. - GRASS
  115. - FERN
  116. - DEAD_BUSH
  117. - COBBLESTONE
  118. - GRAVEL
  119. - SAND
  120. - GLASS
  121. - GLASS_PANE
  122. - OAK_PLANKS
  123. - SPRUCE_PLANKS
  124. - BIRCH_PLANKS
  125. - JUNGLE_PLANKS
  126. - ACACIA_PLANKS
  127. - DARK_OAK_PLANKS
  128. - WHITE_WOOL
  129. - ORANGE_WOOL
  130. - MAGENTA_WOOL
  131. - LIGHT_BLUE_WOOL
  132. - YELLOW_WOOL
  133. - LIME_WOOL
  134. - PINK_WOOL
  135. - GRAY_WOOL
  136. - LIGHT_GRAY_WOOL
  137. - CYAN_WOOL
  138. - PURPLE_WOOL
  139. - BLUE_WOOL
  140. - BROWN_WOOL
  141. - GREEN_WOOL
  142. - RED_WOOL
  143. - BLACK_WOOL
  144. - SNOW
  145. DoorsOpenDelayInSeconds: 300
  146. CooldownEndInMinutes: 60
  147. EndermenMoveBlocks: false
  148. SilverfishBreakBlocks: false
  149. CreaturesTrampleCrops: false
  150. RabbitsEatCrops: true
  151. HardModeZombiesBreakDoors: false
  152. Database:
  153. URL: ''
  154. UserName: ''
  155. Password: ''
  156. UseBanCommand: false
  157. BanCommandPattern: ban %name% %reason%
  158. Advanced:
  159. fixNegativeClaimblockAmounts: true
  160. ClaimExpirationCheckRate: 60
  161. OfflinePlayer_cache_days: 90
  162. Abridged Logs:
  163. Days To Keep: 7
  164. Included Entry Types:
  165. Social Activity: true
  166. Suspicious Activity: true
  167. Administrative Activity: false
  168. Debug: false
  169. Muted Chat Messages: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement