Elevator: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
m Added citation.
Tybug (talk | contribs)
add instakill citation
Line 17: Line 17:
Though slightly cruder, minecarts (and also boats) can also be used to create elevators. If there is not enough room to stand when exiting a minecart or boat, the game will teleport you up to the highest available spot possible. This was actually a bug in previous versions of minecraft that has since been patched, but civ servers have brought it back as a plugin instead<ref>https://github.com/CivClassic/SimpleAdminHacks/blob/master/src/main/java/com/programmerdan/minecraft/simpleadminhacks/hacks/GameFeatures.java</ref>.
Though slightly cruder, minecarts (and also boats) can also be used to create elevators. If there is not enough room to stand when exiting a minecart or boat, the game will teleport you up to the highest available spot possible. This was actually a bug in previous versions of minecraft that has since been patched, but civ servers have brought it back as a plugin instead<ref>https://github.com/CivClassic/SimpleAdminHacks/blob/master/src/main/java/com/programmerdan/minecraft/simpleadminhacks/hacks/GameFeatures.java</ref>.


Upon exiting a minecart, starting from the sky height, the server will check for a block with 3 blocks of air above it. If no such block exists in the vertical column above the minecart, the player will instead be killed instantly. This can make it dangerous to use minecart elevators blindly, as they could be a trap.{{Citation needed|date=December 2021}}
Upon exiting a minecart, starting from the sky height, the server will check for a block with 3 blocks of air above it. If no such block exists in the vertical column containing the minecart, the player will instead be killed instantly<ref>https://github.com/CivClassic/SimpleAdminHacks/blob/master/src/main/java/com/programmerdan/minecraft/simpleadminhacks/hacks/GameFeatures.java#L476-L480</ref>. This can make it dangerous to use minecart elevators blindly, as they could be a trap.

<references />
<references />
[[Category:Mechanics]]
[[Category:Mechanics]]