Object

Player

Example
{
    "id": 1,
    "uuid": "63c09d08-a16d-4923-88fc-91df490c9e3b",
    "name": "xuancat0208",
    "nick": "XUAN",
    "phone": true,
    "admin": true,
    "staff": true,
    "register": 1611722322000,
    "update": 1611229344000,
    "discord": 455305052416901100,
    "group": 1043834668207841332,
    "ban": {
        "maturity": 1676303999000,
        "reason": "TEST"
    },
    "online": {
        "world": "5bce8385-5014-4f5d-84bc-395fa49f98e1",
        "x": -28381.43335310051,
        "y": 69.4,
        "z": 18663.27311898864,
        "yaw": -179.85,
        "pitch": 6.74951,
        "ping": 26,
        "mode": "creative"
    }
}
Name
Type
Description

id

int

The unique number given by the service

uuid

uuid

Game's Universal Unique Identification Code

name

str

Name

nick

str

Nickname

May be the same as the name

phone

bool

Certified Phone

admin

bool

It is a administrator

staff

bool

It is a staff

register

date

Registration Time

update

date

Update Time Time for now may be expressed as online in

discord

long?

Link Discord

group

long?

Now on Discord Group Voice Channel Not a text channel

ban

obj?

Blocking status

online

obj?

Online Status

Player Blocking

Example
{
    "maturity": 1676303999000,
    "reason": {
       "zh_tw": "測試中",
       "ja_jp": "テスト中...",
       "ko_kr": "테스트 중...",
       "en_us": "Testing..."
   }
}
Name
Type
Description

maturity

date

Until the time

reason

obj

Reason ja_jp/zh_tw/ko_kr/en_us

Player Online

Example
{
    "world": "5bce8385-5014-4f5d-84bc-395fa49f98e1",
    "x": -28381.43335310051,
    "y": 69.4,
    "z": 18663.27311898864,
    "yaw": -179.85,
    "pitch": 6.74951,
    "ping": 26,
    "mode": "creative"
}
Name
Type
Description

world

uuid

Game's Universal Unique Identification Code

x

double

Seat position X

y

double

Seat position Y

z

double

Seat position Z

yaw

float

Head rotation

pitch

float

Head pitch

ping

int

Network Delay Milliseconds

mode

enum

Game Mode survival/creative/adventure/spectator

lang

enum

Language Type ja_jp/zh_tw/ko_kr/en_us

World

Example
{
    "id": 42,
    "uuid": "5d48ba11-c63e-4c30-bc71-064767de78ea",
    "name": "shunt_2",
    "use": "vanilla",
    "server": "shunt_2",
    "count": 4,
    "tps": [
        19.99999890400006,
        19.999999670533338,
        19.99999827940015
    ]
}
Name
Type
Description

id

int

The unique number given by the service

uuid

uuid

Game's Universal Unique Identification Code

name

str

Name

use

enum

Uses shunt/hall/vanilla/nether/the_end/hide

server

str

Server Code

count

int

Number of players

tps

array

Stability consisting of 3 double

1, 5 and 15 minutes respectively

TPS

A stability reference Although the range is 20~0, it may be slightly more than 20 If the server can run 20 times in 1 second, the TPS is 20 That is, the calculation must be completed within 50 milliseconds each time Any value less than 19.999 means it is overloaded

Example
[
    19.99999890400006,
    19.999999670533338,
    19.99999827940015
]

最后更新于