From c89cba24740b27ae3897db643fa289dcb6e7c020 Mon Sep 17 00:00:00 2001 From: Aust1n46 Date: Mon, 4 May 2020 23:43:46 -0400 Subject: [PATCH] Disable BungeeCord messaging by default --- MineverseChat/config.yml | 2 +- MineverseChat/defaultconfig.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MineverseChat/config.yml b/MineverseChat/config.yml index 7b48f86..bc0d95d 100644 --- a/MineverseChat/config.yml +++ b/MineverseChat/config.yml @@ -99,7 +99,7 @@ unmuteinterval: 60 tellcolor: white # Enables or disabled BungeeCord messaging -bungeecordmessaging: true +bungeecordmessaging: false # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online vanishsupport: true diff --git a/MineverseChat/defaultconfig.yml b/MineverseChat/defaultconfig.yml index 78335dd..dd91c69 100644 --- a/MineverseChat/defaultconfig.yml +++ b/MineverseChat/defaultconfig.yml @@ -97,7 +97,7 @@ unmuteinterval: 60 tellcolor: white # Enables or disabled BungeeCord messaging -bungeecordmessaging: true +bungeecordmessaging: false # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online vanishsupport: true