We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619de04 commit b4e567fCopy full SHA for b4e567f
SerpentsHand/PluginConfig.cs
@@ -17,7 +17,7 @@ public class PluginConfig : AbstractConfigSection
17
public float Health { get; set; } = 120;
18
19
[Description("The Role Name that is displayed when you look at the Player")]
20
- public string CustomRoleName { get; set; } = "<color=green>SerpentsHand</color>";
+ public string CustomRoleName { get; set; } = "SerpentsHand";
21
22
[Description("The chance that a SerpentsHand Squad spawns instead of a Chaos")]
23
public float SpawnChance { get; set; } = 50f;
0 commit comments