diff --git a/README.md b/README.md index dfb21d4..484f1a4 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ After installation and initial run of the plugin, a configuration file will be c ### Set All Player Models Alpha **This will set the model alpha value for all connected player models** -Type `css_modelalpha ` in console (server or client) +Type `css_setmodelalpha ` in console (server or client) -Type `!modelalpha ` in chat +Type `!setmodelalpha ` in chat `` must be a number between 1 and 255 \ No newline at end of file diff --git a/src/Commands/ColorCommands.cs b/src/Commands/ColorCommands.cs index 16bd615..8eb6f57 100644 --- a/src/Commands/ColorCommands.cs +++ b/src/Commands/ColorCommands.cs @@ -9,7 +9,7 @@ namespace ImperfectModels public partial class ImperfectModels { // Command for changing all players model alpha (transparency) - [ConsoleCommand("css_modelalpha", "Changes the alpha of all player models")] + [ConsoleCommand("css_setmodelalpha", "Set the alpha of all player models")] [CommandHelper(minArgs: 1, usage: "", whoCanExecute: CommandUsage.CLIENT_AND_SERVER)] [RequiresPermissions("@css/root")] public void ChangeModelAlphaCommand(CCSPlayerController? player, CommandInfo commandInfo)