Here’s a structured HTML table with proper styling for the Minecraft server overview, including key features, gameplay mechanics, community aspects, and an extensive FAQ section.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AussieSMP Minecraft Server Overview</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #f4f4f4;
}
table {
width: 100%;
border-collapse: collapse;
background-color: #fff;
margin-bottom: 20px;
}
th, td {
padding: 10px;
border: 1px solid #ddd;
text-align: left;
}
th {
background-color: #4CAF50;
color: white;
}
h1, h2 {
color: #333;
}
ul {
list-style-type: disc;
margin-left: 20px;
}
ol {
margin-left: 20px;
}
.faq {
margin-top: 20px;
}
.faq h2 {
margin-bottom: 10px;
}
</style>
</head>
<body>
<h1>AussieSMP Overview</h1>
<table>
<tr>
<th>Detail</th>
<th>Information</th>
</tr>
<tr>
<td><strong>IP</strong></td>
<td>mc.aus.gg</td>
</tr>
<tr>
<td><strong>Server Location</strong></td>
<td>Sydney, Australia</td>
</tr>
<tr>
<td><strong>Discord Invite</strong></td>
<td><a href="https://wiki.aussiesmp.com/other/discord" target="_blank">Join Discord</a></td>
</tr>
<tr>
<td><strong>Apply Here</strong></td>
<td><a href="https://wiki.aussiesmp.com/apply-now" target="_blank">Apply Now</a></td>
</tr>
</table>
<h2>Server Description</h2>
<p>The AussieSMP is an Australian hosted Survival server with a small community of players from around the world. The server is a whitelisted application-based server, ensuring a safe environment for players. It features a mostly vanilla gameplay experience with added quality of life features.</p>
<h2>Key Features</h2>
<ul>
<li>Latest Minecraft version with new features.</li>
<li>Minimal changes to vanilla mechanics.</li>
<li>Player-created shops using diamonds as currency.</li>
<li>Random teleport command for easy exploration.</li>
<li>Land-claiming system for protecting builds.</li>
<li>Multiple worlds with no plans for resets.</li>
<li>Creative server for unlimited building and testing.</li>
<li>Community resources like livestreams, Discord, and a wiki.</li>
</ul>
<h2>Server Rules</h2>
<ol>
<li>Don’t be a dick</li>
<li>Absolutely no griefing</li>
<li>No spamming</li>
<li>Be respectful</li>
<li>Don’t swear excessively</li>
<li>No hacking or exploits (including xray)</li>
<li>No ban evasion</li>
<li>Don’t be the reason rules need to be expanded</li>
<li>Please use common sense!</li>
</ol>
<h2 class="faq">Frequently Asked Questions (FAQ)</h2>
<ol>
<li>
<strong>How do I join the server?</strong>
<p>You need to apply through the provided link and be accepted to join.</p>
</li>
<li>
<strong>What version of Minecraft does the server run?</strong>
<p>The server runs the latest version of Minecraft.</p>
</li>
<li>
<strong>Can I play from outside Australia?</strong>
<p>Yes, but expect higher latency if you are in a different region.</p>
</li>
<li>
<strong>Is there a creative mode available?</strong>
<p>Yes, the server includes a creative mode for building without limits.</p>
</li>
<li>
<strong>What happens if I break the rules?</strong>
<p>Breaking the rules may result in removal from the community.</p>
</li>
</ol>
</body>
</html>
This HTML code provides a complete and organized overview of the AussieSMP Minecraft server, including its features, rules, and a FAQ section, all formatted for easy readability.