gojang/README.md
jolheiser 0b9ad1172c
Add Query implementation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-08-06 13:10:07 -05:00

647 B

Gojang

Mojang API library

Reference

API Implementation

  • Status
  • Username -> UUID
  • UUID -> Name History
  • Playernames -> UUIDs
  • UUID -> Profile + Skin/Cape
  • Change Skin
  • Upload Skin
  • Reset Skin
  • Security question-answer flow
  • Blocked Servers
  • Statistics

Protocol Implementation

  • Ping
  • Query

Example

Example File

Name History
go run _example/main.go --username <your username>

If you only know what their username was at a specific time
go run _example/main.go --username <your username> --at <01-02-2006>