Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 991 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 991 Bytes

Beeresieb

travis.ci

A Minecraft uuid-base whitelist system for Custom REST API

Features

  • 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

API Response for Beeresieb

  • 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 and verified in api server to join