1

Elytra Fall Fix

Kyleplaysgames_ 9/29/23 1:30 am history
414
For those who want to play this really old map called "Elytra Fall" where you can fly through tunnels with an Elytra. I have found a way to fix the lack of teleporting issue so you can at least fly through the tunnels again in modern versions of Minecraft. Just set up four repeating command blocks with these commands.

execute at @a[​x=-1000,dx=1000,y=1,dy=79,z=-1000,dz=1000] run teleport @p ~ ~140 ~

execute at @a[​x=1000,dx=-1000,y=1,dy=79,z=-1000,dz=1000] run teleport @p ~ ~140 ~

execute at @a[​x=1000,dx=-1000,y=1,dy=79,z=1000,dz=-1000] run teleport @p ~ ~140 ~

execute at @a[​x=-1000,dx=1000,y=1,dy=79,z=1000,dz=-1000] run teleport @p ~ ~140 ~

Basically how the map works is that once your Y level gets below 80 it just teleports you straight up 140 blocks. There's probably a much easier way to do this. This is just what I figured out. The command should work on anyone within a thousand blocks of the command blocks.

https://www.planetminecraft.com/project/elytra-fall/

As a bonus, if you want an unbreakable elytra use this command.

/give @p minecraft:elytra{Unbreakable:1} 1
Posted by
Kyleplaysgames_
Level 1 : New Miner
0

  Have something to say?

JoinSign in

Welcome