···11+using System.Collections.Generic;
12using System.ComponentModel;
23using System.ComponentModel.DataAnnotations;
34using Vintagestory.API.Client;
···1112 public bool ShowSymbols = false;
1213 [Description("Make warnings use a bright background with dark text.")]
1314 public bool InvertedWarnings = false;
1515+ [Description("Which types of captions to ignore. Normal tags are \"player\", \"ambient\", \"warning\", and \"notice\".")]
1616+ public List<string> IgnoredTags = [];
1417 [Description("How long to persist captions after the sound stops.")]
1518 [Range(0, 10)]
1619 public float Duration = 4.0f;
···3033 [Description("Set the height of each caption line in pixels.")]
3134 [Category("Position/Size")]
3235 [Range(16, 64)]
3333- public int Height = 34;
3636+ public int Height = 36;
3437 [Description("Set the padding between the captions box and the screen edges in pixels.")]
3538 [Category("Position/Size")]
3639 [Range(0, 64)]