diff --git a/README.md b/README.md index 283d774..4982c3f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ You can see settings and edit them inside Exiled/port-config.yml file(example Ex | scputils_player_list | minimun percentage | scputils.playerlist | List all players with a percetage equal or higher of quits/suicides | | scputils_player_reset | player / id / userid | scputils.playerreset | Reset warns,suicides,bans,kick and games played stats | | scputils_player_reset_preferences | player / id / userid | scputils.playerresetpreferences | Reset nickname,badge color,show badge preference | -| scputils_set_color | | scputils.playersetcolor | Change player color | +| scputils_set_color | | scputils.playersetcolor + scputils.rainbowtag | Change player color | | scputils_set_name | | scputils.playersetname | Change player name, changes take effects next round/rejoin | | scputils_set_badge | | scputils.handlebadges | Add a temp player badge | | scputils_revoke_badge | | scputils.handlebadges | Revoke a badge given to a player | diff --git a/SCPUtils/Translations.cs b/SCPUtils/Translations.cs index 70215d1..83ac4da 100644 --- a/SCPUtils/Translations.cs +++ b/SCPUtils/Translations.cs @@ -564,6 +564,7 @@ public class Translations : ITranslation public string SetcolorRainbowdisabled { get; private set; } = "Random/Rainbow roles are disabled by server owner!"; public string SetcolorGlobalbadge { get; private set; } = "This user has a global badge, as VSR rules you cannot change global badge colors, if you have a local badge please set it and try using this command again"; + public string SetcolorRestrictedcolor { get; private set; } = "This color has been restricted by server owner, please use another color!"; public string SetcolorRainbow { get; private set; } = "rainbow";