Adjust Repair signs and enable shipwrecks anywhere

Making repair signs for larger crafts more feasible and take less time, as well as removing the worldguard fuckery from disabling shipwrecks literally everywhere.
This commit is contained in:
Creepachu 2018-10-10 18:29:03 -04:00 committed by GitHub
parent 538d47633c
commit 2651841184
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,8 @@ SinkRateTicks: 20
SinkCheckTicks: 100 SinkCheckTicks: 100
TracerRateTicks: 5 TracerRateTicks: 5
PilotTool: 280 PilotTool: 280
WorldGuardBlockMoveOnBuildPerm: true WorldGuardBlockMoveOnBuildPerm: false
WorldGuardBlockSinkOnPVPPerm: true WorldGuardBlockSinkOnPVPPerm: false
ManOverBoardTimeout: 30 ManOverBoardTimeout: 30
FireballLifespan: 6 FireballLifespan: 6
FireballPenetration: true FireballPenetration: true
@ -14,8 +14,8 @@ RequireCreatePerm: false
TNTContactExplosives: true TNTContactExplosives: true
DisableCrates: false DisableCrates: false
FadeWrecksAfter: 0 FadeWrecksAfter: 0
RepairTicksPerBlock: 10 RepairTicksPerBlock: 2
RepairMoneyPerBlock: 10 RepairMoneyPerBlock: 5
BlockQueueChunkSize: 1000 BlockQueueChunkSize: 1000
AllowCrewSigns: true AllowCrewSigns: true
WGCustomFlagsUsePilotFlag: false WGCustomFlagsUsePilotFlag: false