Skip to content

Set POV

MoSadie edited this page Feb 17, 2023 · 1 revision

Description

Set the current point-of-view (POV) of the in-game view. These are normally cycled through using F5.

Configuration Options

  • Title (optional): An optional title to display on the key. Customize location and font using the T icon to the right of the text box.
  • Minecraft IP (required): The address that the EffectMC mod is running on. (Example: http://localhost:3000)
  • POV: The POV to set. (Options: FIRST_PERSON, THIRD_PERSON_BACK, THIRD_PERSON_FRONT)

Example Configuration

Screenshot of Elgato Stream Deck software with a title, Minecraft IP, and pov set for the Set POV action

In-Game Experience

Gif of the player staring at the world. Then the camera switches to the point of view from behind the player. Then it switches to in front of the player.

Advanced: HTTP Request Information

  • Method: GET
  • Endpoint: /pov
  • Parameters:
    • device: Device ID (String)
    • pov: The POV to set. Accepted values: FIRST_PERSON, THIRD_PERSON_BACK, THIRD_PERSON_FRONT (String)