File Details
HyperFactions-0.5.2.jar
- R
- Feb 3, 2026
- 1.44 MB
- 28
- Early Access
File Name
HyperFactions-0.5.2.jar
Supported Versions
- Early Access
HyperFactions v0.5.2
Critical bug fix for teleportation - warmup teleports now actually execute, plus chat messages display correctly.
Fixed
- Teleport System Overhaul - Fixed warmup teleports not executing (countdown messages worked but teleport never happened). Root cause: Teleport component must be added via
targetWorld.execute()on the destination world's thread. - Message Formatting - Fixed garbled chat messages showing broken color codes instead of proper colors. Changed to proper
Message.raw(text).color(hexColor)pattern. - Client Crash on /f power - Fixed
/f powerand/f whocommands crashing the client. Disabled GUI mode, now falls back to text mode until templates are created.
Added
- Teleport Countdown Messages - Warmup teleports now show incremental countdown messages. High warmup (30+ seconds): announces at 30, 15, then every second from 10 down. Low warmup (under 10 seconds): announces every second.
Changed
- Removed unused
TeleportContext.javaclass (replaced byTeleportManager.TeleportDestination) - Refactored
TeleportManager.PendingTeleportto support countdown state tracking /f stucknow uses genericscheduleTeleport()method
Full Changelog: GitHub

