Advertisement
Guest User

Untitled

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