MasuTab

A premium replacement for the vanilla player list on Wolds Nexus SMP, with search, per-server tabs, collapsible groups, live ping/TPS, and one-click /msg, /tpa, and /travel actions.

File Details

masutab-2.0.3.jar

  • R
  • May 26, 2026
  • 109.73 KB
  • 9
  • 1.18.2
  • Forge

File Name

masutab-2.0.3.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:masutab-1554622:8150828")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v2.0.3

Fixes

  • Tab list no longer flickers to alphabetical order every ~30 seconds. Cause: the proxy heartbeats PLAYER_JOIN for every player every 30s, and those packets carry no sort key. MasuTab was overwriting the cached sort key with empty on each heartbeat, causing a brief reset until the follow-up TAB_SYNC arrived. The server now preserves the previous sort key across heartbeat re-joins and treats them as updates rather than fresh joins.