}
// replacing stuff...
// Player info
String playerPrefix = FunctionHelper.formatColors(FunctionHelper.getPlayerPrefixSuffix(new UserIdent(event.player), false));
String playerSuffix = FunctionHelper.formatColors(FunctionHelper.getPlayerPrefixSuffix(new UserIdent(event.player), true));
String groupPrefix = FunctionHelper.formatColors(FunctionHelper.getPlayerGroupPrefixSuffix(new UserIdent(event.player), false));
String groupSuffix = FunctionHelper.formatColors(FunctionHelper.getPlayerGroupPrefixSuffix(new UserIdent(event.player), true));
String zoneID = APIRegistry.perms.getZonesAt(new WorldPoint(event.player)).get(0).getName();
String rank = "";
// It may be beneficial to make this a public function. -RlonRyan
String format = ConfigChat.chatFormat;