Advertisement
Guest User

Untitled

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