update wiki

This commit is contained in:
2025-07-08 06:42:56 -04:00
parent c7101bea24
commit de84fa9717

View File

@@ -291,33 +291,40 @@
Subdomain Registration Subdomain Registration
</h2> </h2>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed"> <p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
My-MC.Link now supports SRV record registration, allowing you to use a custom subdomain (e.g., <code class="bg-gray-800 text-teal-400 px-1 rounded">raven.my-mc.link</code>) as your server's connection string for a more personalized and user-friendly experience. My-MC.Link now supports SRV record registration, allowing you to use a custom subdomain (e.g., <code class="bg-gray-800 text-teal-400 px-1 rounded">raven.my-mc.link</code>) as your server's connection string, along with automatic custom website and BlueMap URLs for a more personalized and user-friendly experience.
</p> </p>
<h3 class="text-xl minecraft-font mb-6 text-teal-400">Key Features</h3> <h3 class="text-xl minecraft-font mb-6 text-teal-400">Key Features</h3>
<ul class="text-lg max-w-3xl mx-auto opacity-90 leading-relaxed list-disc list-inside mb-8"> <ul class="text-lg max-w-3xl mx-auto opacity-90 leading-relaxed list-disc list-inside mb-8">
<li><strong>Custom Subdomain</strong>: Register a unique subdomain to connect to your server.</li> <li><strong>Custom Subdomain</strong>: Register a unique subdomain to connect to your server.</li>
<li><strong>Server List Integration</strong>: Registered subdomains are displayed on the server list page instead of the default address.</li> <li><strong>Automatic Website Hosting</strong>: Get a custom website at <code class="bg-gray-800 text-teal-400 px-1 rounded">yoursubdomain.my-mc.link</code>.</li>
<li><strong>BlueMap Integration</strong>: Access your interactive map at <code class="bg-gray-800 text-teal-400 px-1 rounded">yoursubdomain-map.my-mc.link</code>.</li>
<li><strong>Server List Integration</strong>: Registered subdomains, website, and map URLs are displayed on the server list page instead of the default address.</li>
</ul> </ul>
<h3 class="text-xl minecraft-font mb-6 text-teal-400">How to Register a Subdomain</h3> <h3 class="text-xl minecraft-font mb-6 text-teal-400">How to Register a Subdomain</h3>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed"> <p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
To register a subdomain, run the following command in-game (replace <code class="bg-gray-800 text-teal-400 px-1 rounded">raven</code> with your desired subdomain): To register a subdomain and enable automatic website and BlueMap hosting, run the following command in-game (replace <code class="bg-gray-800 text-teal-400 px-1 rounded">raven</code> with your desired subdomain):
</p> </p>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed"> <p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
<code class="bg-gray-800 text-teal-400 px-1 rounded">/srv-register subdomain: raven</code> <code class="bg-gray-800 text-teal-400 px-1 rounded">/subdomain-register subdomain: raven</code>
</p> </p>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed"> <p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
Once registered, you can connect to your server using your custom subdomain, e.g., <code class="bg-gray-800 text-teal-400 px-1 rounded">raven.my-mc.link</code>. Once registered, you can:
<ul class="list-disc list-inside">
<li>Connect to your server using <code class="bg-gray-800 text-teal-400 px-1 rounded">raven.my-mc.link</code>.</li>
<li>Visit your website at <code class="bg-gray-800 text-teal-400 px-1 rounded">raven.my-mc.link</code>.</li>
<li>View your BlueMap at <code class="bg-gray-800 text-teal-400 px-1 rounded">raven-map.my-mc.link</code>.</li>
</ul>
</p> </p>
<h3 class="text-xl minecraft-font mb-6 text-teal-400">Changing or Deleting a Subdomain</h3> <h3 class="text-xl minecraft-font mb-6 text-teal-400">Changing or Deleting a Subdomain</h3>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed"> <p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
To delete your current SRV record and register a new subdomain: To delete your current SRV record, website, and BlueMap to register a new subdomain:
</p> </p>
<ol class="text-lg max-w-3xl mx-auto opacity-90 leading-relaxed list-decimal list-inside mb-8"> <ol class="text-lg max-w-3xl mx-auto opacity-90 leading-relaxed list-decimal list-inside mb-8">
<li>Delete the existing record:<br> <li>Delete the existing record:<br>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/srv-delete</code> <code class="bg-gray-800 text-teal-400 px-1 rounded">/subdomain-delete</code>
</li> </li>
<li>Register a new subdomain:<br> <li>Register a new subdomain:<br>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/srv-register subdomain: <new-subdomain></code> <code class="bg-gray-800 text-teal-400 px-1 rounded">/subdomain-register subdomain: <new-subdomain></code>
</li> </li>
</ol> </ol>
</section> </section>