From 2651841184137732eee9794a88cc5fc65aa44f8a Mon Sep 17 00:00:00 2001 From: Creepachu <44036564+Creepachu@users.noreply.github.com> Date: Wed, 10 Oct 2018 18:29:03 -0400 Subject: [PATCH] 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. --- Movecraft/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Movecraft/config.yml b/Movecraft/config.yml index f46e9f4..e447b92 100755 --- a/Movecraft/config.yml +++ b/Movecraft/config.yml @@ -4,8 +4,8 @@ SinkRateTicks: 20 SinkCheckTicks: 100 TracerRateTicks: 5 PilotTool: 280 -WorldGuardBlockMoveOnBuildPerm: true -WorldGuardBlockSinkOnPVPPerm: true +WorldGuardBlockMoveOnBuildPerm: false +WorldGuardBlockSinkOnPVPPerm: false ManOverBoardTimeout: 30 FireballLifespan: 6 FireballPenetration: true @@ -14,8 +14,8 @@ RequireCreatePerm: false TNTContactExplosives: true DisableCrates: false FadeWrecksAfter: 0 -RepairTicksPerBlock: 10 -RepairMoneyPerBlock: 10 +RepairTicksPerBlock: 2 +RepairMoneyPerBlock: 5 BlockQueueChunkSize: 1000 AllowCrewSigns: true WGCustomFlagsUsePilotFlag: false