Wanting to make a list of player names in a listtag have the prefix of player: in them.
This is going to be used for one of my command tab completions, so that it can recognize it as an optional argument in the command.
So I need to somehow get <server.online_players.parse[name]> to have player: infront of every entry. I could forloop the entire entry of players and build a new list htis way, but I'd much rather have things done in one line and if there already exists a tag relevant for this in some regard.