Minecraft – Impossible Architecture in Minecraft (multiplayer compatible)

minecraft-commandsminecraft-java-edition

I was writing on a map a while back, and wanted to create something similar to the "too many turns" effect from The Stanley Parable: HD Remix (Walk to a corridor, turn left 3 times and come out on the other side). I had 2 thoughts on how to accomplish this, and neither of them would look seamless with multiplayer.


Option 1

/tp the player to a relative position.

This was my first thought, and the problem is, obviously, that if someone was watching the teleported player, they would see them disappear.


Option 2

/clone some blocks over the player's area (or use structure blocks)

This would have the problem of causing the world to noticeably change for other players. Worst yet, it could actually pace a wall over someone!


These are the only two solutions I could think of that look seamless in single player; I couldn't think of any that might work seamlessly in multiplayer. Any help would be appreciated.

Best Answer

I did this once using Mystcraft, recreating the Ahnonay Cathedral (from Uru). I don't have any video of it in action, unfortunately.

Original thread on the Mystcraft forums.

Screenshots:

  • The cathedral itself: enter image description here
  • The three "time" ages:

    enter image description here enter image description here enter image description here

The way it was constructed was such that where you spawned in (where the player is standing, first pic) is the nexus of a proximity detector (at the time built using spawners, there are much better ways now, including command blocks).

When the player left the zone (went towards the linking book at the end of the long hallway) the proximity detector would trigger and pistons would close off the passage and reopen another copy 90 degrees rotated. The player would never hear it happen because of how far away they were. And as the only way out was forward, they had no reason to turn around, either (the central chamber having no other apparent exits).

I could have cheated and used 3 different overworld locations as well as 3 different dimensions, but this worked such that no matter how the player returned to the Cathedral itself it would ALWAYS rotate once.

In theory you could pull off something similar with Nether and End portals. Hmm, that might actually work pretty well: use the End as the cathedral hub (the location that is always the same) and then have the "arms" be at the overworld spawn area (closed off using the proximity detector) leading to different nether portals, placed far enough apart to link to different areas of the nether. It'd be particularly convincing as the End portal will always link back to the same location and you'd have up four possible alternatives.