I'd really like Mojang to add name tags, since it would help a lot of map makers like, for example, Hypixel or Sethbling.
To make marking players to certain teams on a map (for example, 4 players in the red team, 4 players in the blue team) easier, Mojang can add name tags available for command blocks.
You can already use stuff like that:
@a[x=5,y=1,z=-15,r=5]
to mark the red team for example (if they're on their base 15 blocks away from 5,1,-15). How about they make this easier:
@a[nt=red] (NT stands for NameTag)
Then, instead of using lots of tags, you can just mark the red team, no matter where they are.
To mark players:
/mark >PLAYERNAME< >NAMETAG<
For example:
/mark @a[r=15] Red
Thank you for the feedback guys! I really wish this idea becomes true, because I like making custom maps and this would help me LOTS! Please spread the word!
To make marking players to certain teams on a map (for example, 4 players in the red team, 4 players in the blue team) easier, Mojang can add name tags available for command blocks.
You can already use stuff like that:
@a[x=5,y=1,z=-15,r=5]
to mark the red team for example (if they're on their base 15 blocks away from 5,1,-15). How about they make this easier:
@a[nt=red] (NT stands for NameTag)
Then, instead of using lots of tags, you can just mark the red team, no matter where they are.
To mark players:
/mark >PLAYERNAME< >NAMETAG<
For example:
/mark @a[r=15] Red
Please support.