Advertisement
Guest User

afa

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