Added option to not display confirmations for chat commands
This commit is contained in:
@@ -78,6 +78,14 @@ public class PluginConfiguration : IPluginConfiguration, ISavable
|
||||
|
||||
public EditorConfigurationEntries EditorConfiguration { get; set; } = new();
|
||||
|
||||
[Serializable]
|
||||
public class CommandSettingsEntries
|
||||
{
|
||||
public bool PrintSuccessMessages { get; set; } = true;
|
||||
}
|
||||
|
||||
public CommandSettingsEntries CommandSettings { get; set; } = new();
|
||||
|
||||
[JsonIgnore]
|
||||
private readonly SaveService _saveService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user