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

35 lines
647 B
Markdown

# Gojang
Mojang API library
[Reference](https://wiki.vg/Mojang_API)
## API Implementation
- [x] Status
- [x] Username -> UUID
- [x] UUID -> Name History
- [x] Playernames -> UUIDs
- [ ] UUID -> Profile + Skin/Cape
- [ ] Change Skin
- [ ] Upload Skin
- [ ] Reset Skin
- [ ] Security question-answer flow
- [ ] Blocked Servers
- [ ] Statistics
## Protocol Implementation
- [x] Ping
- [x] Query
## Example
[Example File](_example/main.go)
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>`