diff --git a/src/main/resources/indefbans.yml b/src/main/resources/indefbans.yml index f1c200f..2d2ce08 100644 --- a/src/main/resources/indefbans.yml +++ b/src/main/resources/indefbans.yml @@ -4,10 +4,18 @@ # If you want to get someone's UUID, use https://api.ashcon.app/mojang/v2/user/ griefers: users: - - "Taahh" - - "Telesphoreo" - uuids: [] - ips: [] -0: + - "badplayer123" + - "badplayer321" + uuids: + - 1dac0e92-f565-4479-afd5-38c7df5f9732 # badplayer123 + ips: + - 123.123.123.123 + +# Note that these keys can be anything, they are simply to help you keep things organized. +# They are not used within the plugin. Duplicate keys are not allowed, and will not work. +bypassers: users: - - "videogamesm12" \ No newline at end of file + - "bypasser1" + ips: + - 321.321.321.321 + - 169.254.1.2 \ No newline at end of file