Advertisement
Guest User

Untitled

a guest
Mar 31st, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 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.     world: -1
  5.     world_nether: -1
  6.     world_the_end: -1
  7.     creative: -1
  8.   Claims:
  9.     Mode:
  10.       world_the_end: Survival
  11.       world: Survival
  12.       world_nether: Survival
  13.       creative: 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.     InitialBlocks: 100
  24.     Claim Blocks Accrued Per Hour:
  25.       Default: 0
  26.     Max Accrued Claim Blocks:
  27.       Default: 50000
  28.     Accrued Idle Threshold: 0
  29.     AccruedIdlePercent: 0
  30.     AbandonReturnRatio: 0.5
  31.     AutomaticNewPlayerClaimsRadius: -1
  32.     ExtendIntoGroundDistance: 30
  33.     MinimumWidth: 1
  34.     MinimumArea: 100
  35.     MaximumDepth: 0
  36.     InvestigationTool: STICK
  37.     ModificationTool: GOLD_SPADE
  38.     Expiration:
  39.       ChestClaimDays: 10000
  40.       UnusedClaimDays: 10000
  41.       AllClaims:
  42.         DaysInactive: 10000
  43.         ExceptWhenOwnerHasTotalClaimBlocks: 10000
  44.         ExceptWhenOwnerHasBonusClaimBlocks: 5000
  45.       AutomaticNatureRestoration:
  46.         SurvivalWorlds: false
  47.     AllowTrappedInAdminClaims: false
  48.     MaximumNumberOfClaimsPerPlayer: 0
  49.     CreationRequiresWorldGuardBuildPermission: true
  50.     PortalGenerationRequiresPermission: false
  51.     VillagerTradingRequiresPermission: true
  52.     CommandsRequiringAccessTrust: /sethome
  53.     DeliverManuals: true
  54.     ManualDeliveryDelaySeconds: 30
  55.   Spam:
  56.     Enabled: false
  57.     LoginCooldownSeconds: 60
  58.     LoginLogoutNotificationsPerMinute: 5
  59.     ChatSlashCommands: /me;/global;/local
  60.     WhisperSlashCommands: /tell;/pm;/r;/whisper;/msg
  61.     WarningMessage: Please reduce your noise level.  Spammers will be banned.
  62.     BanOffenders: false
  63.     BanMessage: Banned for spam.
  64.     AllowedIpAddresses: 1.2.3.4; 5.6.7.8
  65.     DeathMessageCooldownSeconds: 120
  66.     Logout Message Delay In Seconds: 0
  67.   PvP:
  68.     RulesEnabledInWorld:
  69.       world: false
  70.       world_nether: false
  71.       world_the_end: false
  72.       creative: false
  73.     ProtectFreshSpawns: false
  74.     PunishLogout: false
  75.     CombatTimeoutSeconds: 0
  76.     AllowCombatItemDrop: true
  77.     BlockedSlashCommands: /fly;/xpfly;/mc;/enderchest;/echest;/ec;/ender;/bp small
  78.       1;/bp medium 1;/bp large 1;/bp large 2
  79.     ProtectPlayersInLandClaims:
  80.       PlayerOwnedClaims: true
  81.       AdministrativeClaims: true
  82.       AdministrativeSubdivisions: true
  83.     AllowLavaDumpingNearOtherPlayers: true
  84.     AllowFlintAndSteelNearOtherPlayers: true
  85.     ProtectPetsOutsideLandClaims: false
  86.   Economy:
  87.     ClaimBlocksPurchaseCost: 2.0
  88.     ClaimBlocksSellValue: 1.0
  89.   ProtectItemsDroppedOnDeath:
  90.     PvPWorlds: false
  91.     NonPvPWorlds: false
  92.   BlockLandClaimExplosions: true
  93.   BlockSurfaceCreeperExplosions: false
  94.   BlockSurfaceOtherExplosions: false
  95.   LimitSkyTrees: false
  96.   LimitTreeGrowth: false
  97.   LimitPistonsToLandClaims: false
  98.   FireSpreads: false
  99.   FireDestroys: false
  100.   AdminsGetWhispers: false
  101.   AdminsGetSignNotifications: false
  102.   SmartBan: false
  103.   Mute New Players Using Banned Words: false
  104.   MaxPlayersPerIpAddress: 3
  105.   Siege:
  106.     Worlds: []
  107.     BreakableBlocks:
  108.    - DIRT
  109.     - GRASS
  110.     - LONG_GRASS
  111.     - COBBLESTONE
  112.     - GRAVEL
  113.     - SAND
  114.     - GLASS
  115.     - THIN_GLASS
  116.     - WOOD
  117.     - WOOL
  118.     - SNOW
  119.     DoorsOpenDelayInSeconds: 300
  120.   EndermenMoveBlocks: false
  121.   SilverfishBreakBlocks: false
  122.   CreaturesTrampleCrops: false
  123.   RabbitsEatCrops: true
  124.   HardModeZombiesBreakDoors: false
  125.   Database:
  126.     URL: ''
  127.     UserName: ''
  128.     Password: ''
  129.   UseBanCommand: false
  130.   BanCommandPattern: ban %name% %reason%
  131.   Mods:
  132.     BlockIdsRequiringAccessTrust: []
  133.     BlockIdsRequiringContainerTrust: []
  134.     BlockIdsExplodable: []
  135.     PlayersIgnoringAllClaims: []
  136.   Advanced:
  137.     fixNegativeClaimblockAmounts: true
  138.   Abridged Logs:
  139.     Days To Keep: 14
  140.     Included Entry Types:
  141.       Social Activity: true
  142.       Suspicious Activity: true
  143.       Administrative Activity: false
  144.       Debug: false
  145.       Muted Chat Messages: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement