Advertisement
Guest User

Grief Prevention Config

a guest
Dec 9th, 2015
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 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. spawn: -1
  8. SMP: -1
  9. PVP: -1
  10. ClutchCraft: -1
  11. mobarenas: -1
  12. Claims:
  13. Mode:
  14. mobarenas: Survival
  15. world_nether: Disabled
  16. world_the_end: Disabled
  17. SMP: Survival
  18. PVP: Survival
  19. ClutchCraft: Survival
  20. world: Survival
  21. spawn: Survival
  22. PreventTheft: true
  23. ProtectCreatures: true
  24. PreventButtonsSwitches: true
  25. LockWoodenDoors: false
  26. LockTrapDoors: false
  27. LockFenceGates: true
  28. EnderPearlsRequireAccessTrust: true
  29. ProtectFires: false
  30. ProtectHorses: true
  31. InitialBlocks: 100
  32. BlocksAccruedPerHour: 100
  33. MaxAccruedBlocks: 80000
  34. AbandonReturnRatio: 1.0
  35. AutomaticNewPlayerClaimsRadius: 4
  36. ExtendIntoGroundDistance: 5
  37. MinimumWidth: 5
  38. MinimumArea: 100
  39. MaximumDepth: 0
  40. InvestigationTool: STICK
  41. ModificationTool: GOLD_SPADE
  42. Expiration:
  43. ChestClaimDays: 7
  44. UnusedClaimDays: 14
  45. AllClaimDays: 0
  46. AutomaticNatureRestoration:
  47. SurvivalWorlds: false
  48. MaximumNumberOfClaimsPerPlayer: 0
  49. CreationRequiresWorldGuardBuildPermission: true
  50. PortalGenerationRequiresPermission: false
  51. VillagerTradingRequiresPermission: true
  52. CommandsRequiringAccessTrust: /sethome
  53. DeliverManuals: true
  54. Spam:
  55. Enabled: true
  56. LoginCooldownSeconds: 60
  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: 60
  64. PvP:
  65. RulesEnabledInWorld:
  66. world: true
  67. world_nether: true
  68. world_the_end: true
  69. spawn: true
  70. SMP: true
  71. PVP: true
  72. ClutchCraft: true
  73. mobarenas: true
  74. ProtectFreshSpawns: true
  75. PunishLogout: true
  76. CombatTimeoutSeconds: 15
  77. AllowCombatItemDrop: false
  78. BlockedSlashCommands: /home;/vanish;/spawn;/tpa
  79. ProtectPlayersInLandClaims:
  80. PlayerOwnedClaims: true
  81. AdministrativeClaims: true
  82. AdministrativeSubdivisions: true
  83. AllowLavaDumpingNearOtherPlayers: true
  84. AllowFlintAndSteelNearOtherPlayers: true
  85. Economy:
  86. ClaimBlocksPurchaseCost: 0.0
  87. ClaimBlocksSellValue: 0.0
  88. ProtectItemsDroppedOnDeath:
  89. PvPWorlds: false
  90. NonPvPWorlds: true
  91. BlockLandClaimExplosions: true
  92. BlockSurfaceCreeperExplosions: true
  93. BlockSurfaceOtherExplosions: true
  94. LimitSkyTrees: true
  95. LimitTreeGrowth: false
  96. LimitPistonsToLandClaims: true
  97. FireSpreads: false
  98. FireDestroys: false
  99. AdminsGetWhispers: true
  100. AdminsGetSignNotifications: true
  101. SmartBan: true
  102. MaxPlayersPerIpAddress: 5
  103. Siege:
  104. Worlds: []
  105. BreakableBlocks:
  106. - DIRT
  107. - GRASS
  108. - LONG_GRASS
  109. - COBBLESTONE
  110. - GRAVEL
  111. - SAND
  112. - GLASS
  113. - THIN_GLASS
  114. - WOOD
  115. - WOOL
  116. - SNOW
  117. EndermenMoveBlocks: false
  118. SilverfishBreakBlocks: false
  119. CreaturesTrampleCrops: false
  120. RabbitsEatCrops: true
  121. HardModeZombiesBreakDoors: false
  122. Database:
  123. URL: ''
  124. UserName: ''
  125. Password: ''
  126. Mods:
  127. BlockIdsRequiringAccessTrust: []
  128. BlockIdsRequiringContainerTrust:
  129. - 99999:*:Example - ID 99999, all data values.
  130. BlockIdsExplodable: []
  131. PlayersIgnoringAllClaims: []
  132. Abridged Logs:
  133. Days To Keep: 7
  134. Included Entry Types:
  135. Social Activity: true
  136. Suspicious Activity: true
  137. Administrative Activity: false
  138. Debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement