promotional bannermobile promotional banner

HyperFactions

Factions reimagined for Hytale: visual GUIs, strategic power systems, and territory warfare done right.

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 power and /f who commands 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.java class (replaced by TeleportManager.TeleportDestination)
  • Refactored TeleportManager.PendingTeleport to support countdown state tracking
  • /f stuck now uses generic scheduleTeleport() method

Full Changelog: GitHub