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.Vector3dandVector3fimports withorg.joml.Vector3dandorg.joml.Vector3fin DashboardAPI for player position and teleportation handling. - Collection Type Fix - Updated
Universe.get().getPlayers()usage fromList<PlayerRef>toCollection<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 updatedCommandSenderinterface contract. - Damage System Type Update - Migrated resistance modifier handling from
Map<DamageCause, StaticModifier[]>toMap<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 requiringRef<EntityStore>andComponentAccessor<EntityStore>. - Rotation Type Fix - Corrected teleportation code to use
Rotation3finstead of the removedVector3fmath type for player rotation handling.
Maintenance
- Built for Hytale
0.5.x.

