Started by
thwyarikkun
on
Topic category: Help with Minecraft modding (Java Edition)
I'm wondering if it's possible to implement similar mechanics? The player turns on the mode in which he flies (or switches to spectator mode) and he can click on objects and open chests at very long distances. He also looks down at the earth from above, being able to move only to the right and left, without the ability to go down or up. Roughly speaking, an imitation of the camera as in Dota 2 or strategies.
Not in vanilla, but potentially with mods/plugins. The player's camera is fixed on their location, and, to the best of my knowledge, there isn't a way to mess with this using built in systems.
Not sure how but phoenix_sc used spectator mode with the mode of spectating as entity to make his camera angles in a video using armorstands. You could look into that