freecam mod

Started by jeanbonยฒ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
freecam mod

Hello.

I'm trying to create a freecam mod that simply moves the camera, like Freecam. The best I can do is create an armor stand to teleport the player, put them in spectator mode, and then return them to the previous game mode (I'm using sensors).
I would like the player to stay and just the camera moves..
Help

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i dont believe there is aโ€ฆ
Thu, 06/05/2025 - 22:57

i dont believe there is a way to manipulate camera movement in java, in bedrock you could do some shenanagans with /camera. Best thing i can think of is summoning a no AI mob at the player's position while youre in spectator mode, then when you leave spectator mode tp to the mob and kill it.