public static boolean sentBan(String username, long time, String reason) {
DatabaseConnection connection = World.getConnectionPool().nextFree();
if (connection == null)
return false;...