nolte / ansible-minecraft

Ansible role for provisioning a vanilla Minecraft server, forked devops-coop/minecraft/
https://galaxy.ansible.com/nolte/minecraft/
Apache License 2.0
20 stars 11 forks source link

Batch usernames in get_uuid #124

Closed bl1nk closed 3 years ago

bl1nk commented 3 years ago

Hello again.

The usernames passed into get_uuids() have to be sent in batches of 10. The API at MINECRAFT_API_URL accepts a maximum of 10 usernames per request.