mcaselector icon indicating copy to clipboard operation
mcaselector copied to clipboard

[Feature Request] Ability to see player locations (if the world folder is read rather than region)

Open DereC4 opened this issue 4 years ago • 1 comments
trafficstars

Just a head thumbnail of each player at their location to mark where they currently are (allows for a more interesting map for serverowners to show their players)

Of course this should be toggleable in settings because it will obviously take longer to load in all the players.

Here are three tools you could use to get player head icon based on their username or UUID (that way you can simply read the playerdata file name maybe)

https://minotar.net/ https://cravatar.eu/ https://crafatar.com/

DereC4 avatar Mar 08 '21 05:03 DereC4

This sounds interesting, but is only really possible to do in real-time with single player worlds (which then again is pointless). The problem is that the player's location is saved inside their file, not in the file name, so it will have to parse all player files before starting to display their locations.

Querz avatar Mar 31 '21 14:03 Querz