We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

126

Gamerule for hiding/showing player nametags

7 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 3
    Registered User commented
    Comment actions Permalink

    /Team add nonametag
    /Team modify nonametag nametagvisibility false or something idk

  • 0
    Registered User commented
    Comment actions Permalink

    There's already a feature in the game to hide nametags.

    Try using "/team". :)

  • 2
    Registered User commented
    Comment actions Permalink

    https://feedback.minecraft.net/hc/en-us/community/posts/360074301552/comments/360014044272 But it doesnt exist in bedrock edition

  • 1
    Registered User commented
    Comment actions Permalink

    Actually this is verry easy to do.


    Go to the files on the server an search for: \minecraft\behavior_packs\vanilla_x.xx.xx\entities, where x's indicate the version that last had a change in player behavior Look for the player.json under the entities map.
    (for example, as of version 1.19.10 the last chage in player behavior happend in version 1.18.20).
    \minecraft\behavior_packs\vanilla_1.18.20\entities

    Open this json file in a text editor and change the nameable entity "always show":true to false.

    "minecraft:nameable": {
            "always_show": false,
            "allow_name_tag_renaming": false

    This way, player tags will only show when directly looking at a player withing 3 blocks distance!

  • 2
    Registered User commented
    Comment actions Permalink

    This function is really needed for tag, hide and seek, pvp ,and more play styles in Bedrock Edition.
    In particular, Marketplace sells popular contents such as hide and seek map(e.g.,Backrooms).
    So, hiding player names is needed for multiplayer games.

  • 1
    Registered User commented
    Comment actions Permalink

    please do it in bedrock edition. We need this for trolls :)

     

  • 5
    Registered User commented
    Comment actions Permalink

    A lot of people are talking about using commands and whatever. We actually want a gamerule to easily set the name tags and not worry later about adding more people in teams, adding data packs, or creating resource packs. We just want to disable player labels and that's it.