Advertisement
Guest User

ConfigGP

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