Blacklisted Names & Misc changes to setup for new revamp
This commit is contained in:
@@ -70,6 +70,7 @@ public class Conf {
|
||||
public static boolean chatTagEnabled = true;
|
||||
public static transient boolean chatTagHandledByAnotherPlugin = false;
|
||||
public static boolean chatTagRelationColored = true;
|
||||
public static List<String> blacklistedFactionNames = new ArrayList<>();
|
||||
public static String chatTagReplaceString = "[FACTION]";
|
||||
public static String chatTagInsertAfterString = "";
|
||||
public static String chatTagInsertBeforeString = "";
|
||||
@@ -378,6 +379,8 @@ public class Conf {
|
||||
static {
|
||||
baseCommandAliases.add("f");
|
||||
|
||||
blacklistedFactionNames.add("somenamehere");
|
||||
|
||||
territoryEnemyDenyCommands.add("home");
|
||||
territoryEnemyDenyCommands.add("sethome");
|
||||
territoryEnemyDenyCommands.add("spawn");
|
||||
|
||||
Reference in New Issue
Block a user