Here’s a structured HTML table with proper styling, providing a concise overview of the Minecraft server "Wholesome Hellscape," along with 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>Wholesome Hellscape Minecraft Server Overview</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #f4f4f4;
color: #333;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
background-color: #fff;
}
th, td {
border: 1px solid #ccc;
padding: 10px;
text-align: left;
}
th {
background-color: #4CAF50;
color: white;
}
h1 {
text-align: center;
color: #4CAF50;
}
h2 {
color: #4CAF50;
}
.faq {
margin-top: 20px;
background-color: #fff;
padding: 15px;
border: 1px solid #ccc;
}
.faq h3 {
margin-top: 0;
}
</style>
</head>
<body>
<h1>Wholesome Hellscape Minecraft Server Overview</h1>
<table>
<tr>
<th>Feature</th>
<th>Description</th>
</tr>
<tr>
<td>Server Version</td>
<td>1.20.1 Fabric Modded Origins SMP</td>
</tr>
<tr>
<td>Key Mods</td>
<td>Farmers Delight, Croptopia, Extra Origins, 3D Skin Layers, Proximity Chat, and various datapacks.</td>
</tr>
<tr>
<td>Current Story Arc</td>
<td>The Void Arc - A sickness spreading from The End, affecting towns, crops, and characters.</td>
</tr>
<tr>
<td>Safe Zone</td>
<td>Established area surrounded by obsidian trees to prevent the spread of sickness.</td>
</tr>
<tr>
<td>Application Link</td>
<td><a href="https://forms.gle/YQGM9UxT7SQQ7jYT6" target="_blank">Apply Here</a></td>
</tr>
<tr>
<td>Discord</td>
<td><a href="https://discord.gg/sMw2Wyvn" target="_blank">Join our Fan Server</a></td>
</tr>
</table>
<div class="faq">
<h2>Frequently Asked Questions (FAQ)</h2>
<h3>1. What is Wholesome Hellscape?</h3>
<p>Wholesome Hellscape is a modded Minecraft SMP focused on storytelling, community, and survival gameplay.</p>
<h3>2. How do I join the server?</h3>
<p>You can apply through the <a href="https://forms.gle/YQGM9UxT7SQQ7jYT6" target="_blank">application form</a>. Applications close on March 16th.</p>
<h3>3. What makes this server unique?</h3>
<p>The server features a unique storyline with ongoing arcs and a focus on community interaction and survival against a creeping plague.</p>
<h3>4. Are there any rules I should know about?</h3>
<p>Yes, players are expected to follow server rules and respect the community. Specific rules can be found on the server's website.</p>
<h3>5. How can I stay updated on server news?</h3>
<p>Join our <a href="https://discord.gg/sMw2Wyvn" target="_blank">Discord server</a> to get the latest updates and interact with other players.</p>
</div>
</body>
</html>
This HTML code provides a well-structured overview of the Minecraft server, including key features, gameplay mechanics, and community aspects, along with an FAQ section for clarity.