m0r13 / mclogalyzer

Minecraft Server Log Analyzer
GNU General Public License v3.0
44 stars 20 forks source link

Added skin avatars for Players. #3

Open greggubben opened 10 years ago

greggubben commented 10 years ago

I found a site that will create images from user's skins. I added the images to the Player's pages.

m0r13 commented 10 years ago

Very good idea too!

Though I would rather host the image creation script I am also using for mapcrafter-playermarkers directly on mapcrafter.org. Users with Mapcrafter maps and player markers could also use that hosted script instead of setting up their own one (if that is too much effort for them). Also I think maybe it would be a bit better to show only the heads of the players on the player list.

I will merge your changes, set up my own script and maybe adjust some small things.

greggubben commented 10 years ago

If you have a hosted image creation script that would great. Then you can get metrics on how often this script is used. :-) Good idea about using the heads for the player page.

BTW: I like the improvements you made to the death counts.

m0r13 commented 9 years ago

Sorry it took some time, but I finally managed to implement the player avatars! ;)

I wrote a small Django app to generate the player head/body avatars (minavatars) which I host on mapcrafter.org, and integrated them into the template.html file.

arsenyspb commented 6 years ago

Hi @m0r13 I'm new to the wonderful world of mapcrafter.org so I might not be up to speed, but looks like the latest template.html 49cd072 uses the following: <img class="avatar" src="http://avatars.mapcrafter.org/head/{{ user.username }}/4" /> ...however the host there responds with: 502 Bad Gateway nginx/1.6.2 Could you may be help by checking the service?..

arsenyspb commented 4 years ago

Hey @m0r13 any chance you can look at the "Bad Gateway" above?.. thanks