From 2aa51a478112cb3ff9b7a1528fdc4552ace49fff Mon Sep 17 00:00:00 2001 From: Brettflan Date: Fri, 16 Sep 2011 01:50:25 -0500 Subject: [PATCH] Added some quick and dirty fix notes for people who get a specific chat formatting error --- .../massivecraft/factions/listeners/FactionsPlayerListener.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/com/massivecraft/factions/listeners/FactionsPlayerListener.java b/src/com/massivecraft/factions/listeners/FactionsPlayerListener.java index ca7d67a4..cd66a0fc 100644 --- a/src/com/massivecraft/factions/listeners/FactionsPlayerListener.java +++ b/src/com/massivecraft/factions/listeners/FactionsPlayerListener.java @@ -107,6 +107,8 @@ public class FactionsPlayerListener extends PlayerListener{ Factions.log(Level.SEVERE, "Critical error in chat message formatting! Complete format string: "+yourFormat); Factions.log(Level.SEVERE, "First half of event.getFormat() string: "+formatStart); Factions.log(Level.SEVERE, "Second half of event.getFormat() string: "+formatEnd); + Factions.log(Level.SEVERE, "NOTE: To fix this quickly, running this command should work: f config chatTagInsertIndex 0"); + Factions.log(Level.SEVERE, "For a more proper fix, please read the chat configuration notes on the configuration page of the Factions user guide."); ex.printStackTrace(); return; }