From 002ce81d219acb8a9b1329fab6db6a944c8e7a3b Mon Sep 17 00:00:00 2001 From: Gryph667 <38962974+Gryph667@users.noreply.github.com> Date: Mon, 30 Jul 2018 16:57:28 -0400 Subject: [PATCH 1/2] Adding new Craft, Citygate, forked and enhanced Added Piston Lock ability to prevent accidental or infiltration. A player without switch permissions in a claimed plot can't disengage a piston to unlock a gate to be opened. --- Movecraft/types/citygate | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Movecraft/types/citygate diff --git a/Movecraft/types/citygate b/Movecraft/types/citygate new file mode 100644 index 0000000..7947c44 --- /dev/null +++ b/Movecraft/types/citygate @@ -0,0 +1,25 @@ +name: CityGate +maxSize: 1000 +minSize: 3 +allowedBlocks: + - "5:3" #Jungle Wood Planks + - "5:5" #Dark Oak Planks + - 162 #Dark Oak Logs + - 191 #Dark Oak Fence + - 190 #Jungle Fence + - 69 #Lever + - 33 #Piston + +forbiddenBlocks: + - 7 #Bedrock + - 34 #Piston Head + +blockedByWater: true +allowHorizontalMovement: false +allowVerticalMovement: false +speed: 1.0 +tryNudge: false +flyblocks: + 85: + - 0.0 + - 100.0 From 378d7605dceabbcf0118047bede486c6ba3faae7 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Thu, 2 Aug 2018 18:14:17 +0200 Subject: [PATCH 2/2] Rename citygate to Citygate.craft Unsure if the extension is required, but it keeps things consistent --- Movecraft/types/{citygate => Citygate.craft} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Movecraft/types/{citygate => Citygate.craft} (100%) diff --git a/Movecraft/types/citygate b/Movecraft/types/Citygate.craft similarity index 100% rename from Movecraft/types/citygate rename to Movecraft/types/Citygate.craft