💬 Info TAB
Player info at a glance — dimension, AFK, and more in the tab list.
✨ Overview
|
Info TAB shows each player's current dimension and AFK status right in the tab list. See who's away, where everyone is, and never ask "where is everyone?" again. Per-dimension colours, custom aliases, a token-based display format and a runtime /infotab command make it fully configurable without a restart. An [AFK] tag also appears above inactive players' heads.
A fork of Dimension Viewer by Ewan Selkirk (a.k.a. Sick_Stick_10), ported to NeoForge and reworked by Stalking Dragons. Distributed under the same licence (MIT). It adds no gameplay content — only tab-list and name-tag information. Not affiliated with or endorsed by the original author.
|
|
🎯 Features
🛌️ AFK Detection
Players inactive for 10+ minutes get an [AFK] prefix (creme colour) in the tab list and above their head. Activity resets on movement, world interaction, chat, combat, mouse look, mouse clicks or key presses.
🎨 Per-Dimension Colours
Green for the Overworld, red for the Nether, purple for the End — and any colour you want for modded dimensions, via Minecraft colour names or hex codes.
📝 Customisable Format
Build your own display with tokens: %dim:name%, %dim:id%, %dim:namespace%, %dim:path%. Default: PlayerName [%dim:name%].
🏷️ Dimension Aliases
Give dimensions friendly names — show "The Aether" instead of aether:the_aether.
📐 Flexible Placement
Put the dimension tag before (prepend) or after (append) the player name.
⚙️ Runtime Configuration
Full config via the /infotab command — colours, aliases, format, placement — plus a config screen in the Mods menu. No restart needed.
🧱 Mod Structure
| Area | What it provides |
PlayerListHandler | Builds the coloured, tokenised tab-list display name for each player. |
AfkTracker / AfkNameTagHandler / AfkActivityClientHandler | Server-side inactivity tracking, the name-tag [AFK] overlay, and client input detection. |
CustomCommands | The /infotab command tree for runtime configuration. |
Config / platform | The config model and the config-screen / config-helper service layer. |
network | The client→server activity ping used to reset AFK on look-only input. |
📋 Requirements
| Minecraft / NeoForge / Java | see Available Versions below |
| Dependencies | None |
| Side | Client and Server (client required for the name-tag overlay and input-based activity detection) |
📦 Available Versions
| Minecraft | NeoForge | Java | Latest build | Status |
| 26.2 | 26.2.0.57+ | 25 | 1.1.0 | Stable |
| 1.21.1 | 21.1.249+ | 21 | 1.0.0 | Stable |
Both versions share this CurseForge project. Pick the file that matches your Minecraft version.
🎮 Commands
/infotab color <dimension> <color> — set a dimension colour
/infotab alias <dimension> <alias> — set a custom name
/infotab format <format> — change the display format
/infotab placement prepend|append — tag position
/infotab refresh — refresh all player names
/infotab reload — reload the config
/infotab dimid — show your dimension ID
/infotab list colors|aliases — list custom settings
🙏 Credits & License
Info TAB is a fork of Dimension Viewer by Ewan Selkirk (a.k.a. Sick_Stick_10), ported to NeoForge and reworked by Stalking Dragons. Released under the MIT license, the same as the original. Not affiliated with or endorsed by the original author.
https://codex.skdragons.com/
Codex Stalking Dragons — Minecraft Modding