Add in optional relcolor parsing. Since it rarely may break other advanced chat plugins it can be opted out from in the mconf. Enabled by default.

This commit is contained in:
Olof Larsson
2013-08-21 09:51:43 +02:00
parent faa61345df
commit a71b3a19f3
3 changed files with 67 additions and 2 deletions

View File

@ -74,6 +74,7 @@ public class MConf extends Entity<MConf>
// We offer a simple standard way to parse the chat tags
public boolean chatParseTags = true;
public EventPriority chatParseTagsAt = EventPriority.LOW;
public boolean chatParseRelcolor = true;
// HeroChat: The Faction Channel
public String herochatFactionName = "Faction";