Dimensional Tracker
Fabric mod that colors player nicknames based on their current dimension. Works in conjunction with VT AFK Display, Sessility Mod and Text Placeholder API.
This mod uses standard Minecraft commands to create teams and change nickname colors, and also provides additional placeholders for customization.
Color Settings
By default, the following colors are set:
- Green: Overworld
- Red: Nether
- Purple: The End
Configuration file is located at config/DimensionalTracker.properties.
Working with Teams
If you don't want your nickname to be tracked, simply join a different team. You can change team color, add prefixes or suffixes using the standard Minecraft /team command.
To add support for custom dimensions, create a team named dimTracker.<dimension_name>.
Placeholders
Dimensional Tracker provides three types of placeholders:
%dimensional-tracker:dimension_color%- color of the player's current dimension%dimensional-tracker:dimension_name%- name of the dimension where the player is located%dimensional-tracker:dimension_id%- player's dimension identifier
All placeholders can be configured through the configuration file.
Advantages Over Datapacks
Datapacks check dimensions every tick, which works well in singleplayer but can cause lag on servers. In tests, it was observed that for 10 players this can take up to 30% of MSPT:
![]()
Example with Immersive Portals
![]()