Advertisement
jaytel

config.yml file for GP

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