Advertisement
Guest User

Untitled

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