Add new particle system

This commit is contained in:
2025-07-10 01:20:27 -04:00
parent 6bfb933305
commit f6185059fa
12 changed files with 1601 additions and 940 deletions

View File

@@ -19,7 +19,10 @@
margin: 2rem auto;
max-width: 800px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
z-index: 10;
/* Add this to ensure TOC is above particles */
}
.toc h2 {
font-family: 'minecraft-font', sans-serif;
font-size: 1.75rem;
@@ -30,13 +33,16 @@
color: transparent;
margin-bottom: 1.5rem;
}
.toc ul {
list-style: none;
padding: 0;
}
.toc li {
margin: 0.75rem 0;
}
.toc a {
color: #d1d5db;
text-decoration: none;
@@ -47,19 +53,23 @@
padding: 0.5rem 1rem;
border-radius: 8px;
}
.toc a:hover {
color: #14b8a6;
transform: translateX(10px);
background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 640px) {
.toc {
padding: 1rem;
margin: 1rem;
}
.toc h2 {
font-size: 1.5rem;
}
.toc a {
font-size: 1rem;
}
@@ -68,42 +78,47 @@
</head>
<body>
<!-- Particle Effects -->
<div class="particle" style="left: 10%; top: 20%; animation-delay: 0s;"></div>
<div class="particle large" style="left: 30%; top: 50%; animation-delay: 2s;"></div>
<div class="particle" style="left: 50%; top: 30%; animation-delay: 4s;"></div>
<div class="particle large" style="left: 70%; top: 60%; animation-delay: 6s;"></div>
<div class="particle" style="left: 20%; top: 80%; animation-delay: 8s;"></div>
<header class="header-bg py-16 text-center relative z-1">
<div class="header-content flex items-center justify-between max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div>
<h1 class="text-5xl minecraft-font bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500">
<h1
class="text-5xl minecraft-font bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500">
My-MC.Link</h1>
<p class="text-lg mt-4 opacity-90 tracking-wide font-medium">Futuristic Free Minecraft Hosting</p>
</div>
<!-- Hamburger Menu Icon (visible on mobile) -->
<button class="hamburger md:hidden flex flex-col justify-center items-center w-10 h-10 focus:outline-none">
<span class="bar w-6 h-0.5 bg-teal-400 mb-1.5 transition-all duration-300"></span>
<span class="bar w-6 h-0.5 bg-teal-400 mb-1.5 transition-all duration-300"></span>
<span class="bar w-6 h-0.5 bg-teal-400 transition-all duration-300"></span>
</button>
<!-- Navigation Buttons (hidden on mobile) -->
<nav class="flex items-center gap-2 hidden md:flex">
<a href="https://my-mc.link" class="nav-btn" target="_blank">Go Home</a>
</nav>
</div>
<!-- Mobile Navigation Menu -->
<nav class="mobile-nav mobile-nav-container hidden fixed inset-0 bg-gray-900/98 backdrop-filter backdrop-blur-xl z-50 flex-col items-center justify-center md:hidden" data-mobile-nav>
<nav class="mobile-nav mobile-nav-container hidden fixed inset-0 bg-gray-900/98 backdrop-filter backdrop-blur-xl z-50 flex-col items-center justify-center md:hidden"
data-mobile-nav>
<ul class="text-center">
<li class="mb-6">
<a href="https://panel.my-mc.link" class="text-lg minecraft-font text-white bg-gradient-to-r from-teal-400 to-blue-500 px-4 py-2 rounded-md hover:bg-gradient-to-r hover:from-blue-500 hover:to-teal-400" target="_blank">Panel</a>
<a href="https://panel.my-mc.link"
class="text-lg minecraft-font text-white bg-gradient-to-r from-teal-400 to-blue-500 px-4 py-2 rounded-md hover:bg-gradient-to-r hover:from-blue-500 hover:to-teal-400"
target="_blank">Panel</a>
</li>
<li class="mb-6">
<a href="https://stats.my-mc.link" class="text-lg minecraft-font text-white bg-gradient-to-r from-teal-400 to-blue-500 px-4 py-2 rounded-md hover:bg-gradient-to-r hover:from-blue-500 hover:to-teal-400">System Stats</a>
<a href="https://stats.my-mc.link"
class="text-lg minecraft-font text-white bg-gradient-to-r from-teal-400 to-blue-500 px-4 py-2 rounded-md hover:bg-gradient-to-r hover:from-blue-500 hover:to-teal-400">System
Stats</a>
</li>
<li class="mb-6">
<a href="https://status.my-mc.link" class="text-lg minecraft-font text-white bg-gradient-to-r from-teal-400 to-blue-500 px-4 py-2 rounded-md hover:bg-gradient-to-r hover:from-blue-500 hover:to-teal-400" target="_blank">Check MC Status</a>
<a href="https://status.my-mc.link"
class="text-lg minecraft-font text-white bg-gradient-to-r from-teal-400 to-blue-500 px-4 py-2 rounded-md hover:bg-gradient-to-r hover:from-blue-500 hover:to-teal-400"
target="_blank">Check MC Status</a>
</li>
</ul>
</nav>
@@ -136,54 +151,73 @@
</nav>
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pb-16 relative z-10">
<section id="what-is-my-mc-link" class="section-bg p-8 sm:p-10 mb-12">
<h2
class="text-3xl minecraft-font mb-8 text-center bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500">
What is My-MC.Link?</h2>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
My-MC.Link provides free Minecraft server hosting with a focus on security, flexibility, and ease of use. Powered by an innovative Peer-to-Peer (P2P) network, our platform offers secure, low-latency hosting with end-to-end encrypted connections, eliminating the need to expose IP addresses or ports.
My-MC.Link provides free Minecraft server hosting with a focus on security, flexibility, and ease of
use. Powered by an innovative Peer-to-Peer (P2P) network, our platform offers secure, low-latency
hosting with end-to-end encrypted connections, eliminating the need to expose IP addresses or ports.
</p>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="feature-card tilt-card">
<h3 class="text-xl minecraft-font mb-3 text-teal-400">Peer-to-Peer Networking</h3>
<p class="text-sm opacity-90 leading-relaxed">Connect securely without sharing IPs or ports, using a fully encrypted P2P system powered by <a href="https://holesail.io" class="underline text-teal-400 hover:text-blue-400" target="_blank">Holesail</a>.</p>
<p class="text-sm opacity-90 leading-relaxed">Connect securely without sharing IPs or ports, using a
fully encrypted P2P system powered by <a href="https://holesail.io"
class="underline text-teal-400 hover:text-blue-400" target="_blank">Holesail</a>.</p>
</div>
<div class="feature-card tilt-card">
<h3 class="text-xl minecraft-font mb-3 text-teal-400">Portable Servers</h3>
<p class="text-sm opacity-90 leading-relaxed">Bind your server to any device—localhost, PC, or server—for unparalleled flexibility and security.</p>
<p class="text-sm opacity-90 leading-relaxed">Bind your server to any device—localhost, PC, or
server—for unparalleled flexibility and security.</p>
</div>
<div class="feature-card tilt-card">
<h3 class="text-xl minecraft-font mb-3 text-teal-400">Automated Management</h3>
<p class="text-sm opacity-90 leading-relaxed">Our bot simplifies server creation, mod installation, and updates via a user-friendly interface and REST API.</p>
<p class="text-sm opacity-90 leading-relaxed">Our bot simplifies server creation, mod installation,
and updates via a user-friendly interface and REST API.</p>
</div>
<div class="feature-card tilt-card">
<h3 class="text-xl minecraft-font mb-3 text-teal-400">My-MC Realms!</h3>
<p class="text-sm opacity-90 leading-relaxed">Replace Realms with our custom server browser for easy access to your server!</p>
<p class="text-sm opacity-90 leading-relaxed">Replace Realms with our custom server browser for easy
access to your server!</p>
</div>
<div class="feature-card tilt-card">
<h3 class="text-xl minecraft-font mb-3 text-teal-400">Automatic Bluemap URLs!</h3>
<p class="text-sm opacity-90 leading-relaxed">Instantly access your Minecraft world in 3D! Right inside the browser.</p>
<p class="text-sm opacity-90 leading-relaxed">Instantly access your Minecraft world in 3D! Right
inside the browser.</p>
</div>
<div class="feature-card tilt-card">
<h3 class="text-xl minecraft-font mb-3 text-teal-400">Resouces!</h3>
<p class="text-sm opacity-90 leading-relaxed">By default we offer 6 GB of RAM and 6 Cores to game on!</p>
<p class="text-sm opacity-90 leading-relaxed">By default we offer 6 GB of RAM and 6 Cores to game
on!</p>
</div>
</div>
</section>
<section id="limitations" class="section-bg p-6 sm:p-8 md:p-10 mb-12 bg-gray-900/80 rounded-xl shadow-lg">
<h2 class="text-2xl sm:text-3xl md:text-4xl minecraft-font mb-6 sm:mb-8 text-center bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500 font-bold tracking-tight">
<h2
class="text-2xl sm:text-3xl md:text-4xl minecraft-font mb-6 sm:mb-8 text-center bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500 font-bold tracking-tight">
Limitations
</h2>
<p class="text-base sm:text-lg mb-6 sm:mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed text-gray-200 text-center">
<p
class="text-base sm:text-lg mb-6 sm:mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed text-gray-200 text-center">
While My-MC.Link is powerful, there are some constraints to be aware of:
</p>
<ul class="text-base sm:text-lg max-w-3xl mx-auto opacity-90 leading-relaxed list-disc list-inside space-y-4 text-gray-300">
<li><strong class="text-teal-400">Fixed Environment</strong>: Servers use pre-built FabricMC images, and custom environments are not supported.</li>
<li><strong class="text-teal-400">Server Location</strong>: Servers are hosted within the East Coast, USA.</li>
<li><strong class="text-teal-400">Public IP Access</strong>: The <code class="bg-gray-800 text-teal-400 px-1.5 py-0.5 rounded font-mono text-sm">my-mc.link</code> public IP is available for a limited time.</li>
<li><strong class="text-teal-400">Inactivity Policy</strong>: Servers idle for 1 month are automatically deleted.</li>
<li><strong class="text-teal-400">Beta Status</strong>: As a test service, uptime and support may not be 24/7.</li>
<ul
class="text-base sm:text-lg max-w-3xl mx-auto opacity-90 leading-relaxed list-disc list-inside space-y-4 text-gray-300">
<li><strong class="text-teal-400">Fixed Environment</strong>: Servers use pre-built FabricMC images, and
custom environments are not supported.</li>
<li><strong class="text-teal-400">Server Location</strong>: Servers are hosted within the East Coast,
USA.</li>
<li><strong class="text-teal-400">Public IP Access</strong>: The <code
class="bg-gray-800 text-teal-400 px-1.5 py-0.5 rounded font-mono text-sm">my-mc.link</code>
public IP is available for a limited time.</li>
<li><strong class="text-teal-400">Inactivity Policy</strong>: Servers idle for 1 month are automatically
deleted.</li>
<li><strong class="text-teal-400">Beta Status</strong>: As a test service, uptime and support may not be
24/7.</li>
</ul>
</section>
@@ -196,8 +230,11 @@
Before you begin, ensure you:
</p>
<ul class="text-lg max-w-3xl mx-auto opacity-90 leading-relaxed list-disc list-inside mb-8">
<li> Agree to the <a href="https://my-mc.link/terms.html" class="underline text-teal-400 hover:text-blue-400">Terms of Service</a>.</li>
<li>Join our Discord and review the <a href="https://discord.com/channels/1199050279069425835/1199122629559320647" class="underline text-teal-400 hover:text-blue-400">rules</a>.</li>
<li> Agree to the <a href="https://my-mc.link/terms.html"
class="underline text-teal-400 hover:text-blue-400">Terms of Service</a>.</li>
<li>Join our Discord and review the <a
href="https://discord.com/channels/1199050279069425835/1199122629559320647"
class="underline text-teal-400 hover:text-blue-400">rules</a>.</li>
</ul>
<h3 class="text-xl minecraft-font mb-6 text-teal-400">Creating a Server</h3>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
@@ -209,22 +246,26 @@
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
- Create a Connection:<br>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/my-mc-link</code><br>
- Monitor logs at <a href="https://panel.my-mc.link/" class="underline text-teal-400 hover:text-blue-400" target="_blank">panel.my-mc.link</a>.<BR><BR>
No Login?<BR>Run <code class="bg-gray-800 text-teal-400 px-1 rounded">/panel-login</code> to generate a one-time login link.
- Monitor logs at <a href="https://panel.my-mc.link/"
class="underline text-teal-400 hover:text-blue-400" target="_blank">panel.my-mc.link</a>.<BR><BR>
No Login?<BR>Run <code class="bg-gray-800 text-teal-400 px-1 rounded">/panel-login</code> to generate
a one-time login link.
</p>
</section>
<section id="connecting-to-your-server" class="section-bg p-8 sm:p-12 lg:p-16 mb-12 bg-gray-900 rounded-xl shadow-xl">
<h2 class="text-3xl sm:text-4xl minecraft-font mb-10 text-center bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500 font-bold">
<section id="connecting-to-your-server"
class="section-bg p-8 sm:p-12 lg:p-16 mb-12 bg-gray-900 rounded-xl shadow-xl">
<h2
class="text-3xl sm:text-4xl minecraft-font mb-10 text-center bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500 font-bold">
Connecting to Your Server
</h2>
<!-- Simple Connection Section -->
<div class="mb-12">
<h3 class="text-xl sm:text-2xl minecraft-font mb-6 text-teal-400 font-semibold">Simple Connection</h3>
<div class="text-lg max-w-3xl mx-auto opacity-90 leading-relaxed space-y-6">
<p>
Follow these steps to connect quickly:
Follow these steps to connect quickly:
</p>
<ol class="list-decimal list-inside space-y-2">
<li>Generate a P2P proxy link:<br>
@@ -236,14 +277,16 @@
</li>
</ol>
<p class="mt-6">
<strong class="text-teal-300">Troubleshooting</strong>:<BR> If the connection fails, rerun
<code class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">/my-mc-link</code> or
<code class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">/my-mc-sftp</code> to generate a new link.<BR>
All connections reset at <strong>12 AM EST every Sunday</strong>. SFTP connections close daily at <strong>12 AM EST</strong>.
<strong class="text-teal-300">Troubleshooting</strong>:<BR> If the connection fails, rerun
<code class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">/my-mc-link</code> or
<code class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">/my-mc-sftp</code> to
generate a new link.<BR>
All connections reset at <strong>12 AM EST every Sunday</strong>. SFTP connections close daily
at <strong>12 AM EST</strong>.
</p>
</div>
</div>
<!-- Advanced Connection Section -->
<div>
<h3 class="text-xl sm:text-2xl minecraft-font mb-6 text-teal-400 font-semibold">Advanced Connection</h3>
@@ -251,35 +294,45 @@
<p>
For full control, bind your server using Holesail.
</p>
<!-- Manual Setup -->
<div>
<p class="font-semibold text-teal-300">Manual Setup</p>
<ol class="list-decimal list-inside space-y-2">
<li>Get your connector key:<br>
<code class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">/connection-details</code>
<code
class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">/connection-details</code>
</li>
<li>Install Node.js and Holesail:<br>
<code class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">npm i holesail -g</code>
<code
class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">npm i holesail -g</code>
</li>
<li>Bind your server (replace <code class="inline bg-gray-800 text-teal-400 px-1 rounded font-mono">yourConnectorHere</code> with your key):<br>
<code class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">holesail --port 25565 yourConnectorHere</code><br>
- Connect to <code class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">127.0.0.1:25565</code>.<br>
<li>Bind your server (replace <code
class="inline bg-gray-800 text-teal-400 px-1 rounded font-mono">yourConnectorHere</code>
with your key):<br>
<code
class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">holesail --port 25565 yourConnectorHere</code><br>
- Connect to <code
class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">127.0.0.1:25565</code>.<br>
- For public access:<br>
<code class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">holesail --port 25565 --host 0.0.0.0 yourConnectorHere</code>
<code
class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">holesail --port 25565 --host 0.0.0.0 yourConnectorHere</code>
</li>
</ol>
</div>
<!-- Automated Setup -->
<div>
<p class="font-semibold text-teal-300">Automated Setup</p>
<ol class="list-decimal list-inside space-y-2">
<li>Run the setup script:<br>
<code class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">bash <(curl -s https://my-mc.link/connectMC)</code>
<code
class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">bash <(curl -s https://my-mc.link/connectMC)</code>
</li>
<li>Enter your connection hash and port when prompted.</li>
<li>Connect to <code class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">localhost:<port></code> in Minecraft.</li>
<li>Connect to <code
class="bg-gray-800 text-teal-400 px-2 py-1 rounded font-mono">localhost:<port></code>
in Minecraft.</li>
</ol>
</div>
</div>
@@ -287,33 +340,45 @@
</section>
<section id="subdomain-registration" class="section-bg p-8 sm:p-10 mb-12">
<h2 class="text-3xl minecraft-font mb-8 text-center bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500">
<h2
class="text-3xl minecraft-font mb-8 text-center bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500">
Subdomain Registration
</h2>
<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, along with automatic custom website and BlueMap URLs 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>
<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">
<li><strong>Custom Subdomain</strong>: Register a unique subdomain to connect to your server.</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>
<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>
<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">
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):
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 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">/subdomain-register subdomain: raven</code>
</p>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
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>
<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>
<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">
@@ -324,7 +389,8 @@
<code class="bg-gray-800 text-teal-400 px-1 rounded">/subdomain-delete</code>
</li>
<li>Register a new subdomain:<br>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/subdomain-register subdomain: <new-subdomain></code>
<code
class="bg-gray-800 text-teal-400 px-1 rounded">/subdomain-register subdomain: <new-subdomain></code>
</li>
</ol>
</section>
@@ -362,13 +428,18 @@
<ul class="text-lg max-w-3xl mx-auto opacity-90 leading-relaxed list-disc list-inside mb-8">
<li><strong>Search Mods</strong>:<br>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/mod-search</code><br>
Or browse <a href="https://modrinth.com/mods" class="underline text-teal-400 hover:text-blue-400">Modrinth</a>.</li>
Or browse <a href="https://modrinth.com/mods"
class="underline text-teal-400 hover:text-blue-400">Modrinth</a>.
</li>
<li><strong>Install a Mod</strong>:<br>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/mod-install mod: <modID></code></li>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/mod-install mod: <modID></code>
</li>
<li><strong>Update Mods</strong>:<br>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/mods-update</code></li>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/mods-update</code>
</li>
<li><strong>Uninstall a Mod</strong>:<br>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/uninstall-mod mod: <modID></code></li>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/uninstall-mod mod: <modID></code>
</li>
</ul>
</section>
@@ -381,12 +452,16 @@
</p>
<ul class="text-lg max-w-3xl mx-auto opacity-90 leading-relaxed list-disc list-inside mb-8">
<li><strong>Execute a Command</strong>:<br>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/mc-cmd cmd: <command></code></li>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/mc-cmd cmd: <command></code>
</li>
<li><strong>Convenience Commands</strong>:<br>
- List players: <code class="bg-gray-800 text-teal-400 px-1 rounded">/list-players</code><br>
- Give items: <code class="bg-gray-800 text-teal-400 px-1 rounded">/give username: <user> item: <item> amount: <amount></code><br>
- Add to whitelist: <code class="bg-gray-800 text-teal-400 px-1 rounded">/whitelist username: <user></code><br>
- Remove from whitelist: <code class="bg-gray-800 text-teal-400 px-1 rounded">/delist username: <user></code></li>
- Give items: <code
class="bg-gray-800 text-teal-400 px-1 rounded">/give username: <user> item: <item> amount: <amount></code><br>
- Add to whitelist: <code
class="bg-gray-800 text-teal-400 px-1 rounded">/whitelist username: <user></code><br>
- Remove from whitelist: <code
class="bg-gray-800 text-teal-400 px-1 rounded">/delist username: <user></code></li>
</ul>
</section>
@@ -398,7 +473,8 @@
Each server includes an Apache web server for hosting a basic website.
</p>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
1. Connect via SFTP to <code class="bg-gray-800 text-teal-400 px-1 rounded">/Minecraft/www</code> and upload your files.<br>
1. Connect via SFTP to <code class="bg-gray-800 text-teal-400 px-1 rounded">/Minecraft/www</code> and
upload your files.<br>
2. Get your website URL:<br>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/my-website-url</code>
</p>
@@ -412,7 +488,8 @@
class="text-3xl minecraft-font mb-8 text-center bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500">
Bluemap Integration</h2>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
Every server includes a <a href="https://modrinth.com/plugin/bluemap" class="underline text-teal-400 hover:text-blue-400">Bluemap</a> instance for interactive maps.
Every server includes a <a href="https://modrinth.com/plugin/bluemap"
class="underline text-teal-400 hover:text-blue-400">Bluemap</a> instance for interactive maps.
</p>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
- Get your Bluemap URL:<br>
@@ -428,19 +505,29 @@
class="text-3xl minecraft-font mb-8 text-center bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500">
Plugin Support</h2>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
Plugins can be enabled using <a href="https://github.com/CardboardPowered/cardboard" class="underline text-teal-400 hover:text-blue-400">Cardboard</a> or <a href="https://github.com/MohistMC/Banner" class="underline text-teal-400 hover:text-blue-400">Banner</a>, but they may cause instability.
Plugins can be enabled using <a href="https://github.com/CardboardPowered/cardboard"
class="underline text-teal-400 hover:text-blue-400">Cardboard</a> or <a
href="https://github.com/MohistMC/Banner"
class="underline text-teal-400 hover:text-blue-400">Banner</a>, but they may cause instability.
</p>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
<strong>Recommended Mod Alternatives</strong>:
</p>
<ul class="text-lg max-w-3xl mx-auto opacity-90 leading-relaxed list-disc list-inside mb-8">
<li>AuthMe: <a href="https://modrinth.com/mod/easyauth" class="underline text-teal-400 hover:text-blue-400">EasyAuth</a></li>
<li>CoreProtect: <a href="https://modrinth.com/mod/ledger" class="underline text-teal-400 hover:text-blue-400">Ledger</a></li>
<li>DiscordSRV: <a href="https://modrinth.com/mod/discord-mc-chat" class="underline text-teal-400 hover:text-blue-400">Discord-MC-Chat</a></li>
<li>Profiling: <a href="https://modrinth.com/mod/spark" class="underline text-teal-400 hover:text-blue-400">Spark</a></li>
<li>Whitelist: <a href="https://modrinth.com/mod/easywhitelist" class="underline text-teal-400 hover:text-blue-400">EasyWhitelist</a></li>
<li>SkinsRestorer: <a href="https://modrinth.com/mod/fabrictailor" class="underline text-teal-400 hover:text-blue-400">FabricTailor</a></li>
<li>LuckPerms: <a href="https://modrinth.com/mod/luckperms" class="underline text-teal-400 hover:text-blue-400">LuckPerms</a></li>
<li>AuthMe: <a href="https://modrinth.com/mod/easyauth"
class="underline text-teal-400 hover:text-blue-400">EasyAuth</a></li>
<li>CoreProtect: <a href="https://modrinth.com/mod/ledger"
class="underline text-teal-400 hover:text-blue-400">Ledger</a></li>
<li>DiscordSRV: <a href="https://modrinth.com/mod/discord-mc-chat"
class="underline text-teal-400 hover:text-blue-400">Discord-MC-Chat</a></li>
<li>Profiling: <a href="https://modrinth.com/mod/spark"
class="underline text-teal-400 hover:text-blue-400">Spark</a></li>
<li>Whitelist: <a href="https://modrinth.com/mod/easywhitelist"
class="underline text-teal-400 hover:text-blue-400">EasyWhitelist</a></li>
<li>SkinsRestorer: <a href="https://modrinth.com/mod/fabrictailor"
class="underline text-teal-400 hover:text-blue-400">FabricTailor</a></li>
<li>LuckPerms: <a href="https://modrinth.com/mod/luckperms"
class="underline text-teal-400 hover:text-blue-400">LuckPerms</a></li>
</ul>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
<strong>Note</strong>: Use AuthMe/SkinsRestorer only for offline-mode servers.
@@ -452,15 +539,20 @@
class="text-3xl minecraft-font mb-8 text-center bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500">
Proxy Servers (BungeeCord/Velocity)</h2>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
Proxy servers like Velocity connect multiple Minecraft servers, allowing seamless player transfers. Players connect to a lightweight proxy, which redirects them to “slave” servers.
Proxy servers like Velocity connect multiple Minecraft servers, allowing seamless player transfers.
Players connect to a lightweight proxy, which redirects them to “slave” servers.
</p>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
<strong>Recommended Proxy</strong>: Use <strong>Velocity</strong> for stability and performance. Avoid BungeeCord (outdated) or Waterfall (unsupported).
<strong>Recommended Proxy</strong>: Use <strong>Velocity</strong> for stability and performance. Avoid
BungeeCord (outdated) or Waterfall (unsupported).
</p>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
<strong>Connecting to My-MC.Link</strong>:<br>
1. Use <code class="bg-gray-800 text-teal-400 px-1 rounded">/my-mc-link</code> for a temporary domain (7-day limit) or the Advanced Connection method.<br>
2. Install <a href="https://modrinth.com/mod/fabricproxy-lite" class="underline text-teal-400 hover:text-blue-400">FabricProxy-Lite</a> on your Fabric server to prevent direct connections.
1. Use <code class="bg-gray-800 text-teal-400 px-1 rounded">/my-mc-link</code> for a temporary domain
(7-day limit) or the Advanced Connection method.<br>
2. Install <a href="https://modrinth.com/mod/fabricproxy-lite"
class="underline text-teal-400 hover:text-blue-400">FabricProxy-Lite</a> on your Fabric server to
prevent direct connections.
</p>
</section>
@@ -474,24 +566,28 @@
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
<strong>How to Connect</strong>:<br>
1. Install the Fabric mod loader.<br>
2. Download the MyMcRealms mod: <a href="https://realms.my-mc.link/public/mod/MyMcRealms-1.0.jar" class="underline text-teal-400 hover:text-blue-400">MyMcRealms-1.0.jar</a>.<br>
3. Place it in your Minecraft <code>mods</code> folder (e.g., <code>.minecraft/versions/1.21/mods</code>).<br>
2. Download the MyMcRealms mod: <a href="https://realms.my-mc.link/public/mod/MyMcRealms-1.0.jar"
class="underline text-teal-400 hover:text-blue-400">MyMcRealms-1.0.jar</a>.<br>
3. Place it in your Minecraft <code>mods</code> folder (e.g.,
<code>.minecraft/versions/1.21/mods</code>).<br>
4. Launch Minecraft and click the <strong>Minecraft Realms</strong> button.
</p>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
<strong>Troubleshooting</strong>:<br>
- <strong>Server Not Visible</strong>: Run <code class="bg-gray-800 text-teal-400 px-1 rounded">/my-mc-link</code> and wait ~1 minute or restart the game.<br>
- <strong>Server Not Visible</strong>: Run <code
class="bg-gray-800 text-teal-400 px-1 rounded">/my-mc-link</code> and wait ~1 minute or restart the
game.<br>
- <strong>Not the Owner</strong>: Claim ownership with:<br>
<code class="bg-gray-800 text-teal-400 px-1 rounded">/mc-cmd cmd: op <yourUsername></code>
</p>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
<strong>Managing Players</strong>:<br>
- <strong>Operator Status</strong>:<br>
- In-game: <code class="bg-gray-800 text-teal-400 px-1 rounded">/op <username></code><br>
- Via Realms: <code>Configure</code><code>Players</code><br>
- In-game: <code class="bg-gray-800 text-teal-400 px-1 rounded">/op <username></code><br>
- Via Realms: <code>Configure</code><code>Players</code><br>
- <strong>Whitelist</strong>:<br>
- In-game: <code class="bg-gray-800 text-teal-400 px-1 rounded">/whitelist <username></code><br>
- Via Realms: <code>Configure</code><code>Players</code> or <code>Settings</code>
- In-game: <code class="bg-gray-800 text-teal-400 px-1 rounded">/whitelist <username></code><br>
- Via Realms: <code>Configure</code><code>Players</code> or <code>Settings</code>
</p>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
<strong>Note</strong>: MyMcRealms is free, unlike Mojangs premium Realms.
@@ -509,16 +605,28 @@
<strong>Key Features</strong>:
</p>
<ul class="text-lg max-w-3xl mx-auto opacity-90 leading-relaxed list-disc list-inside mb-8">
<li><strong>Authentication</strong>: Generate a 365-day API key with <code class="bg-gray-800 text-teal-400 px-1 rounded">/api-key</code> in Discord.</li>
<li><strong>Server Management</strong>: Start, stop, or restart servers (<code>GET /start</code>, <code>/stop</code>, <code>/restart</code>).</li>
<li><strong>Player Management</strong>: List players (<code>GET /list-players</code>), ban/unban (<code>POST /ban</code>, <code>/unban</code>), send messages (<code>POST /say</code>, <code>/tell</code>).</li>
<li><strong>Mod Management</strong>: Install/uninstall mods (<code>POST /install</code>, <code>/uninstall</code>), search mods (<code>POST /search</code>), list mods (<code>GET /mod-list</code>).</li>
<li><strong>Monitoring</strong>: View stats (<code>GET /stats</code>) and logs (<code>GET /log</code>).</li>
<li><strong>Authentication</strong>: Generate a 365-day API key with <code
class="bg-gray-800 text-teal-400 px-1 rounded">/api-key</code> in Discord.</li>
<li><strong>Server Management</strong>: Start, stop, or restart servers (<code>GET /start</code>,
<code>/stop</code>, <code>/restart</code>).
</li>
<li><strong>Player Management</strong>: List players (<code>GET /list-players</code>), ban/unban
(<code>POST /ban</code>, <code>/unban</code>), send messages (<code>POST /say</code>,
<code>/tell</code>).
</li>
<li><strong>Mod Management</strong>: Install/uninstall mods (<code>POST /install</code>,
<code>/uninstall</code>), search mods (<code>POST /search</code>), list mods
(<code>GET /mod-list</code>).
</li>
<li><strong>Monitoring</strong>: View stats (<code>GET /stats</code>) and logs (<code>GET /log</code>).
</li>
</ul>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed">
<strong>Documentation</strong>:<br>
- API: <a href="https://info.my-mc.link/api/" class="underline text-teal-400 hover:text-blue-400">API Docs</a><br>
- JavaScript Library: <a href="https://info.my-mc.link/mymc-lib/" class="underline text-teal-400 hover:text-blue-400">MyMC Lib Docs</a>
- API: <a href="https://info.my-mc.link/api/" class="underline text-teal-400 hover:text-blue-400">API
Docs</a><br>
- JavaScript Library: <a href="https://info.my-mc.link/mymc-lib/"
class="underline text-teal-400 hover:text-blue-400">MyMC Lib Docs</a>
</p>
</section>
@@ -535,7 +643,8 @@
</p>
</section>
</main>
<!-- Particles.js Container -->
<div id="particles-js" style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;"></div>
<footer class="bg-gray-900/20 backdrop-filter backdrop-blur-xl py-8 text-center relative z-10">
<p class="text-sm opacity-90">© 2025 My-MC.Link. All rights reserved.</p>
<p class="text-sm opacity-90 mt-3">
@@ -543,6 +652,8 @@
donated by <a href="https://raven-scott.fyi" class="underline">SNXRaven</a>
</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js">
</script>
<script src="https://my-mc.link/js/main.js"></script>
</body>