- Thread starter
- #1
Fire
Absolute
Lava Parkour was removed from FFA a long time ago because of a bug with the exits, but no one ever went back and fixed it. The reason that they were broken in the first place is because a couple exits cycle to a new exit that's too far away and thus isn't loaded properly, resulting in it not updating and all of the exits being closed afterwards. The easy solution to this is to make each exit cycle to the next one over, so the new one not being loaded in will never be an issue.
So I went ahead and wrote the script removals and additions needed change the cycle to just that; this will make the exits cycle counter-clockwise:
At -1031 33 -63
Remove
@bypass /setblock -1074 35 -184 air
Replace with
@bypass /setblock -1024 35 -82 air
At -1024 33 -82
Remove
@bypass /setblock -1081 35 -141 air
Replace with
@bypass /setblock -1024 35 -106 air
At -1024 33 -106
Remove
@bypass /setblock -1081 33 -69 air
Replace with
@bypass /setblock -1024 35 -130 air
At -1024 33 -130
Remove
@bypass /setblock -1081 35 -69 air
Replace with
@bypass /setblock -1024 35 -154 air
At -1024 33 -154
Remove
@bypass /setblock -1024 35 -106 air
Replace with
@bypass /setblock -1024 35 -178 air
At -1024 33 -178
Remove
@bypass /setblock -1049 35 -63 air
Replace with
@bypass /setblock -1038 35 -184 air
At -1038 33 -184
Remove
@bypass /setblock -1024 35 -178 air
Replace with
@bypass /setblock -1056 35 -184 air
At -1056 33 -184
Remove
@bypass /setblock -1024 35 -154 air
Replace with
@bypass /setblock -1074 35 -184 air
-1074 33 -184 is already good
At -1081 33 -165
Remove
@bypass /setblock -1067 35 -63 air
Replace with
@bypass /setblock -1081 35 -141 air
At -1081 33 -141
Remove
@bypass /setblock -1038 35 -184 air
Replace with
@bypass /setblock -1081 35 -117 air
-1081 33 -117 is already good
At -1081 33 -93
Remove
@bypass /setblock -1056 35 -184 air
Replace with
@bypass /setblock -1081 35 -69 air
At -1081 35 -69
Remove
@bypass /setblock -1031 33 -63 air
Replace with
@bypass /setblock -1067 35 -63 air
At -1067 33 -63
Remove
@bypass /setblock -1024 33 -130
Replace with
@bypass /setblock -1049 35 -63 air
Making these changes as well as patching the hole at -1081 34 -116, placing iron pressure plates (or pressure plates of some kind) on the script tiles, and placing a glass pane down in front of each of the exits to prevent rigging the correct exit should make it FFA-ready again.
So I went ahead and wrote the script removals and additions needed change the cycle to just that; this will make the exits cycle counter-clockwise:
At -1031 33 -63
Remove
@bypass /setblock -1074 35 -184 air
Replace with
@bypass /setblock -1024 35 -82 air
At -1024 33 -82
Remove
@bypass /setblock -1081 35 -141 air
Replace with
@bypass /setblock -1024 35 -106 air
At -1024 33 -106
Remove
@bypass /setblock -1081 33 -69 air
Replace with
@bypass /setblock -1024 35 -130 air
At -1024 33 -130
Remove
@bypass /setblock -1081 35 -69 air
Replace with
@bypass /setblock -1024 35 -154 air
At -1024 33 -154
Remove
@bypass /setblock -1024 35 -106 air
Replace with
@bypass /setblock -1024 35 -178 air
At -1024 33 -178
Remove
@bypass /setblock -1049 35 -63 air
Replace with
@bypass /setblock -1038 35 -184 air
At -1038 33 -184
Remove
@bypass /setblock -1024 35 -178 air
Replace with
@bypass /setblock -1056 35 -184 air
At -1056 33 -184
Remove
@bypass /setblock -1024 35 -154 air
Replace with
@bypass /setblock -1074 35 -184 air
-1074 33 -184 is already good
At -1081 33 -165
Remove
@bypass /setblock -1067 35 -63 air
Replace with
@bypass /setblock -1081 35 -141 air
At -1081 33 -141
Remove
@bypass /setblock -1038 35 -184 air
Replace with
@bypass /setblock -1081 35 -117 air
-1081 33 -117 is already good
At -1081 33 -93
Remove
@bypass /setblock -1056 35 -184 air
Replace with
@bypass /setblock -1081 35 -69 air
At -1081 35 -69
Remove
@bypass /setblock -1031 33 -63 air
Replace with
@bypass /setblock -1067 35 -63 air
At -1067 33 -63
Remove
@bypass /setblock -1024 33 -130
Replace with
@bypass /setblock -1049 35 -63 air
Making these changes as well as patching the hole at -1081 34 -116, placing iron pressure plates (or pressure plates of some kind) on the script tiles, and placing a glass pane down in front of each of the exits to prevent rigging the correct exit should make it FFA-ready again.
Last edited: