← Назад к ресурсам

Dimensional Tracker

Color names depending on the player's dimension

Modrinth management social utility

Описание

## Dimensional Tracker Server-side Fabric and NeoForge mod that colors nicknames based on the dimension a player is in. Compatible with VT AFK Display, [Sessility](https://modrinth.com/mod/sessility) Mod and [Text Placeholder API](https://modrinth.com/mod/placeholder-api) This mod utilizes vanilla scoreboard teams to color nicknames and provide optional placeholders [Fabric Only]. ## Customization With default settings: Green = Overworld Red = The Nether Purple = The End Config file is located in `config/DimensionalTracker.properties`. #### Team configuration If you don't want to be detected, simply join a different team. You can modify your team's color, add a prefix or suffix using the standard Minecraft [`/team` command](https://minecraft.wiki/w/Commands/team). To add support for non-vanilla dimensions, create a team named `dimTracker.`. #### Placeholder Configuration (Fabric only) Dimensional Tracker provides three placeholders: - `%dimensional-tracker:dimension_color%`: The color of the dimension the player is in - `%dimensional-tracker:dimension_name%`: The name of the dimension the player is in - `%dimensional-tracker:dimension_id%`: The id of the dimension the player is in You can configure the placeholders in the config file. ## Why this mod instead of datapacks? Because of how datapacks work they should check dimensions every tick. It's okay for singleplayer, but on servers it can cause lag. In testing, I saw that it can take up to 30% of MSPT for 10 players: ![img.png](https://raw.githubusercontent.com/NikitaCartes/DimensionalTracker/master/datapack.webp) ## Example of how mod works using Immersive Portals ![Example](https://raw.githubusercontent.com/NikitaCartes/DimensionalTracker/master/image.webp)