Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 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: Survival
  10. world_the_end: Disabled
  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: 999999999
  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. AllowTrappedInAdminClaims: false
  43. MaximumNumberOfClaimsPerPlayer: 0
  44. CreationRequiresWorldGuardBuildPermission: true
  45. PortalGenerationRequiresPermission: false
  46. VillagerTradingRequiresPermission: true
  47. CommandsRequiringAccessTrust: /sethome
  48. DeliverManuals: true
  49. ManualDeliveryDelaySeconds: 30
  50. Spam:
  51. Enabled: false
  52. LoginCooldownSeconds: 60
  53. ChatSlashCommands: /me;/global;/local
  54. WhisperSlashCommands: /tell;/pm;/r;/whisper;/msg
  55. WarningMessage: Please reduce your noise level. Spammers will be banned.
  56. BanOffenders: true
  57. BanMessage: Banned for spam.
  58. AllowedIpAddresses: 1.2.3.4; 5.6.7.8
  59. DeathMessageCooldownSeconds: 120
  60. Logout Message Delay In Seconds: 0
  61. PvP:
  62. RulesEnabledInWorld:
  63. world: true
  64. world_nether: true
  65. world_the_end: true
  66. ProtectFreshSpawns: true
  67. PunishLogout: false
  68. CombatTimeoutSeconds: 15
  69. AllowCombatItemDrop: false
  70. BlockedSlashCommands: /home;/vanish;/spawn;/tpa
  71. ProtectPlayersInLandClaims:
  72. PlayerOwnedClaims: true
  73. AdministrativeClaims: true
  74. AdministrativeSubdivisions: true
  75. AllowLavaDumpingNearOtherPlayers: true
  76. AllowFlintAndSteelNearOtherPlayers: true
  77. ProtectPetsOutsideLandClaims: false
  78. Economy:
  79. ClaimBlocksPurchaseCost: 5.0
  80. ClaimBlocksSellValue: 0.0
  81. ProtectItemsDroppedOnDeath:
  82. PvPWorlds: false
  83. NonPvPWorlds: false
  84. BlockLandClaimExplosions: true
  85. BlockSurfaceCreeperExplosions: true
  86. BlockSurfaceOtherExplosions: true
  87. LimitSkyTrees: true
  88. LimitTreeGrowth: false
  89. LimitPistonsToLandClaims: false
  90. FireSpreads: false
  91. FireDestroys: false
  92. AdminsGetWhispers: false
  93. AdminsGetSignNotifications: false
  94. SmartBan: false
  95. Mute New Players Using Banned Words: false
  96. MaxPlayersPerIpAddress: 3
  97. Siege:
  98. Worlds: []
  99. BreakableBlocks:
  100. - DIRT
  101. - GRASS
  102. - LONG_GRASS
  103. - COBBLESTONE
  104. - GRAVEL
  105. - SAND
  106. - GLASS
  107. - THIN_GLASS
  108. - WOOD
  109. - WOOL
  110. - SNOW
  111. EndermenMoveBlocks: false
  112. SilverfishBreakBlocks: false
  113. CreaturesTrampleCrops: false
  114. RabbitsEatCrops: true
  115. HardModeZombiesBreakDoors: false
  116. Database:
  117. URL: ''
  118. UserName: ''
  119. Password: ''
  120. UseBanCommand: false
  121. BanCommandPattern: ban %name% %reason%
  122. Mods:
  123. BlockIdsRequiringAccessTrust: []
  124. BlockIdsRequiringContainerTrust:
  125. - 99999:*:Example - ID 99999, all data values.
  126. BlockIdsExplodable: []
  127. PlayersIgnoringAllClaims: []
  128. Abridged Logs:
  129. Days To Keep: 7
  130. Included Entry Types:
  131. Social Activity: true
  132. Suspicious Activity: true
  133. Administrative Activity: false
  134. Debug: false
  135. Muted Chat Messages: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement