From 02df46c55389ff008dd552685c40da9f3151a4fe Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Mon, 28 Feb 2022 01:20:35 -0600 Subject: [PATCH] Add examples --- src/main/resources/indefbans.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/resources/indefbans.yml b/src/main/resources/indefbans.yml index 534c8c3..0779c1f 100644 --- a/src/main/resources/indefbans.yml +++ b/src/main/resources/indefbans.yml @@ -3,11 +3,14 @@ # List of permanently banned UUIDs # If you want to get someone's UUID, use https://api.ashcon.app/mojang/v2/user/ -uuids: [] +uuids: + - 1dac0e92-f565-4479-afd5-38c7df5f9732 # badplayer123 # List of permanently banned IP addresses -ips: [] +ips: + - 169.254.69.69 # List of permanently banned UUIDs # If you want to get someone's username, use https://api.ashcon.app/mojang/v2/user/, or just remember it -usernames: [] \ No newline at end of file +usernames: + - badplayer123 \ No newline at end of file