%- await include('parts/header.ejs', locals) %>
<% if (isWebInterface) { %>
<%= serverName %> Dashboard
<% } %>
<% if (txaOutdated) { %>
<% if (txaOutdated.semverDiff === 'patch') { %>
A patch (bug fix) update is available for txAdmin.
<% } else{ %>
This version of txAdmin is outdated.
<% } %>
<% if (txaOutdated.semverDiff === 'patch') { %>
If you are experiencing any kind of issue, please update to v<%= txaOutdated.latest %>.
<% } else{ %>
Version <%= txaOutdated.latest %> has been released bringing new features, bug fixes and improvements.
<% } %>
<% } %>
<% if (discordEvent) { %>
<%= (discordEvent.isLive ? 'The Discord Live Event started' : 'A Discord Live Event will start in') %>:
<%= discordEvent.time %>
Discord Bot Status:
??
Server Status:
?? ??
Next Restart:
not scheduled
🏆 With ? median players, your server may be in the worldwide Top 1000 servers.
Join discord.gg/txAdmin and use the /server command to check the rank see if you are eligible for the TOP SERVER role (Top 500 only).
<% } %>
<% if (txAdminVersion.includes('-')) { %>
You are using a pre-release version of txAdmin destined for developers and beta testers only!
Your server stability might be impacted by this.
<% } %>