Advertisement
Guest User

Untitled

a guest
Jul 12th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 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_the_end: Disabled
  10. world: Survival
  11. world_nether: 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: 150
  22. Claim Blocks Accrued Per Hour:
  23. Default: 25
  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: GOLD_SPADE
  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: true
  80. AllowFlintAndSteelNearOtherPlayers: true
  81. ProtectPetsOutsideLandClaims: false
  82. Economy:
  83. ClaimBlocksPurchaseCost: 0.0
  84. ClaimBlocksSellValue: 0.0
  85. ProtectItemsDroppedOnDeath:
  86. PvPWorlds: false
  87. NonPvPWorlds: true
  88. BlockLandClaimExplosions: true
  89. BlockSurfaceCreeperExplosions: true
  90. BlockSurfaceOtherExplosions: true
  91. LimitSkyTrees: true
  92. LimitTreeGrowth: false
  93. LimitPistonsToLandClaims: true
  94. FireSpreads: false
  95. FireDestroys: false
  96. AdminsGetWhispers: true
  97. AdminsGetSignNotifications: true
  98. SmartBan: true
  99. Mute New Players Using Banned Words: true
  100. MaxPlayersPerIpAddress: 3
  101. Siege:
  102. Worlds: []
  103. BreakableBlocks:
  104. - DIRT
  105. - GRASS
  106. - LONG_GRASS
  107. - COBBLESTONE
  108. - GRAVEL
  109. - SAND
  110. - GLASS
  111. - THIN_GLASS
  112. - WOOD
  113. - WOOL
  114. - SNOW
  115. DoorsOpenDelayInSeconds: 300
  116. EndermenMoveBlocks: false
  117. SilverfishBreakBlocks: false
  118. CreaturesTrampleCrops: false
  119. RabbitsEatCrops: true
  120. HardModeZombiesBreakDoors: false
  121. Database:
  122. URL: ''
  123. UserName: ''
  124. Password: ''
  125. UseBanCommand: false
  126. BanCommandPattern: ban %name% %reason%
  127. Mods:
  128. BlockIdsRequiringAccessTrust: []
  129. BlockIdsRequiringContainerTrust: []
  130. BlockIdsExplodable: []
  131. PlayersIgnoringAllClaims: []
  132. Advanced:
  133. fixNegativeClaimblockAmounts: true
  134. Abridged Logs:
  135. Days To Keep: 7
  136. Included Entry Types:
  137. Social Activity: true
  138. Suspicious Activity: true
  139. Administrative Activity: false
  140. Debug: false
  141. Muted Chat Messages: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement