Advertisement
Guest User

Untitled

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