Contains useful functions for integrating a PHP app with Minecraft data.
Here are some key features of "Minecraft Class":
· Login user
· Get user skin
· Render skin
· Check if user is premium
· Special function to keep session alive
What's New in This Release: [ read full changelog ]
· The custom_skin variable was renamed to player_skin in the signin function.
· The get_skin function was rewritten to check if the player specified has a premium account before returning either the url to the custom skin or the default skin.
· Code optimizations.
· Updated documentation.