Here’s a structured HTML table with styling for the Minecraft server overview, including 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>The Third Ival - Minecraft Server Overview</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #f4f4f4;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background-color: #fff;
}
th, td {
padding: 15px;
text-align: left;
border-bottom: 1px solid #ddd;
}
th {
background-color: #4CAF50;
color: white;
}
h2 {
color: #333;
}
.faq-section {
margin-top: 30px;
}
.faq-item {
margin-bottom: 10px;
}
.faq-item h3 {
margin: 0;
font-size: 1.2em;
color: #4CAF50;
}
.faq-item p {
margin: 5px 0 15px;
}
</style>
</head>
<body>
<h2>The Third Ival (TTI) - Minecraft Server Overview</h2>
<table>
<tr>
<th>Key Features</th>
<td>
<ul>
<li>New vanilla, trust-based survival server.</li>
<li>Small, chill community with room to grow.</li>
<li>Freedom in gameplay with minimal rules.</li>
<li>Whitelist applications to keep griefers out.</li>
<li>Plugins like Simple Voice Chat and Vanilla Tweaks.</li>
<li>No teleportation plugins to maintain vanilla feel.</li>
<li>No plans for server resets.</li>
<li>Protected by CoreProtect for rollback capabilities.</li>
</ul>
</td>
</tr>
<tr>
<th>Community Aspects</th>
<td>
<ul>
<li>Minimum age requirement: 15 years old.</li>
<li>Looking for active players who will engage with the community.</li>
</ul>
</td>
</tr>
<tr>
<th>Apply on Discord</th>
<td>
<a href="https://discord.gg/QHYeSKJnTh" target="_blank">Join our Discord</a>
</td>
</tr>
</table>
<div class="faq-section">
<h2>Frequently Asked Questions (FAQ)</h2>
<div class="faq-item">
<h3>What is the main objective of the server?</h3>
<p>The main objective is to enjoy a vanilla Minecraft experience while building and collaborating with other players.</p>
</div>
<div class="faq-item">
<h3>Are there any rules I should know about?</h3>
<p>While the rules are minimal, players are expected to respect each other and avoid griefing or cheating.</p>
</div>
<div class="faq-item">
<h3>How do I apply for whitelisting?</h3>
<p>Applications for whitelisting are handled through our Discord server. Ensure you follow the application guidelines.</p>
</div>
<div class="faq-item">
<h3>Can I play with friends?</h3>
<p>Yes! Players are encouraged to invite friends who meet the age requirement and share a passion for Minecraft.</p>
</div>
<div class="faq-item">
<h3>Is there a server IP?</h3>
<p>The server IP will be provided upon successful whitelisting.</p>
</div>
</div>
</body>
</html>
This HTML document provides a clean overview of "The Third Ival" Minecraft server, including key features, community aspects, and an extensive FAQ section. The styling ensures readability and a visually appealing layout.