Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 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. PlayerArena: -1
  8. Builders2: -1
  9. EventWorld: -1
  10. ResetNether: -1
  11. ResetEndv2: -1
  12. Nieuweworld: -1
  13. WitherArena: -1
  14. Claims:
  15. Mode:
  16. world_nether: Disabled
  17. PlayerArena: Survival
  18. WitherArena: Survival
  19. world_the_end: Disabled
  20. Builders2: Survival
  21. world: Survival
  22. ResetNether: Disabled
  23. ResetEndv2: Disabled
  24. Nieuweworld: Survival
  25. EventWorld: Survival
  26. PreventGlobalMonsterEggs: true
  27. PreventTheft: true
  28. ProtectCreatures: true
  29. PreventButtonsSwitches: true
  30. LockWoodenDoors: false
  31. LockTrapDoors: false
  32. LockFenceGates: true
  33. EnderPearlsRequireAccessTrust: true
  34. ProtectHorses: true
  35. ProtectDonkeys: true
  36. ProtectLlamas: true
  37. InitialBlocks: 2500
  38. Claim Blocks Accrued Per Hour:
  39. Default: 100
  40. Max Accrued Claim Blocks:
  41. Default: 2000
  42. Accrued Idle Threshold: 0
  43. AccruedIdlePercent: 0
  44. AbandonReturnRatio: 1.0
  45. AutomaticNewPlayerClaimsRadius: 0
  46. ExtendIntoGroundDistance: 5
  47. MinimumWidth: 5
  48. MinimumArea: 100
  49. MaximumDepth: 0
  50. InvestigationTool: STICK
  51. ModificationTool: GOLDEN_SHOVEL
  52. Expiration:
  53. ChestClaimDays: 181
  54. UnusedClaimDays: 181
  55. AllClaims:
  56. DaysInactive: 181
  57. ExceptWhenOwnerHasTotalClaimBlocks: 99999
  58. ExceptWhenOwnerHasBonusClaimBlocks: 99999
  59. AutomaticNatureRestoration:
  60. SurvivalWorlds: false
  61. AllowTrappedInAdminClaims: false
  62. MaximumNumberOfClaimsPerPlayer: 0
  63. CreationRequiresWorldGuardBuildPermission: true
  64. PortalGenerationRequiresPermission: false
  65. VillagerTradingRequiresPermission: true
  66. CommandsRequiringAccessTrust: /sethome
  67. DeliverManuals: false
  68. ManualDeliveryDelaySeconds: 30
  69. Spam:
  70. Enabled: true
  71. LoginCooldownSeconds: 60
  72. LoginLogoutNotificationsPerMinute: 5
  73. ChatSlashCommands: /me;/global;/local
  74. WhisperSlashCommands: /tell;/pm;/r;/whisper;/msg
  75. WarningMessage: Please reduce your noise level. Spammers will be banned.
  76. BanOffenders: true
  77. BanMessage: Banned for spam.
  78. AllowedIpAddresses: 1.2.3.4; 5.6.7.8
  79. DeathMessageCooldownSeconds: 120
  80. Logout Message Delay In Seconds: 0
  81. PvP:
  82. RulesEnabledInWorld:
  83. world: false
  84. world_nether: false
  85. world_the_end: false
  86. PlayerArena: false
  87. Builders2: false
  88. EventWorld: false
  89. ResetNether: false
  90. ResetEndv2: false
  91. Nieuweworld: false
  92. WitherArena: false
  93. ProtectFreshSpawns: true
  94. PunishLogout: false
  95. CombatTimeoutSeconds: 15
  96. AllowCombatItemDrop: true
  97. BlockedSlashCommands: /home;/vanish;/spawn;/tpa
  98. ProtectPlayersInLandClaims:
  99. PlayerOwnedClaims: true
  100. AdministrativeClaims: true
  101. AdministrativeSubdivisions: true
  102. AllowLavaDumpingNearOtherPlayers:
  103. PvPWorlds: true
  104. NonPvPWorlds: true
  105. AllowFlintAndSteelNearOtherPlayers:
  106. PvPWorlds: true
  107. NonPvPWorlds: true
  108. ProtectPetsOutsideLandClaims: false
  109. Economy:
  110. ClaimBlocksPurchaseCost: 0.0
  111. ClaimBlocksSellValue: 0.0
  112. ProtectItemsDroppedOnDeath:
  113. PvPWorlds: false
  114. NonPvPWorlds: false
  115. BlockLandClaimExplosions: true
  116. BlockSurfaceCreeperExplosions: true
  117. BlockSurfaceOtherExplosions: true
  118. LimitSkyTrees: true
  119. LimitTreeGrowth: false
  120. LimitPistonsToLandClaims: true
  121. FireSpreads: false
  122. FireDestroys: false
  123. AdminsGetWhispers: true
  124. AdminsGetSignNotifications: true
  125. SmartBan: false
  126. Mute New Players Using Banned Words: true
  127. MaxPlayersPerIpAddress: 999
  128. Siege:
  129. Worlds: []
  130. BreakableBlocks:
  131. - DIRT
  132. - GRASS_BLOCK
  133. - GRASS
  134. - FERN
  135. - DEAD_BUSH
  136. - COBBLESTONE
  137. - GRAVEL
  138. - SAND
  139. - GLASS
  140. - GLASS_PANE
  141. - OAK_PLANKS
  142. - SPRUCE_PLANKS
  143. - BIRCH_PLANKS
  144. - JUNGLE_PLANKS
  145. - ACACIA_PLANKS
  146. - DARK_OAK_PLANKS
  147. - WHITE_WOOL
  148. - ORANGE_WOOL
  149. - MAGENTA_WOOL
  150. - LIGHT_BLUE_WOOL
  151. - YELLOW_WOOL
  152. - LIME_WOOL
  153. - PINK_WOOL
  154. - GRAY_WOOL
  155. - LIGHT_GRAY_WOOL
  156. - CYAN_WOOL
  157. - PURPLE_WOOL
  158. - BLUE_WOOL
  159. - BROWN_WOOL
  160. - GREEN_WOOL
  161. - RED_WOOL
  162. - BLACK_WOOL
  163. - SNOW
  164. DoorsOpenDelayInSeconds: 300
  165. CooldownEndInMinutes: 60
  166. EndermenMoveBlocks: false
  167. SilverfishBreakBlocks: false
  168. CreaturesTrampleCrops: false
  169. RabbitsEatCrops: true
  170. HardModeZombiesBreakDoors: false
  171. Database:
  172. URL: ''
  173. UserName: ''
  174. Password: ''
  175. UseBanCommand: false
  176. BanCommandPattern: ban %name% %reason%
  177. Advanced:
  178. fixNegativeClaimblockAmounts: true
  179. ClaimExpirationCheckRate: 60
  180. OfflinePlayer_cache_days: 90
  181. Abridged Logs:
  182. Days To Keep: 7
  183. Included Entry Types:
  184. Social Activity: true
  185. Suspicious Activity: true
  186. Administrative Activity: false
  187. Debug: false
  188. Muted Chat Messages: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement