Is it possible to implement this?

Started by thwyarikkun on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is it possible to implement this?

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.

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Not in vanilla, but…
Mon, 10/09/2023 - 15:58

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.

Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Not sure how but phoenix_sc…
Wed, 10/11/2023 - 01:30

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