Add an option to disable faction only chat

This commit is contained in:
Elias Woods
2011-09-10 00:26:15 -04:00
parent 120039b07f
commit a5a0125195
2 changed files with 8 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ public class Conf {
// Disallow joining/leaving/kicking while power is negative
public static boolean CanLeaveWithNegativePower = true;
// Configuration for faction-only chat
public static boolean factionOnlyChat = true;
// Configuration on the Faction tag in chat messages.
public static boolean chatTagEnabled = true;
public static transient boolean chatTagHandledByAnotherPlugin = false;