From 9251481cf5a24d86b0c115402fafcbc9875b1dcc Mon Sep 17 00:00:00 2001 From: Mikhail Reznichenko Date: Fri, 16 Aug 2024 22:04:47 +0300 Subject: [PATCH] fixed help --- Commands/CustomHelp.cs | 2 +- Config.cs | 3 ++- VeryUsualDay.cs | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Commands/CustomHelp.cs b/Commands/CustomHelp.cs index 856e8c6..4f2f4f3 100644 --- a/Commands/CustomHelp.cs +++ b/Commands/CustomHelp.cs @@ -7,7 +7,7 @@ namespace VeryUsualDay.Commands [CommandHandler(typeof(ClientCommandHandler))] public class CustomHelp : ICommand { - public string Command => "help"; + public string Command => "hhelp"; public string[] Aliases => new[] { "hhelp", "help" }; public string Description => "Описание команд."; diff --git a/Config.cs b/Config.cs index ebc7ac0..f03c8df 100644 --- a/Config.cs +++ b/Config.cs @@ -869,7 +869,8 @@ public class Config : IConfig DamageType.E11Sr }; - public string CustomHelp { get; set; } = @"---------------FOUNDATION-X--------------- + public string CustomHelp { get; set; } = @" + ---------------FOUNDATION-X--------------- ВСЕ КОМАНДЫ ВВОДЯТСЯ В КОНСОЛЬ НА [`] ИЛИ [~] С ТОЧКОЙ (ПРИМЕР - .help) [help] - Это сообщение. [classd] - Встать в очередь на спавн за Испытуемого. Доступно в башне. diff --git a/VeryUsualDay.cs b/VeryUsualDay.cs index 7e61652..9171f9c 100644 --- a/VeryUsualDay.cs +++ b/VeryUsualDay.cs @@ -28,7 +28,7 @@ public class VeryUsualDay : Plugin public override string Author => "JustMarfix"; public override string Name => "VeryUsualDay (FX Version)"; - public override Version Version => new Version(4, 5, 0); + public override Version Version => new Version(4, 5, 1); public bool IsEnabledInRound { get; set; } public bool IsLunchtimeActive { get; set; }