Here’s a structured HTML table with the requested information about the Minecraft server "Ravencraft," including an FAQ section:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ravencraft Minecraft Server Overview</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 20px;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
th, td {
padding: 12px;
border: 1px solid #ddd;
text-align: left;
}
th {
background-color: #007BFF;
color: white;
}
h2 {
color: #333;
}
.faq {
background-color: #e9ecef;
padding: 15px;
border-radius: 5px;
}
.faq h3 {
margin-top: 0;
}
</style>
</head>
<body>
<h2>Ravencraft Minecraft Server Overview</h2>
<table>
<tr>
<th>Key Features</th>
<td>
<ul>
<li>New map for 1.21.4</li>
<li>Periodic world border expansions</li>
<li>Hard difficulty with community storage</li>
<li>Sleep plugin for faster nights</li>
<li>Firespread is turned ON</li>
<li>Expanding Overworld road network & Nether tunnel system</li>
<li>High-end dedicated hardware</li>
<li>BlueMap integration</li>
<li>LGBTQI+ friendly community</li>
</ul>
</td>
</tr>
<tr>
<th>Gameplay Mechanics</th>
<td>
<ul>
<li>Survival multiplayer with a focus on community interaction</li>
<li>Encouragement of building, exploring, and creating</li>
<li>Greylist server for easy onboarding</li>
</ul>
</td>
</tr>
<tr>
<th>Community Aspects</th>
<td>
<ul>
<li>Adult-oriented community (18+)</li>
<li>Friendly moderators with years of experience</li>
<li>Respectful environment with zero tolerance for hate speech</li>
<li>Encouragement of social interaction and collaboration</li>
</ul>
</td>
</tr>
<tr>
<th>Server IP</th>
<td>mc.ravensburg.org</td>
</tr>
<tr>
<th>Rules</th>
<td><a href="https://www.ravensburg.org/rules.html" target="_blank">View Rules</a></td>
</tr>
<tr>
<th>Gallery</th>
<td><a href="https://www.ravensburg.org/gallery/index.html" target="_blank">View Gallery</a></td>
</tr>
</table>
<div class="faq">
<h3>Frequently Asked Questions (FAQ)</h3>
<h4>1. What is the age requirement to join Ravencraft?</h4>
<p>Players must be 18 years or older to join the server.</p>
<h4>2. Are there any rules against cheating?</h4>
<p>Yes, the server has a strict no-cheat policy. Hacks like x-ray and baritone are not allowed.</p>
<h4>3. How do I apply to join the server?</h4>
<p>Ravencraft is a greylist server. You can hop on, and the moderators will assist you with a quick application process.</p>
<h4>4. What kind of community can I expect?</h4>
<p>Ravencraft is a mature, LGBTQI+ friendly community where players can interact and collaborate in a respectful environment.</p>
<h4>5. Is there a Discord server?</h4>
<p>Details about the Discord server can be found on the main website.</p>
</div>
</body>
</html>
This HTML document provides a clear and structured overview of the "Ravencraft" Minecraft server, complete with a detailed FAQ section. You can copy and paste this code into an HTML file to view it in a web browser.