Commit Graph
4 Commits
Author SHA1 Message Date
Johannes Dewender d6b2cf3a0d more detailed player inspect + list multiple
List all the main player information:
position, dimension, spawnposition
health, foodLevel, Level. XP, gametype

If a players directory is given, all players in there are listed.

If a file is given, list only this player.

You can also give a directory and a player name:

python playerInspect.py [ file | dir [playername] ]
2012-03-27 03:41:14 +02:00
Johannes Dewender 122eaee37d add bed marker icon from faithful pack
Taken from the Faithful 32 texture pack:
http://www.minecraftforum.net/viewtopic.php?f=25&t=77442
2012-03-27 03:04:09 +02:00
Johannes Dewender 779b38f2a3 use avatars for player markers
Avatars are taken from scripts at overviewer.org

Do we need caching here?
2012-03-27 03:02:52 +02:00
Johannes Dewender 25fcd5e8bb generate player POI out of players dat files
The new ids are called "Player" and "PlayerSpawn".
EntityId is the name of the player.
Everything from the player dat is available in the poi filters.

The Player position is the position on last logout.
2012-03-27 03:00:59 +02:00