Object
Player
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
maturity
date
Until the time
reason
obj
Reason
ja_jp
/zh_tw
/ko_kr
/en_us
Player Online
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
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
最后更新于