Advertisement
Guest User

Untitled

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