Hereβs a structured HTML table with proper styling that provides a concise overview of the Minecraft server, 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>CreativeCraft Minecraft Server Overview</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #f4f4f4;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
background-color: #fff;
}
th, td {
border: 1px solid #ddd;
padding: 10px;
text-align: left;
}
th {
background-color: #4CAF50;
color: white;
}
h1 {
text-align: center;
color: #333;
}
h2 {
color: #4CAF50;
}
a {
color: #4CAF50;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.faq {
margin-top: 20px;
}
</style>
</head>
<body>
<h1>CreativeCraft Minecraft Server Overview</h1>
<table>
<tr>
<th>Key Features</th>
<td>
<ul>
<li>Established in 2014 with no resets.</li>
<li>Supports Java and Bedrock editions.</li>
<li>Open plot server with 150x150 mergeable plots.</li>
<li>Semi-vanilla Survival with quests and rewards.</li>
<li>Free WorldEdit & Visualizer on plots.</li>
<li>Earn ranks with generous perks.</li>
<li>Unlimited plot requests.</li>
<li>Friendly community and staff.</li>
<li>Fast dedicated hardware (Ryzen 5900x, 64GB RAM).</li>
<li>Regular backups and clean chat configuration.</li>
</ul>
</td>
</tr>
<tr>
<th>Gameplay Mechanics</th>
<td>
<ul>
<li>Earn in-game currency for keys to open Treasure Chests.</li>
<li>No donation-exclusive perks; all items available to players.</li>
<li>Vote for Member rank to access special commands.</li>
</ul>
</td>
</tr>
<tr>
<th>Community Aspects</th>
<td>
<ul>
<li>Welcoming and compassionate staff.</li>
<li>Active Discord community.</li>
<li>Encouragement of creativity and collaboration.</li>
</ul>
</td>
</tr>
<tr>
<th>Server IP</th>
<td>play.creativecraft.org</td>
</tr>
<tr>
<th>Website</th>
<td><a href="https://creativecraft.org" target="_blank">https://creativecraft.org</a></td>
</tr>
<tr>
<th>Discord</th>
<td><a href="https://creativecraft.org/discord" target="_blank">https://creativecraft.org/discord</a></td>
</tr>
</table>
<h2>Rules</h2>
<ul>
<li>Be kind and respectful to others.</li>
<li>No hate-speech or sensitive topics.</li>
<li>No hacking or griefing.</li>
<li>No spamming or advertising.</li>
</ul>
<h2>Relevant Commands</h2>
<table>
<tr>
<th>Command</th>
<th>Description</th>
</tr>
<tr>
<td>/menu</td>
<td>Open the CreativeMenu.</td>
</tr>
<tr>
<td>/plot auto</td>
<td>Claim the closest plot.</td>
</tr>
<tr>
<td>/plot merge</td>
<td>Merge your plot with the one you are facing.</td>
</tr>
<tr>
<td>/tpa <name></td>
<td>Send a teleport request.</td>
</tr>
<tr>
<td>/faq</td>
<td>Frequently asked questions.</td>
</tr>
<tr>
<td>/ranks</td>
<td>View the server ranks.</td>
</tr>
<tr>
<td>/vote</td>
<td>Vote for access to heads & more.</td>
</tr>
<tr>
<td>/heads</td>
<td>Choose from thousands of decorative heads.</td>
</tr>
<tr>
<td>/cosmetics</td>
<td>Open the cosmetics menu.</td>
</tr>
<tr>
<td>/idea</td>
<td>Get a building idea.</td>
</tr>
<tr>
<td>/nv</td>
<td>Toggle night vision on/off.</td>
</tr>
<tr>
<td>/secret</td>
<td>Open the secret blocks menu.</td>
</tr>
<tr>
<td>/nick</td>
<td>Change your in-game nickname with hex colors.</td>
</tr>
</table>
<h2 class="faq">FAQ</h2>
<dl>
<dt>What is CreativeCraft?</dt>
<dd>CreativeCraft is a creative network focused on building, offering a welcoming community and various gameplay options.</dd>
<dt>How do I join the server?</dt>
<dd>Use the server IP <code>play.creativecraft.org</code> to connect.</dd>
<dt>Is there a cost to play?</dt>
<dd>No, CreativeCraft is free to play with no donation-exclusive perks.</dd>
<dt>Can I play on both Java and Bedrock?</dt>
<dd>Yes, the server supports both editions.</dd>
<dt>How can I earn in-game currency?</dt>
<dd>You can earn currency through gameplay activities and quests.</dd>
<dt>What are the server rules?</dt>
<dd>Be respectful, no hate-speech, no hacking or griefing, and no spamming or advertising.</dd>
</dl>
</body>
</html>
This HTML structure provides a clear and organized overview of the CreativeCraft Minecraft server, complete with styling and an FAQ section for user convenience.