promotional bannermobile promotional banner

Admin WebDash

A powerful web-based administration panel for Hytale servers, providing real-time monitoring and management capabilities through a beautiful Hytale-themed interface.

File Details

AdminWebDash-1.0.4.jar

  • R
  • May 29, 2026
  • 28.47 MB
  • 29
  • 0.5

File Name

AdminWebDash-1.0.4.jar

Supported Versions

  • 0.5

[1.0.4] - 29th May 2026

API Migration

  • Vector Math Migration - Replaced com.hypixel.hytale.math.vector.Vector3d and Vector3f imports with org.joml.Vector3d and org.joml.Vector3f in DashboardAPI for player position and teleportation handling.
  • Collection Type Fix - Updated Universe.get().getPlayers() usage from List<PlayerRef> to Collection<PlayerRef> to match the current API return type in both AdminWebDashPlugin and DashboardAPI.
  • CommandSender Interface Update - Added required getUsername() method to DiscordCommandSender to satisfy the updated CommandSender interface contract.
  • Damage System Type Update - Migrated resistance modifier handling from Map<DamageCause, StaticModifier[]> to Map<DamageCause, ResistanceModifier[]> to match the current entity stats API.
  • Inventory moveItem Signature Update - Updated Inventory.moveItem() call from the old 5-parameter instance method to the new 7-parameter static method requiring Ref<EntityStore> and ComponentAccessor<EntityStore>.
  • Rotation Type Fix - Corrected teleportation code to use Rotation3f instead of the removed Vector3f math type for player rotation handling.

Maintenance

  • Built for Hytale 0.5.x.