-
Notifications
You must be signed in to change notification settings - Fork 0
Offline player
Jenya705 edited this page Oct 10, 2021
·
2 revisions
Offline player object represents offline player (can be online player because it is superclass of player)
Field name | Field description |
---|---|
name | Player name |
online | Is player online |
uuid | Player uuid |
Field name | Field description |
---|---|
ban(reason) | Bans a player |
equals to online player id
- @l - all offline and online players which are linked with bot requesting selector
- default - equals to offline player id
{
"name": "Jenya705",
"uuid": "ca78e928-484b-36ff-bc1e-ade3e86597df"
}