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>Banana Sandwich SMP Overview</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
margin: 0;
padding: 20px;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
th, td {
border: 1px solid #ddd;
padding: 10px;
text-align: left;
}
th {
background-color: #f2c94c;
}
h1 {
text-align: center;
color: #2c3e50;
}
h2 {
color: #2c3e50;
}
.faq {
background-color: #fff;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
}
.faq h3 {
margin: 0;
color: #e67e22;
}
</style>
</head>
<body>
<h1>๐ Welcome to Banana Sandwich SMP โ Season 2 Starts May 9th! ๐</h1>
<p><em>A Hermitcraft-inspired Vanilla+ SMP with Proximity Voice Chat for 18+ players!</em></p>
<table>
<tr>
<th>Key Features</th>
<td>
<ul>
<li>Proximity Voice Chat โ Talk naturally with nearby players!</li>
<li>Vanilla+ 1.21.5 โ Only the best QoL mods (mob heads, 1-player sleep, anti-grief)</li>
<li>18+ Mature Community โ Chill, collaborative, and drama-free</li>
<li>Active Economy โ Diamond-based, rewarding creativity</li>
<li>Events & Collaborations โ Build contests, minigames, enderdragon fight, and kickoff event!</li>
</ul>
</td>
</tr>
<tr>
<th>Gameplay Mechanics</th>
<td>
<ul>
<li>Player heads, armor stand editor, invisible item frames</li>
<li>Pl3xMap (donator perk) & Simple Voice Chat mod</li>
</ul>
</td>
</tr>
<tr>
<th>Community Aspects</th>
<td>
<ul>
<li>Whitelisted to maintain a friendly environment</li>
<li>Active Discord community for communication and events</li>
</ul>
</td>
</tr>
<tr>
<th>Links</th>
<td>
<strong>Whitelist Application:</strong> <a href="https://discord.gg/J6tNPBVKq4" target="_blank">Join Discord</a><br/>
<strong>Server IP:</strong> <em>BananaSandwich.minecraft.vodka</em>
</td>
</tr>
</table>
<h2>๐
Season 2 Begins: May 9th!</h2>
<p><em>Whitelisted to keep our community amazingโapply today!</em></p>
<div class="faq">
<h3>FAQ</h3>
<h4>What is Banana Sandwich SMP?</h4>
<p>Banana Sandwich SMP is a Hermitcraft-inspired Vanilla+ Minecraft server focused on collaboration and creativity.</p>
<h4>Who can join?</h4>
<p>Players aged 18 and older are welcome to join our community.</p>
<h4>What version of Minecraft do you use?</h4>
<p>We are currently running on Minecraft version 1.21.5.</p>
<h4>What are the server rules?</h4>
<p>We maintain a drama-free environment, and all players are expected to be respectful and collaborative.</p>
<h4>How do I apply for the whitelist?</h4>
<p>You can apply for the whitelist by joining our Discord server and filling out the application.</p>
<h4>What events do you host?</h4>
<p>We host various events including build contests, minigames, and collaborative fights against the Ender Dragon.</p>
</div>
</body>
</html>
This HTML structure provides a clear and organized overview of the Minecraft server, complete with key features, gameplay mechanics, community aspects, and a comprehensive FAQ section.