promotional bannermobile promotional banner

Water Depth Gauge

A real-time HUD that automatically displays your underwater depth in meters when submerged, helping divers track how deep they've descended from the water's surface.

File Details

WaterDepthGauge-1.0.5.jar

  • R
  • Feb 9, 2026
  • 41.16 KB
  • 30
  • Early Access

File Name

WaterDepthGauge-1.0.5.jar

Supported Versions

  • Early Access

v1.0.5

Optional MultipleHUD + Death/Respawn Fix

What's New

  • MultipleHUD is now optional (not required)
    • Automatically detects if MultipleHUD is installed
    • Falls back to vanilla HUD system if MultipleHUD not present
    • Works standalone or with MultipleHUD - your choice

Fixed

  • Death/respawn crash fix - No more client disconnect when dying/respawning
    • Added DeathComponent check to skip client packets during death
    • Death systems already clear client UI - sending packets was redundant and broke namespace references
  • Scheduler initialization fix - Moved from setup() to start() lifecycle phase
    • Matches proven plugin patterns (FeedPlayer, DeathItemTimer)
    • Uses Universe.get().getWorlds() for reliable world discovery instead of event-tracked set