Advertisement
Guest User

config.yml

a guest
Jul 28th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 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. pvp: -1
  8. Claims:
  9. Mode:
  10. world_the_end: Disabled
  11. pvp: Disabled
  12. world: Survival
  13. world_nether: Disabled
  14. PreventGlobalMonsterEggs: true
  15. PreventTheft: true
  16. ProtectCreatures: true
  17. PreventButtonsSwitches: true
  18. LockWoodenDoors: false
  19. LockTrapDoors: false
  20. LockFenceGates: true
  21. EnderPearlsRequireAccessTrust: true
  22. ProtectHorses: true
  23. InitialBlocks: 1000
  24. Claim Blocks Accrued Per Hour:
  25. Default: 100
  26. Max Accrued Claim Blocks:
  27. Default: 2000
  28. Accrued Idle Threshold: 0
  29. AccruedIdlePercent: 0
  30. AbandonReturnRatio: 1.0
  31. AutomaticNewPlayerClaimsRadius: 4
  32. ExtendIntoGroundDistance: 5
  33. MinimumWidth: 5
  34. MinimumArea: 100
  35. MaximumDepth: 0
  36. InvestigationTool: STICK
  37. ModificationTool: GOLD_SPADE
  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: false
  52. CommandsRequiringAccessTrust: /sethome
  53. DeliverManuals: true
  54. ManualDeliveryDelaySeconds: 30
  55. Spam:
  56. Enabled: false
  57. LoginCooldownSeconds: 60
  58. LoginLogoutNotificationsPerMinute: 5
  59. ChatSlashCommands: /me;/global;/local
  60. WhisperSlashCommands: /tell;/pm;/r;/whisper;/msg
  61. WarningMessage: Please reduce your noise level. Spammers will be banned.
  62. BanOffenders: true
  63. BanMessage: Banned for spam.
  64. AllowedIpAddresses: 1.2.3.4; 5.6.7.8
  65. DeathMessageCooldownSeconds: 120
  66. Logout Message Delay In Seconds: 0
  67. PvP:
  68. RulesEnabledInWorld:
  69. world: true
  70. world_nether: true
  71. world_the_end: true
  72. pvp: true
  73. ProtectFreshSpawns: true
  74. PunishLogout: false
  75. CombatTimeoutSeconds: 15
  76. AllowCombatItemDrop: false
  77. BlockedSlashCommands: /home;/vanish;/spawn;/tpa
  78. ProtectPlayersInLandClaims:
  79. PlayerOwnedClaims: true
  80. AdministrativeClaims: true
  81. AdministrativeSubdivisions: true
  82. AllowLavaDumpingNearOtherPlayers: true
  83. AllowFlintAndSteelNearOtherPlayers: true
  84. ProtectPetsOutsideLandClaims: true
  85. Economy:
  86. ClaimBlocksPurchaseCost: 80.0
  87. ClaimBlocksSellValue: 10.0
  88. ProtectItemsDroppedOnDeath:
  89. PvPWorlds: false
  90. NonPvPWorlds: true
  91. BlockLandClaimExplosions: true
  92. BlockSurfaceCreeperExplosions: true
  93. BlockSurfaceOtherExplosions: true
  94. LimitSkyTrees: false
  95. LimitTreeGrowth: false
  96. LimitPistonsToLandClaims: true
  97. FireSpreads: false
  98. FireDestroys: false
  99. AdminsGetWhispers: true
  100. AdminsGetSignNotifications: true
  101. SmartBan: true
  102. Mute New Players Using Banned Words: true
  103. MaxPlayersPerIpAddress: 3
  104. Siege:
  105. Worlds: []
  106. BreakableBlocks:
  107. - DIRT
  108. - GRASS
  109. - LONG_GRASS
  110. - COBBLESTONE
  111. - GRAVEL
  112. - SAND
  113. - GLASS
  114. - THIN_GLASS
  115. - WOOD
  116. - WOOL
  117. - SNOW
  118. EndermenMoveBlocks: false
  119. SilverfishBreakBlocks: false
  120. CreaturesTrampleCrops: false
  121. RabbitsEatCrops: true
  122. HardModeZombiesBreakDoors: false
  123. Database:
  124. URL: ''
  125. UserName: ''
  126. Password: ''
  127. UseBanCommand: false
  128. BanCommandPattern: ban %name% %reason%
  129. Mods:
  130. BlockIdsRequiringAccessTrust: []
  131. BlockIdsRequiringContainerTrust:
  132. - 99999:*:Example - ID 99999, all data values.
  133. BlockIdsExplodable: []
  134. PlayersIgnoringAllClaims: []
  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