Advertisement
Guest User

Untitled

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