Project

mojang_api

0.0
No commit activity in last 3 years
No release in over 3 years
Get Mojang profile information coming from a username or a UUID. Will also read in whitelist data and output whitelists in pre-1.7 and 1.7+ formats.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
>= 0
~> 10.0

Runtime

 Project Readme

MojangApi

A quick ruby gem for utilizing the Mojang Profile/UUID api and managing multiple versions of whitelists.

Usage

MojangApi.get_profile_from_name('downslope7')

MojangApi.get_profile_from_uuid('8cf6171562164903bb03e9653c4eba15')

MojangApi.get_profiles_from_name_list(['notch','Dinnerbone', 'Djinnibone', 'downslope7'])