Advertisement
Guest User

Untitled

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