Advertisement
Guest User

Untitled

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