Skip to content

SVA-su/Minecraft-Avatar-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Avatar On PHP-8.0+

  • Up 8.0 php version.
  • Down 8.0 php version.

Examples:

Usage:

# The avatar of the head of the player USERNAME
https://example.com/users/face.php?u=USERNAME

# The avatar of the head of the player USERNAME is displayed with the specified exchange of 100
https://example.com/users/face.php?u=USERNAME&s=100

# USERNAME player's head avatar is displayed from the back side
https://example.com/users/face.php?u=USERNAME&v=f

More details:

Keys Description Example
&u Username of Minecraft player. &u=AgeraFly
&s Input image size.
Min 8, Max 250.
&s=250
&v What side will the avatar look.
Front, Left, Right, Back
f, l, r, b
&v=b

Information:

This script has been rewritten by the SVA.su! project team.
This is script Forked.