From 89199eb5809906b2dc4ffda146c5e10be7713139 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sat, 5 Mar 2022 19:56:46 -0600 Subject: [PATCH] Let's not make ourselves permbanned by default --- src/main/resources/indefbans.yml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) 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