From 7da0770b586dbc47a8888e8f683d1352114d2051 Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Sun, 3 Aug 2025 13:10:26 +0300 Subject: [PATCH] disable mute commands in CarbonChat before the change, CarbonChat mute command overrided LibertyBans mute command, player could not execute it --- src/plugins/CarbonChat/command-settings.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/CarbonChat/command-settings.conf b/src/plugins/CarbonChat/command-settings.conf index 804dfb5..381f0fb 100644 --- a/src/plugins/CarbonChat/command-settings.conf +++ b/src/plugins/CarbonChat/command-settings.conf @@ -43,7 +43,7 @@ settings { ] } "carbon:unmute" { - enabled=true + enabled=false name=unmute aliases=[] } @@ -100,7 +100,7 @@ settings { ] } "carbon:muteinfo" { - enabled=true + enabled=false name=muteinfo aliases=[ muted @@ -114,7 +114,7 @@ settings { ] } "carbon:mute" { - enabled=true + enabled=false name=mute aliases=[] }