promotional bannermobile promotional banner

WiFlow's Scoreboard | Animations & Conditions

The most powerful scoreboard HUD for Hytale. World-specific scoreboards, permission-based variants, conditional lines, animated text, and seamless plugin integrations.

File Details

WiFlowScoreboard-1.3.0.jar

  • R
  • Jan 22, 2026
  • 691.16 KB
  • 38
  • Early Access

File Name

WiFlowScoreboard-1.3.0.jar

Supported Versions

  • Early Access

[1.3.0] - Dynamic Scoreboards

Placeholder-Based Profile Switching

The game-changer. Show completely different scoreboards based on ANY placeholder value.

Deeply integrates with WiFlowPlaceholderAPI - any plugin with an expansion can drive your scoreboard. Install an expansion, use it as a condition.

{
  "profiles": [
    {
      "condition": "orbisguard_region",
      "equals": "spawn",
      "title": { "text": "[#55ff55]SPAWN" },
      "lines": { "content": ["Welcome to Spawn!", "You are safe here!"] }
    },
    {
      "condition": "luckperms_primary_group",
      "equals": "vip",
      "lines": { "content": ["[#ffaa00]VIP Member", "Exclusive perks active!"] }
    },
    {
      "condition": "hyfaction_name",
      "notEquals": "",
      "lines": { "content": ["Faction: {hyfaction_name}", "Power: {hyfaction_power}"] }
    },
    {
      "condition": "combatlog_active",
      "equals": "true",
      "lines": { "content": ["[#ff0000]IN COMBAT!", "Time: {combatlog_time}s"] }
    },
    {
      "isDefault": true,
      "lines": { "content": ["Default scoreboard"] }
    }
  ]
}

The entire expansion ecosystem works as conditions:

  • orbisguard_region → Region scoreboards (spawn, pvp, dungeons)
  • luckperms_primary_group → Rank scoreboards (VIP, MVP, Staff)
  • hyfaction_name → Faction/guild scoreboards
  • combatlog_active → Combat warning scoreboards
  • orbismines_name → Mining scoreboards
  • simpleclaims_is_claimed → Claimed vs wilderness
  • Any other placeholder from any expansion

Hidden Conditional Lines

Omit else to completely hide lines when false. No empty space, lines shift up.

{ "condition": "{combatlog_active}", "equals": "true", "then": "[#ff0000]IN COMBAT!" }

Bug Fixes

  • Fixed TPS showing 20 instead of 30 (Hytale runs at 30 TPS)

Performance

  • A lot of performance fixes