Advertisement
Guest User

Untitled

a guest
Dec 26th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 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. Claims:
  9. Mode:
  10. world: Survival
  11. world_the_end: Disabled
  12. world_nether: Disabled
  13. SPAWN: Survival
  14. PreventGlobalMonsterEggs: true
  15. PreventTheft: true
  16. ProtectCreatures: false
  17. PreventButtonsSwitches: true
  18. LockWoodenDoors: false
  19. LockTrapDoors: false
  20. LockFenceGates: true
  21. EnderPearlsRequireAccessTrust: true
  22. ProtectHorses: true
  23. InitialBlocks: 100
  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: -1
  32. ExtendIntoGroundDistance: 5
  33. MinimumWidth: 5
  34. MinimumArea: 100
  35. MaximumDepth: 0
  36. InvestigationTool: STICK
  37. ModificationTool: GOLD_SPADE
  38. Expiration:
  39. ChestClaimDays: 0
  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: true
  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: false
  70. world_nether: false
  71. world_the_end: false
  72. SPAWN: true
  73. ProtectFreshSpawns: true
  74. PunishLogout: true
  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: false
  85. Economy:
  86. ClaimBlocksPurchaseCost: 500.0
  87. ClaimBlocksSellValue: 0.0
  88. ProtectItemsDroppedOnDeath:
  89. PvPWorlds: false
  90. NonPvPWorlds: false
  91. BlockLandClaimExplosions: true
  92. BlockSurfaceCreeperExplosions: true
  93. BlockSurfaceOtherExplosions: true
  94. LimitSkyTrees: true
  95. LimitTreeGrowth: false
  96. LimitPistonsToLandClaims: false
  97. FireSpreads: false
  98. FireDestroys: false
  99. AdminsGetWhispers: true
  100. AdminsGetSignNotifications: true
  101. SmartBan: false
  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. - BEDROCK
  119. EndermenMoveBlocks: false
  120. SilverfishBreakBlocks: false
  121. CreaturesTrampleCrops: false
  122. RabbitsEatCrops: true
  123. HardModeZombiesBreakDoors: false
  124. Database:
  125. URL: ''
  126. UserName: ''
  127. Password: ''
  128. UseBanCommand: false
  129. BanCommandPattern: ban %name% %reason%
  130. Mods:
  131. BlockIdsRequiringAccessTrust: []
  132. BlockIdsRequiringContainerTrust:
  133. - 99999:*:Example - ID 99999, all data values.
  134. BlockIdsExplodable: []
  135. PlayersIgnoringAllClaims: []
  136. Abridged Logs:
  137. Days To Keep: 7
  138. Included Entry Types:
  139. Social Activity: true
  140. Suspicious Activity: true
  141. Administrative Activity: false
  142. Debug: false
  143. Muted Chat Messages: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement