Перейти к содержимому
Mineforgian

Hidetag | Hide Nametags

Make names invisible. This data pack hides player names.

Загрузки
328
Подписчики
2
Обновлён
30 марта 2026 г.
Лицензия
GPL-3.0-only

Опубликован 27 января 2026 г.

Hide Nametags / Nameplate / Playertag / Nickname / Displayname. Make names invisible. This data pack hides player names. You can hide the nameplate of everyone or any individual player including yourself. On a server, new players will automatically have their nametag hidden. In time mode, nametags will only be hidden at either day or night for players in the overworld. In dimension mode, nametags will only be hidden in the selected dimensions.

MODES (mutually exclusive)

Switch nametags on for everyone:

/function hidetag:stop

Switch nametags off for everyone:

/function hidetag:start
/function hidetag:mode/normal

Switch nametags off for everyone during the day in the overworld:

/function hidetag:mode/time/day

Switch nametags off for everyone during the night in the overworld:

/function hidetag:mode/time/night

Switch nametags off for everyone in the selected dimension(s):

/function hidetag:mode/dimension/overworld
/function hidetag:mode/dimension/nether
/function hidetag:mode/dimension/end
/function hidetag:mode/dimension/overworld_nether
/function hidetag:mode/dimension/overworld_end
/function hidetag:mode/dimension/nether_end

INDIVIDUAL OVERRIDES

The nametag of any player can be set permanently on or off regardless of what visibility mode every other player has. Make the nametag of a player named "Steve" invisible:

/execute as Steve run function hidetag:disable_individual

Make the nametag of a player named "Alex" visible:

/execute as Alex run function hidetag:enable_individual

Reset "Notch" to the server default nametag visibility:

/execute as Notch run function hidetag:reset_individual

MISC

Show the current mode:

/function hidetag:status

Remove datapack artefacts:

/function hidetag:unload_datapack

by norkwurz

Ченджлог

1.4Релиз1.21.10, 1.21.11, 26.1 · 30 марта 2026 г.

Compatibility

  • Updated pack.mcmeta to use the standard pack_format / supported_formats structure, fixing a metadata warning on load
  • Bumped max supported pack format to 101 (MC 26.1)

Bug Fixes

  • Fixed a syntax error in load/init.mcfunction (extra space in #dim argument) that caused the function to fail on load
  • Fixed incorrect dimension labels in the /function hidetag:status display (3=end, 4=ow+nether, 5=ow+end, 6=nether+end)
  • Added missing storage cleanup (data remove storage hidetag:config args) to unload_datapack.mcfunction

26.1 Predicate Updates

  • Added "clock": "minecraft:overworld" to is_day.json and is_night.json predicates for explicit compatibility with the new World Clocks system

Minor

  • Fixed misleading comment in tick/dimension.mcfunction (values are mode indices, not a bitset)
  • Fixed grammar: "a invisible name" → "an invisible name"
  • Removed stale old zip file from the pack directory
1.3Релиз1.21.9, 1.21.10, 1.21.11 · 27 января 2026 г.

Комментарии

Загружаем…