New conf.json settings "showNeutralFactionsOnMap" and "showEnemyFactionsOnMap" (both default to true) which, if disabled, will hide neutral and enemy factions on the faction map. However, if a player is standing inside territory claimed by a neutral or enemy faction, all of that faction's nearby claims will be shown on the faction map regardless.

This commit is contained in:
Brettflan
2011-08-01 19:59:48 -05:00
parent ad2bb5f4d0
commit f38651ca94
3 changed files with 24 additions and 3 deletions

View File

@@ -40,6 +40,8 @@ public class Conf {
public static boolean newFactionsDefaultOpen = true;
public static boolean showMapFactionKey = true;
public static boolean showNeutralFactionsOnMap = true;
public static boolean showEnemyFactionsOnMap = true;
// Disallow joining/leaving/kicking while power is negative
public static boolean CanLeaveWithNegativePower = true;