Fix ops name color

This commit is contained in:
thiloho
2023-11-29 03:21:20 +01:00
parent f624844808
commit c4559379b4

View File

@@ -88,9 +88,9 @@
}; };
}; };
"plugins/Essentials/config.yml".value = { "plugins/Essentials/config.yml".value = {
ops-name-color = "7"; ops-name-color = "none";
chat = { chat = {
format = "{PREFIX}{USERNAME}&8: {SUFFIX}{MESSAGE}"; format = "{PREFIX}&f{USERNAME}&8: {SUFFIX}{MESSAGE}";
}; };
}; };
}; };