From c4559379b40ac365954ac57e2631f5aba1075c57 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Wed, 29 Nov 2023 03:21:20 +0100 Subject: [PATCH] Fix ops name color --- nixos-configurations/server/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-configurations/server/default.nix b/nixos-configurations/server/default.nix index 17a92d9..74f92a5 100644 --- a/nixos-configurations/server/default.nix +++ b/nixos-configurations/server/default.nix @@ -88,9 +88,9 @@ }; }; "plugins/Essentials/config.yml".value = { - ops-name-color = "7"; + ops-name-color = "none"; chat = { - format = "{PREFIX}{USERNAME}&8: {SUFFIX}{MESSAGE}"; + format = "{PREFIX}&f{USERNAME}&8: {SUFFIX}{MESSAGE}"; }; }; };