Advertisement
Guest User

Untitled

a guest
Mar 16th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 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. Survival: -1
  5. Survival_nether: -1
  6. Survival_the_end: -1
  7. PVE-EVENT: -1
  8. Claims:
  9. Mode:
  10. Survival: Survival
  11. Survival_nether: Survival
  12. Survival_the_end: Survival
  13. PVE-EVENT: Disabled
  14. PreventGlobalMonsterEggs: true
  15. PreventTheft: true
  16. ProtectCreatures: true
  17. PreventButtonsSwitches: true
  18. LockWoodenDoors: true
  19. LockTrapDoors: true
  20. LockFenceGates: true
  21. EnderPearlsRequireAccessTrust: true
  22. ProtectHorses: true
  23. ProtectDonkeys: true
  24. ProtectLlamas: true
  25. InitialBlocks: 3000
  26. Claim Blocks Accrued Per Hour:
  27. Default: 250
  28. Max Accrued Claim Blocks:
  29. Default: 13000
  30. Accrued Idle Threshold: 0
  31. AccruedIdlePercent: 0
  32. AbandonReturnRatio: 1.0
  33. AutomaticNewPlayerClaimsRadius: 4
  34. ExtendIntoGroundDistance: 5
  35. MinimumWidth: 5
  36. MinimumArea: 100
  37. MaximumDepth: 0
  38. InvestigationTool: GOLDEN_AXE
  39. ModificationTool: GOLDEN_SHOVEL
  40. Expiration:
  41. ChestClaimDays: 7
  42. UnusedClaimDays: 30
  43. AllClaims:
  44. DaysInactive: 30
  45. ExceptWhenOwnerHasTotalClaimBlocks: 999999
  46. ExceptWhenOwnerHasBonusClaimBlocks: 999999
  47. AutomaticNatureRestoration:
  48. SurvivalWorlds: true
  49. AllowTrappedInAdminClaims: false
  50. MaximumNumberOfClaimsPerPlayer: 20
  51. CreationRequiresWorldGuardBuildPermission: true
  52. PortalGenerationRequiresPermission: false
  53. VillagerTradingRequiresPermission: false
  54. CommandsRequiringAccessTrust: /sethome
  55. DeliverManuals: true
  56. ManualDeliveryDelaySeconds: 30
  57. Spam:
  58. Enabled: false
  59. LoginCooldownSeconds: 5
  60. LoginLogoutNotificationsPerMinute: 5
  61. ChatSlashCommands: /me;/tell;/global;/local;/w;/msg;/r;/t
  62. WhisperSlashCommands: /tell;/pm;/r;/w;/whisper;/t;/msg
  63. WarningMessage: No spamees porfavor.
  64. BanOffenders: true
  65. BanMessage: Banned for spam.
  66. AllowedIpAddresses: 1.2.3.4; 5.6.7.8
  67. DeathMessageCooldownSeconds: 60
  68. Logout Message Delay In Seconds: 0
  69. PvP:
  70. RulesEnabledInWorld:
  71. Survival: false
  72. Survival_nether: true
  73. Survival_the_end: true
  74. PVE-EVENT: true
  75. ProtectFreshSpawns: true
  76. PunishLogout: false
  77. CombatTimeoutSeconds: 10
  78. AllowCombatItemDrop: false
  79. BlockedSlashCommands: '[]'
  80. ProtectPlayersInLandClaims:
  81. PlayerOwnedClaims: true
  82. AdministrativeClaims: true
  83. AdministrativeSubdivisions: true
  84. AllowLavaDumpingNearOtherPlayers:
  85. PvPWorlds: true
  86. NonPvPWorlds: false
  87. AllowFlintAndSteelNearOtherPlayers:
  88. PvPWorlds: true
  89. NonPvPWorlds: false
  90. ProtectPetsOutsideLandClaims: false
  91. Economy:
  92. ClaimBlocksPurchaseCost: 6.0E11
  93. ClaimBlocksSellValue: 0.0
  94. ProtectItemsDroppedOnDeath:
  95. PvPWorlds: true
  96. NonPvPWorlds: true
  97. BlockLandClaimExplosions: true
  98. BlockSurfaceCreeperExplosions: true
  99. BlockSurfaceOtherExplosions: false
  100. LimitSkyTrees: true
  101. LimitTreeGrowth: false
  102. LimitPistonsToLandClaims: true
  103. FireSpreads: false
  104. FireDestroys: false
  105. AdminsGetWhispers: true
  106. AdminsGetSignNotifications: false
  107. SmartBan: true
  108. Mute New Players Using Banned Words: true
  109. MaxPlayersPerIpAddress: 30
  110. Siege:
  111. Worlds: []
  112. BreakableBlocks:
  113. - DIRT
  114. - GRASS
  115. - LONG_GRASS
  116. - COBBLESTONE
  117. - GRAVEL
  118. - SAND
  119. - GLASS
  120. - THIN_GLASS
  121. - WOOD
  122. - WOOL
  123. - SNOW
  124. DoorsOpenDelayInSeconds: 300
  125. CooldownEndInMinutes: 60
  126. EndermenMoveBlocks: false
  127. SilverfishBreakBlocks: false
  128. CreaturesTrampleCrops: false
  129. RabbitsEatCrops: true
  130. HardModeZombiesBreakDoors: false
  131. Database:
  132. URL: *
  133. UserName: *
  134. Password: *
  135. UseBanCommand: false
  136. BanCommandPattern: ban %name% %reason%
  137. Advanced:
  138. fixNegativeClaimblockAmounts: true
  139. ClaimExpirationCheckRate: 60
  140. OfflinePlayer_cache_days: 90
  141. Abridged Logs:
  142. Days To Keep: 7
  143. Included Entry Types:
  144. Social Activity: true
  145. Suspicious Activity: true
  146. Administrative Activity: false
  147. Debug: false
  148. Muted Chat Messages: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement