Skip to content

A Minecraft uuid-base whitelist system for Custom REST API

License

Notifications You must be signed in to change notification settings

Nachtbeere/Beeresieb

Repository files navigation

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

About

A Minecraft uuid-base whitelist system for Custom REST API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages