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:
parent
538d47633c
commit
2651841184
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue