Back
Source file

Languages

EN/English | ZH-CN/简体中文

Who I Am

A client-side Fabric mod that displays your own Minecraft player name in places where it is normally hidden.

This mod runs entirely on the client and does not modify any server behavior.

Features

Commands

Show current player name

/i

How It Works

  1. The mod reads the current player name from the active Minecraft client session
  2. When the local player model is rendered:
    • The name tag is forced to display in third-person view
    • The name tag is also forced to display when the camera is detached from the local player
  3. Whenever Minecraft generates the window title, the player name is appended to the end
  4. Running /i displays the same player name in the client chat

The mod does not send additional packets, require server support, or modify server-side player data.

Supported Versions

License

MIT