From 73898673f63feb408873e0638789d9c47c2b9859 Mon Sep 17 00:00:00 2001 From: Brettflan Date: Wed, 16 May 2012 23:06:16 -0500 Subject: [PATCH] Release 1.6.8 - one final minor detail, default position for Spout territory faction display is now in upper left since Spoutcraft client now has minimap in upper right --- src/com/massivecraft/factions/Conf.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/massivecraft/factions/Conf.java b/src/com/massivecraft/factions/Conf.java index 60fb3204..e77895ae 100644 --- a/src/com/massivecraft/factions/Conf.java +++ b/src/com/massivecraft/factions/Conf.java @@ -221,7 +221,7 @@ public class Conf public static boolean spoutFactionTitlesOverNames = true; // whether to include player's title in that public static boolean spoutFactionAdminCapes = true; // Show capes on faction admins, colored based on the viewer's relation to the target player public static boolean spoutFactionModeratorCapes = true; // same, but for faction moderators - public static int spoutTerritoryDisplayPosition = 3; // permanent territory display, instead of by chat; 0 = disabled, 1 = top left, 2 = top center, 3+ = top right + public static int spoutTerritoryDisplayPosition = 1; // permanent territory display, instead of by chat; 0 = disabled, 1 = top left, 2 = top center, 3+ = top right public static float spoutTerritoryDisplaySize = 1.0f; // text scale (size) for territory display public static boolean spoutTerritoryDisplayShowDescription = true; // whether to show the faction description, not just the faction tag public static boolean spoutTerritoryOwnersShow = true; // show territory owner list as well