sender.sendMessage(config.pmColor + ChatUtil.toColoredName(receiver, config.pmColor) + " is afk. "
+ "They might not see your message."
+ (status.trim().length() == 0 ? "" : " (" + status + ")"));
}
receiver.sendMessage(config.pmColor + "(From "
+ ChatUtil.toColoredName(sender, config.pmColor) + "): "
+ config.pmTextColor + message);
sender.sendMessage(config.pmColor + "(To "
+ ChatUtil.toColoredName(receiver, config.pmColor) + "): "