123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- # 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/
- GriefPrevention:
- SeaLevelOverrides:
- world: -1
- world_nether: -1
- world_the_end: -1
- Claims:
- Mode:
- world_the_end: Disabled
- world: Survival
- world_nether: Disabled
- PreventTheft: true
- ProtectCreatures: true
- PreventButtonsSwitches: true
- LockWoodenDoors: false
- LockTrapDoors: false
- LockFenceGates: true
- EnderPearlsRequireAccessTrust: true
- ProtectHorses: true
- InitialBlocks: 100
- Claim Blocks Accrued Per Hour:
- Default: 100
- Max Accrued Claim Blocks:
- Default: 2000
- Accrued Idle Threshold: 0
- AbandonReturnRatio: 1.0
- AutomaticNewPlayerClaimsRadius: 4
- ExtendIntoGroundDistance: 5
- MinimumWidth: 5
- MinimumArea: 100
- MaximumDepth: 0
- InvestigationTool: STICK
- ModificationTool: WOOD_SPADE
- Expiration:
- ChestClaimDays: 0
- UnusedClaimDays: 0
- AllClaims:
- DaysInactive: 0
- ExceptWhenOwnerHasTotalClaimBlocks: 10000
- ExceptWhenOwnerHasBonusClaimBlocks: 5000
- AutomaticNatureRestoration:
- SurvivalWorlds: false
- AllowTrappedInAdminClaims: false
- MaximumNumberOfClaimsPerPlayer: 0
- CreationRequiresWorldGuardBuildPermission: true
- PortalGenerationRequiresPermission: false
- VillagerTradingRequiresPermission: true
- CommandsRequiringAccessTrust: /sethome
- DeliverManuals: true
- ManualDeliveryDelaySeconds: 30
- Spam:
- Enabled: true
- LoginCooldownSeconds: 60
- ChatSlashCommands: /me;/global;/local
- WhisperSlashCommands: /tell;/pm;/r;/whisper;/msg
- WarningMessage: Please reduce your noise level. Spammers will be banned.
- BanOffenders: true
- BanMessage: Banned for spam.
- AllowedIpAddresses: 1.2.3.4; 5.6.7.8
- DeathMessageCooldownSeconds: 120
- Logout Message Delay In Seconds: 0
- PvP:
- RulesEnabledInWorld:
- world: false
- world_nether: false
- world_the_end: false
- ProtectFreshSpawns: true
- PunishLogout: true
- CombatTimeoutSeconds: 15
- AllowCombatItemDrop: false
- BlockedSlashCommands: /home;/vanish;/spawn;/tpa
- ProtectPlayersInLandClaims:
- PlayerOwnedClaims: true
- AdministrativeClaims: true
- AdministrativeSubdivisions: true
- AllowLavaDumpingNearOtherPlayers: true
- AllowFlintAndSteelNearOtherPlayers: true
- ProtectPetsOutsideLandClaims: false
- Economy:
- ClaimBlocksPurchaseCost: 0.0
- ClaimBlocksSellValue: 0.0
- ProtectItemsDroppedOnDeath:
- PvPWorlds: false
- NonPvPWorlds: true
- BlockLandClaimExplosions: true
- BlockSurfaceCreeperExplosions: true
- BlockSurfaceOtherExplosions: true
- LimitSkyTrees: true
- LimitTreeGrowth: false
- LimitPistonsToLandClaims: true
- FireSpreads: false
- FireDestroys: false
- AdminsGetWhispers: true
- AdminsGetSignNotifications: true
- SmartBan: true
- Mute New Players Using Banned Words: true
- MaxPlayersPerIpAddress: 3
- Siege:
- Worlds: []
- BreakableBlocks:
- - DIRT
- - GRASS
- - LONG_GRASS
- - COBBLESTONE
- - GRAVEL
- - SAND
- - GLASS
- - THIN_GLASS
- - WOOD
- - WOOL
- - SNOW
- EndermenMoveBlocks: false
- SilverfishBreakBlocks: false
- CreaturesTrampleCrops: false
- RabbitsEatCrops: true
- HardModeZombiesBreakDoors: false
- Database:
- URL: ''
- UserName: ''
- Password: ''
- UseBanCommand: false
- BanCommandPattern: ban %name% %reason%
- Mods:
- BlockIdsRequiringAccessTrust: []
- BlockIdsRequiringContainerTrust:
- - 99999:*:Example - ID 99999, all data values.
- BlockIdsExplodable: []
- PlayersIgnoringAllClaims: []
- Abridged Logs:
- Days To Keep: 7
- Included Entry Types:
- Social Activity: true
- Suspicious Activity: true
- Administrative Activity: false
- Debug: false
- Muted Chat Messages: false
|