Advertisement
Guest User

Untitled

a guest
Jan 21st, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 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. ASkyBlock: -1
  8. ASkyBlock_nether: -1
  9. Lobby: -1
  10. factions1: -1
  11. Parkour: -1
  12. world_herobrine_graveyard: -1
  13. Claims:
  14. Mode:
  15. world_nether: survival
  16. Parkour: Disabled
  17. Lobby: Disabled
  18. world_the_end: Disabled
  19. ASkyBlock: Disabled
  20. world: Survival
  21. world_herobrine_graveyard: Survival
  22. ASkyBlock_nether: Disabled
  23. factions1: Disabled
  24. PreventTheft: true
  25. ProtectCreatures: true
  26. PreventButtonsSwitches: true
  27. LockWoodenDoors: false
  28. LockTrapDoors: false
  29. LockFenceGates: true
  30. EnderPearlsRequireAccessTrust: true
  31. ProtectFires: false
  32. ProtectHorses: true
  33. InitialBlocks: 100
  34. BlocksAccruedPerHour: 100
  35. MaxAccruedBlocks: 80000
  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. AllClaimDays: 0
  48. AutomaticNatureRestoration:
  49. SurvivalWorlds: false
  50. MaximumNumberOfClaimsPerPlayer: 0
  51. CreationRequiresWorldGuardBuildPermission: true
  52. PortalGenerationRequiresPermission: false
  53. VillagerTradingRequiresPermission: true
  54. CommandsRequiringAccessTrust: /sethome
  55. DeliverManuals: true
  56. ManualDeliveryDelaySeconds: 30
  57. Spam:
  58. Enabled: true
  59. LoginCooldownSeconds: 60
  60. ChatSlashCommands: /me;/global;/local
  61. WhisperSlashCommands: /tell;/pm;/r;/whisper;/msg
  62. WarningMessage: Please reduce your noise level. Spammers will be banned.
  63. BanOffenders: true
  64. BanMessage: Banned for spam.
  65. AllowedIpAddresses: 1.2.3.4; 5.6.7.8
  66. DeathMessageCooldownSeconds: 60
  67. PvP:
  68. RulesEnabledInWorld:
  69. world: true
  70. world_nether: true
  71. world_the_end: true
  72. ASkyBlock: false
  73. ASkyBlock_nether: false
  74. Lobby: false
  75. factions1: true
  76. Parkour: false
  77. world_herobrine_graveyard: true
  78. ProtectFreshSpawns: true
  79. PunishLogout: true
  80. CombatTimeoutSeconds: 15
  81. AllowCombatItemDrop: false
  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: 4.0
  92. ClaimBlocksSellValue: 1.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: true
  102. FireSpreads: false
  103. FireDestroys: false
  104. AdminsGetWhispers: true
  105. AdminsGetSignNotifications: true
  106. SmartBan: true
  107. MaxPlayersPerIpAddress: 3
  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: false
  127. Database:
  128. URL: ''
  129. UserName: ''
  130. Password: ''
  131. UseBanCommand: false
  132. BanCommandPattern: ban %name% %reason%
  133. Mods:
  134. BlockIdsRequiringAccessTrust: []
  135. BlockIdsRequiringContainerTrust:
  136. - 99999:*:Example - ID 99999, all data values.
  137. BlockIdsExplodable: []
  138. PlayersIgnoringAllClaims: []
  139. Abridged Logs:
  140. Days To Keep: 7
  141. Included Entry Types:
  142. Social Activity: true
  143. Suspicious Activity: true
  144. Administrative Activity: false
  145. Debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement