Advertisement
Guest User

Untitled

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