Default faction tag rules are now more permissive

This commit is contained in:
Olof Larsson 2011-02-13 16:37:21 +01:00
parent 09bc3df841
commit fb1305f97a
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ public class Conf {
public static String prefixMod = "*";
public static int factionTagLengthMin = 3;
public static int factionTagLengthMax = 3;
public static boolean factionTagForceUpperCase = true;
public static int factionTagLengthMax = 10;
public static boolean factionTagForceUpperCase = false;
// Configuration on the Faction tag in chat messages.