Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 366 Bytes

File metadata and controls

27 lines (19 loc) · 366 Bytes

LASVCPlugin Document

Config

All configs are in ENV

PlayerAuthURL

description: A URL to verify whether the player is on the server's whitelist
example: https://127.0.0.1:2000/test_user

USE API

PlayerAuthURL

request (the data in Query Parameters)

{
  "uuid": "string",
  "originalServer": "string"
}

response

boolean