
Here’s a structured HTML table with proper styling for the Minecraft server overview, including the FAQ section:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solarion SMP Overview</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
background-color: #f4f4f4;
}
h1 {
text-align: center;
color: #333;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background-color: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
th, td {
padding: 12px;
text-align: left;
border-bottom: 1px solid #ddd;
}
th {
background-color: #007BFF;
color: white;
}
h2 {
color: #007BFF;
}
.faq {
margin: 20px 0;
padding: 10px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.faq-item {
margin-bottom: 10px;
}
.faq-item h3 {
margin: 5px 0;
color: #333;
}
</style>
</head>
<body>
<h1>Welcome to Solarion SMP!</h1>
<table>
<tr>
<th>Key Features</th>
<th>Details</th>
</tr>
<tr>
<td>Launch Date</td>
<td>January 10, 2025</td>
</tr>
<tr>
<td>Community Size</td>
<td>20 active members, peaks of 30</td>
</tr>
<tr>
<td>Server Type</td>
<td>Whitelisted Survival Multiplayer (SMP)</td>
</tr>
<tr>
<td>Version</td>
<td>Java 1.21.4</td>
</tr>
<tr>
<td>Location</td>
<td>Hosted in Arizona, US (welcoming players worldwide)</td>
</tr>
<tr>
<td>Age Requirement</td>
<td>18+ only</td>
</tr>
<tr>
<td>Chat Policy</td>
<td>Unfiltered chat with respect and maturity</td>
</tr>
<tr>
<td>Discord</td>
<td><a href="https://discord.gg/WfxQCkdu9J" target="_blank">Join our Discord</a></td>
</tr>
</table>
<h2>Season 5 Features</h2>
<ul>
<li><strong>Shopping District:</strong> Plot-based and player-run with a diamond economy.</li>
<li><strong>Games District:</strong> Redstone games, casinos, mazes, parkour, and puzzles.</li>
<li><strong>Community Centre:</strong> Mailboxes and a starter area for newcomers.</li>
<li><strong>Special Event Coordinators:</strong> Organizing fun server-wide events!</li>
</ul>
<h2>DataPacks & Plugins</h2>
<ul>
<li><strong>Drop Heads:</strong> Players & mobs drop heads upon death.</li>
<li><strong>CoreProtect:</strong> Anti-griefing & theft protection without land claims.</li>
<li><strong>Axgraves:</strong> Items stored in a chest upon death.</li>
<li><strong>Simple Voice Chat:</strong> Optional proximity voice chat for immersive play.</li>
<li><strong>Armor Stand Tools:</strong> Better customization & invisible item frames.</li>
<li><strong>Player Sleep:</strong> Only 10% of players need to sleep to skip the night.</li>
<li><strong>Bluemap:</strong> View the world in 3D from your browser!</li>
</ul>
<h2>Looking for a Community of Builders and Friends?</h2>
<p>If you love making massive builds, collaborating on projects, and forming long-lasting friendships, Solarion SMP is the perfect place for you. We want dedicated players who enjoy Minecraft not just as a game, but as a way to create and connect with others.</p>
<h2>How to Join</h2>
<ol>
<li><strong>Join our Discord:</strong> <a href="https://discord.gg/WfxQCkdu9J" target="_blank">https://discord.gg/WfxQCkdu9J</a></li>
<li><strong>Fill out an application:</strong> Put effort into it so we can get to know you!</li>
<li><strong>Reapply if needed:</strong> If your first application doesn’t meet our criteria, you’re welcome to revise and reapply.</li>
</ol>
<h2>FAQ</h2>
<div class="faq">
<div class="faq-item">
<h3>What is Solarion SMP?</h3>
<p>Solarion SMP is a whitelisted Survival Multiplayer server focused on building, collaboration, and community engagement.</p>
</div>
<div class="faq-item">
<h3>Is there an age requirement?</h3>
<p>Yes, players must be 18 years or older to join.</p>
</div>
<div class="faq-item">
<h3>How do I apply to join?</h3>
<p>Join our Discord and fill out an application to get started!</p>
</div>
<div class="faq-item">
<h3>What plugins are used on the server?</h3>
<p>We use several plugins for enhancements, including CoreProtect, Axgraves, and Simple Voice Chat.</p>
</div>
<div class="faq-item">
<h3>Can I play from anywhere in the world?</h3>
<p>Yes! While the server is hosted in Arizona, it welcomes players from all around the globe.</p>
</div>
</div>
</body>
</html>
This HTML document is structured to provide a comprehensive overview of the Solarion SMP server, including key features, gameplay mechanics, and community aspects, along with a detailed FAQ section. The styling ensures readability and a clean presentation.