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.Vector3dandVector3fimports withorg.joml.Vector3dandorg.joml.Vector3facross 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;setVisibleHudComponentsnow handles HUD state directly. - Rotation Type Fix - Corrected WaypointLoadCommand and WaypointSaveCommand to use
Rotation3ftype (matchingTransformComponent.getRotation()return type) instead of the removedVector3fmath type. - Waypoint Codec Update - Updated CameraWaypoint to use
Vector3dUtil.CODECfor position serialization (org.joml.Vector3d doesn't have a built-in CODEC).
Maintenance
- Built for Hytale
0.5.x.