this->sendMessage(player,Jupiter::StringS::Format("You were permanently muted on this server on %s for: %.*s",timeStr,last_to_expire[1]->reason.size(),last_to_expire[1]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You were permanently muted from %.*s on %s for: %.*s",ban_from_str.size(),ban_from_str.ptr(),timeStr,last_to_expire[1]->reason.size(),last_to_expire[1]->reason.ptr()));
else
else
this->sendMessage(player,Jupiter::StringS::Format("You are muted on this server until %s for: %.*s",timeStr,last_to_expire[1]->reason.size(),last_to_expire[1]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You are muted from %.*s until %s for: %.*s",ban_from_str.size(),ban_from_str.ptr(),timeStr,last_to_expire[1]->reason.size(),last_to_expire[1]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You were permanently bot-muted on this server on %s for: %.*s",timeStr,last_to_expire[2]->reason.size(),last_to_expire[2]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You were permanently bot-muted from %.*s on %s for: %.*s",ban_from_str.size(),ban_from_str.ptr(),timeStr,last_to_expire[2]->reason.size(),last_to_expire[2]->reason.ptr()));
else
else
this->sendMessage(player,Jupiter::StringS::Format("You are bot-muted on this server until %s for: %.*s",timeStr,last_to_expire[2]->reason.size(),last_to_expire[2]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You are bot-muted from %.*s until %s for: %.*s",ban_from_str.size(),ban_from_str.ptr(),timeStr,last_to_expire[2]->reason.size(),last_to_expire[2]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You were permanently vote-muted on this server on %s for: %.*s",timeStr,last_to_expire[3]->reason.size(),last_to_expire[3]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You were permanently vote-muted from %.*s on %s for: %.*s",ban_from_str.size(),ban_from_str.ptr(),timeStr,last_to_expire[3]->reason.size(),last_to_expire[3]->reason.ptr()));
else
else
this->sendMessage(player,Jupiter::StringS::Format("You are vote-muted on this server until %s for: %.*s",timeStr,last_to_expire[3]->reason.size(),last_to_expire[3]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You are vote-muted from %.*s until %s for: %.*s",ban_from_str.size(),ban_from_str.ptr(),timeStr,last_to_expire[3]->reason.size(),last_to_expire[3]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You were permanently mine-banned on this server on %s for: %.*s",timeStr,last_to_expire[4]->reason.size(),last_to_expire[4]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You were permanently mine-banned from %.*s on %s for: %.*s",ban_from_str.size(),ban_from_str.ptr(),timeStr,last_to_expire[4]->reason.size(),last_to_expire[4]->reason.ptr()));
else
else
this->sendMessage(player,Jupiter::StringS::Format("You are mine-banned on this server until %s for: %.*s",timeStr,last_to_expire[4]->reason.size(),last_to_expire[4]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You are mine-banned from %.*s until %s for: %.*s",ban_from_str.size(),ban_from_str.ptr(),timeStr,last_to_expire[4]->reason.size(),last_to_expire[4]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You were permanently ladder-banned on this server on %s for: %.*s",timeStr,last_to_expire[5]->reason.size(),last_to_expire[5]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You were permanently ladder-banned from %.*s on %s for: %.*s",ban_from_str.size(),ban_from_str.ptr(),timeStr,last_to_expire[5]->reason.size(),last_to_expire[5]->reason.ptr()));
else
else
this->sendMessage(player,Jupiter::StringS::Format("You are ladder-banned on this server until %s for: %.*s",timeStr,last_to_expire[5]->reason.size(),last_to_expire[5]->reason.ptr()));
this->sendMessage(player,Jupiter::StringS::Format("You are ladder-banned from %.*s until %s for: %.*s",ban_from_str.size(),ban_from_str.ptr(),timeStr,last_to_expire[5]->reason.size(),last_to_expire[5]->reason.ptr()));