
$show_max && $show_max != "unlimited") {
echo '
';
echo "and " . (count($playerlist) - $show_max) . " more ...";
echo '
';
}
} else {
echo "
There are no players online at the moment!
";
}
} else {
echo "
Query must be enabled in your server.properties file!
";
} ?>