HyShots - Cinematic Camera & Screenshot System

A Hytale mod that provides cinematic camera controls and world manipulation tools for taking perfect screenshots.

File Details

HyShots-1.0.5.jar

  • R
  • May 29, 2026
  • 70.04 KB
  • 26
  • 0.5

File Name

HyShots-1.0.5.jar

Supported Versions

  • 0.5

[1.0.5] - 29th May 2026

API Migration

  • Vector Math Migration - Replaced all com.hypixel.hytale.math.vector.Vector3d and Vector3f imports with org.joml.Vector3d and org.joml.Vector3f across CameraWaypoint, CameraState, WaypointManager, WaypointLoadCommand, and WaypointSaveCommand.
  • HUD Manager API Update - Removed invalid hudManager.setCustomHud(playerRef, null) call in CameraEnableCommand. The method was removed from the API; setVisibleHudComponents now handles HUD state directly.
  • Rotation Type Fix - Corrected WaypointLoadCommand and WaypointSaveCommand to use Rotation3f type (matching TransformComponent.getRotation() return type) instead of the removed Vector3f math type.
  • Waypoint Codec Update - Updated CameraWaypoint to use Vector3dUtil.CODEC for position serialization (org.joml.Vector3d doesn't have a built-in CODEC).

Maintenance

  • Built for Hytale 0.5.x.