<% if (status.online) { %>
Online
Ping: <%= status.ping %>ms
<%- status.motd.html %>
- Version: <%= status.version %>
- Protocol: <%= status.protocol %>
- IP: <%= status.ip %>
- Port: <%= status.port %>
<%= status.players.online %> / <%= status.players.max %>
<% if (status.players.sample && status.players.sample.length > 0) { %>
<% status.players.sample.forEach(player => { %>
- <%= player.name %>
<% }); %>
<% } %>
<% if (status.favicon) { %>
<% } %>
<% } else { %>
Server is offline or unreachable.
<% } %>
Check Another Server