• Welcome to Minr.org

    Server IP: zero.minr.org 

    Java Version: 1.20.2

    Who are we?

    Welcome to one of the oldest Minecraft servers and communities in the world! Zero.minr.org dates back over 13 years and has been consistently providing endless hours of fun and excitement for players from all over the globe. With an uptime of 99%, you can count on us to be here for you whenever you're in the mood for some challenging minecraft parkour, puzzles and mazes.

    Our server is home to over 600+ challenges, each designed to keep you engaged and entertained for months on end. These challenges have been created, tested and curated by our green membership community, who are true experts in all things challenges! Our community is made up of some of the most dedicated and skilled players, who have completed our Hardcore set of challenges and continue to create new and innovative experiences for our server.

    At our core, we are strongly committed to fair play and against any form of pay-to-win features. We have been privately funded since our inception, which has allowed us to provide a level playing field for all our players, free of any hidden advantages. This dedication to fair play has resulted in a thriving community where everyone has a chance to excel and showcase their skills.

    So why not join us and become a part of something truly special? Who knows, you may even have what it takes to create a challenge that will remain on our server for years to come. Whether you're a seasoned Minecraft veteran or a newcomer to the game, we look forward to welcoming you to our server.

    For more information about zero.minr.org click here.


Lava Parkour Fix

Status
Not open for further replies.

Fire

Absolute
May 13, 2015
554
465
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.
 
Last edited:
Status
Not open for further replies.
Top