A Minecraft uuid-base whitelist system for Custom REST API
- Main API and Failsafe API supported
- Dead man's switch function
- If main and failsafe api all dead, plugin do allow/deny arbitrarily by config
- allowed response format is
{ "uuid": :uuid_string, "verified": :bool }
- if there is no player exist, response with
{ "uuid": "00000000000000000000000000000000", "verified": :bool }
- because nil uuid is a 128 bits zero. see the RFC 4122 reference.
- or just return
404 Not Found
Status code.
verified
field for user's e-mail verification check or something for your api.- the players must have
exist in api server
andverified in api server
to join