config.yml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. PreventTheft: true
  13. ProtectCreatures: true
  14. PreventButtonsSwitches: true
  15. LockWoodenDoors: false
  16. LockTrapDoors: false
  17. LockFenceGates: true
  18. EnderPearlsRequireAccessTrust: true
  19. ProtectHorses: true
  20. InitialBlocks: 100
  21. Claim Blocks Accrued Per Hour:
  22. Default: 100
  23. Max Accrued Claim Blocks:
  24. Default: 2000
  25. Accrued Idle Threshold: 0
  26. AbandonReturnRatio: 1.0
  27. AutomaticNewPlayerClaimsRadius: 4
  28. ExtendIntoGroundDistance: 5
  29. MinimumWidth: 5
  30. MinimumArea: 100
  31. MaximumDepth: 0
  32. InvestigationTool: STICK
  33. ModificationTool: WOOD_SPADE
  34. Expiration:
  35. ChestClaimDays: 0
  36. UnusedClaimDays: 0
  37. AllClaims:
  38. DaysInactive: 0
  39. ExceptWhenOwnerHasTotalClaimBlocks: 10000
  40. ExceptWhenOwnerHasBonusClaimBlocks: 5000
  41. AutomaticNatureRestoration:
  42. SurvivalWorlds: false
  43. AllowTrappedInAdminClaims: false
  44. MaximumNumberOfClaimsPerPlayer: 0
  45. CreationRequiresWorldGuardBuildPermission: true
  46. PortalGenerationRequiresPermission: false
  47. VillagerTradingRequiresPermission: true
  48. CommandsRequiringAccessTrust: /sethome
  49. DeliverManuals: true
  50. ManualDeliveryDelaySeconds: 30
  51. Spam:
  52. Enabled: true
  53. LoginCooldownSeconds: 60
  54. ChatSlashCommands: /me;/global;/local
  55. WhisperSlashCommands: /tell;/pm;/r;/whisper;/msg
  56. WarningMessage: Please reduce your noise level. Spammers will be banned.
  57. BanOffenders: true
  58. BanMessage: Banned for spam.
  59. AllowedIpAddresses: 1.2.3.4; 5.6.7.8
  60. DeathMessageCooldownSeconds: 120
  61. Logout Message Delay In Seconds: 0
  62. PvP:
  63. RulesEnabledInWorld:
  64. world: false
  65. world_nether: false
  66. world_the_end: false
  67. ProtectFreshSpawns: true
  68. PunishLogout: true
  69. CombatTimeoutSeconds: 15
  70. AllowCombatItemDrop: false
  71. BlockedSlashCommands: /home;/vanish;/spawn;/tpa
  72. ProtectPlayersInLandClaims:
  73. PlayerOwnedClaims: true
  74. AdministrativeClaims: true
  75. AdministrativeSubdivisions: true
  76. AllowLavaDumpingNearOtherPlayers: true
  77. AllowFlintAndSteelNearOtherPlayers: true
  78. ProtectPetsOutsideLandClaims: false
  79. Economy:
  80. ClaimBlocksPurchaseCost: 0.0
  81. ClaimBlocksSellValue: 0.0
  82. ProtectItemsDroppedOnDeath:
  83. PvPWorlds: false
  84. NonPvPWorlds: true
  85. BlockLandClaimExplosions: true
  86. BlockSurfaceCreeperExplosions: true
  87. BlockSurfaceOtherExplosions: true
  88. LimitSkyTrees: true
  89. LimitTreeGrowth: false
  90. LimitPistonsToLandClaims: true
  91. FireSpreads: false
  92. FireDestroys: false
  93. AdminsGetWhispers: true
  94. AdminsGetSignNotifications: true
  95. SmartBan: true
  96. Mute New Players Using Banned Words: true
  97. MaxPlayersPerIpAddress: 3
  98. Siege:
  99. Worlds: []
  100. BreakableBlocks:
  101. - DIRT
  102. - GRASS
  103. - LONG_GRASS
  104. - COBBLESTONE
  105. - GRAVEL
  106. - SAND
  107. - GLASS
  108. - THIN_GLASS
  109. - WOOD
  110. - WOOL
  111. - SNOW
  112. EndermenMoveBlocks: false
  113. SilverfishBreakBlocks: false
  114. CreaturesTrampleCrops: false
  115. RabbitsEatCrops: true
  116. HardModeZombiesBreakDoors: false
  117. Database:
  118. URL: ''
  119. UserName: ''
  120. Password: ''
  121. UseBanCommand: false
  122. BanCommandPattern: ban %name% %reason%
  123. Mods:
  124. BlockIdsRequiringAccessTrust: []
  125. BlockIdsRequiringContainerTrust:
  126. - 99999:*:Example - ID 99999, all data values.
  127. BlockIdsExplodable: []
  128. PlayersIgnoringAllClaims: []
  129. Abridged Logs:
  130. Days To Keep: 7
  131. Included Entry Types:
  132. Social Activity: true
  133. Suspicious Activity: true
  134. Administrative Activity: false
  135. Debug: false
  136. Muted Chat Messages: false