mirror of
https://github.com/plexusorg/Plex.git
synced 2024-11-17 09:06:12 +00:00
13 lines
468 B
YAML
13 lines
468 B
YAML
|
# Plex Indefinite Bans File
|
||
|
# Players with their UUID / IP / Usernames in here will be indefinitely banned until removed
|
||
|
|
||
|
# List of permanently banned UUIDs
|
||
|
# If you want to get someone's UUID, use https://api.ashcon.app/mojang/v2/user/<username>
|
||
|
uuids: []
|
||
|
|
||
|
# List of permanently banned IP addresses
|
||
|
ips: []
|
||
|
|
||
|
# List of permanently banned UUIDs
|
||
|
# If you want to get someone's username, use https://api.ashcon.app/mojang/v2/user/<uuid>, or just remember it
|
||
|
usernames: []
|