Skip to content

Commit

Permalink
6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
terminator97 committed Apr 28, 2024
1 parent cf8e80b commit cb5604d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <player / id / userid> <color/None> | scputils.playersetcolor | Change player color |
| scputils_set_color | <player / id / userid> <color/None> | scputils.playersetcolor + scputils.rainbowtag | Change player color |
| scputils_set_name | <player / id / userid> <name/None> | scputils.playersetname | Change player name, changes take effects next round/rejoin |
| scputils_set_badge | <player / id / userid> <badge name> <duration in minutes> | scputils.handlebadges | Add a temp player badge |
| scputils_revoke_badge | <player / id / userid> | scputils.handlebadges | Revoke a badge given to a player |
Expand Down
1 change: 1 addition & 0 deletions SCPUtils/Translations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ public class Translations : ITranslation
public string SetcolorRainbowdisabled { get; private set; } = "<color=red>Random/Rainbow roles are disabled by server owner!</color>";

public string SetcolorGlobalbadge { get; private set; } = "<color=red>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</color>";

public string SetcolorRestrictedcolor { get; private set; } = "<color=red>This color has been restricted by server owner, please use another color!</color>";

public string SetcolorRainbow { get; private set; } = "rainbow";
Expand Down

0 comments on commit cb5604d

Please sign in to comment.