Guidebook.md

Guidebook.md

Add Markdown guides to BTA, allowing modders to efficiently create and format guides. Markdown books were added to BTA, allowing users to create, edit, and organize complete, structured Markdown-compatible documents.

by
106 Downloads
bta-babricgame-mechanicslibrarysocial
Rent Server with this Mod

Screenshots

Markdown Example
Markdown Example Result
Editable book recipe
Editable book editor
Guidebook showcase
Editable book cover page

About this Mod

Guidebook.md

Helps BTA modders create mod guides quickly and easily using Markdown with extra features

How to Use?
Create a MDBookScreen inherited class.
Load config from asset path, include .md files.
Use as a normal screen, opened from a trigger.

Formats

Use < & > chars for color codes:

- 0 = &0Black
- 1 = &1Dark Blue
- 2 = &2Dark Green
- 3 = &3Dark Aqua
- 4 = &4Dark Red
- 5 = &5Dark Purple
- 6 = &6Gold
- 7 = &7Gray
- 8 = &8Dark Gray
- 9 = &9Blue
- a = &aGreen
- b = &bAqua
- c = &cRed
- d = &dLight Purple
- e = &eYellow
- f = &fWhite
- s = &sShadow
- r = Reset

Syntax

Regular &3Markdown syntax adapted for &6BTA Guidebook format:
# H1
## H2
### H3
#### H4
##### H5
###### H6
* Unordered List
- Unordered List
1. Ordered List

Specials

**Images**
- [text](/assets/modid/textures/path/to/img.png)(width,height,type)
- ![slot](modid:item/name)
- ![workbench](empty,empty,empty,empty,empty,empty,empty,empty,empty, empty)
  • Width & Height in pixels
  • type = default | icon or (no text) to use default option
  • The workbench last slot it's for output item

How to use?

Markdown guidebook

public class MyBook extends MarkdownGuidebook<MDPage> {

    public IntroBook() {
        String path = "/assets/modid/markdown/mybook/";
        config = BookConfig.fromJsonResource(getClass(), path + "config.json");

        DecimalFormat formatter = new DecimalFormat("000");
        for (int i = 0; i<11; i++) {
            String fileName = "page_" + formatter.format(i + 1) + ".md";

            loadMarkdownPages(path + fileName);
        }
    }
}

Display markdown

Check superclass for more info.

public class MyMDScreen extends MDScreen {
    public MyMDScreen() {
        currentPage = MarkdownCompiler.compile("/assets/modid/markdown/path/to/your/file.md", getClass());
    }
}

In-Game Markdown Editor

Use the editable book in-game and export the Markdown content to use in your project!
Or use it to share information with your friends in your world!

image image

Commands

Export or load markdown books.

  • Use: /guidebook export </p> <ul> <li>to export to: btafolder/guidebook/exported/<title></li> </ul> </li> <li><p>Use: /guidebook load <title></p> <ul> <li>Load from: btafolder/guidebook/load/<title></li> </ul> </li> </ul> <h3>Showcase</h3> <p>Download the zip with the files in the release page<br><img width="1464" height="879" alt="image" src="https://github.com/user-attachments/assets/d87392c0-9c10-44e0-878c-a8926bffca7f" /></p> <p><a href="https://github.com/user-attachments/assets/d2f9fe57-74f7-433e-8f00-0848fc137571">https://github.com/user-attachments/assets/d2f9fe57-74f7-433e-8f00-0848fc137571</a></p> </div></div><div class="mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6"><h2 class="text-xl font-bold text-white mb-4">Available Versions</h2><div class="space-y-3"><div class="flex items-center justify-between p-3 bg-gray-800/50 rounded-lg"><div><div class="flex items-center gap-2"><span class="text-white font-medium text-sm">Guidebook.md 1.1.0</span><span class="px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400">release</span></div><div class="flex items-center gap-3 mt-1 text-xs text-gray-500"><span>MC <!-- -->b1.7.3</span><span>bta-babric</span></div></div><span class="text-xs text-gray-500">August 1, 2025</span></div><div class="flex items-center justify-between p-3 bg-gray-800/50 rounded-lg"><div><div class="flex items-center gap-2"><span class="text-white font-medium text-sm">Guidebook.md 1.0.0</span><span class="px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400">release</span></div><div class="flex items-center gap-3 mt-1 text-xs text-gray-500"><span>MC <!-- -->b1.7.3</span><span>bta-babric</span></div></div><span class="text-xs text-gray-500">August 1, 2025</span></div></div></div><div class="mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6"><h2 class="text-xl font-bold text-white mb-4">How to Install Guidebook.md on Your Server</h2><div class="space-y-4 text-gray-300 text-sm"><div class="flex gap-3"><div class="flex-shrink-0 w-8 h-8 bg-green-600 rounded-full flex items-center justify-center text-white font-bold text-sm">1</div><div><h3 class="text-white font-semibold mb-1">Order Server</h3><p>Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).</p></div></div><div class="flex gap-3"><div class="flex-shrink-0 w-8 h-8 bg-green-600 rounded-full flex items-center justify-center text-white font-bold text-sm">2</div><div><h3 class="text-white font-semibold mb-1">Set bta-babric Loader</h3><p>In the panel under "Egg", select the bta-babric loader and matching Minecraft version (b1.7.3).</p></div></div><div class="flex gap-3"><div class="flex-shrink-0 w-8 h-8 bg-green-600 rounded-full flex items-center justify-center text-white font-bold text-sm">3</div><div><h3 class="text-white font-semibold mb-1">Install Mod</h3><p>Open the mod browser in the dashboard and search for "Guidebook.md". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.</p></div></div></div></div><div class="mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6"><h2 class="text-xl font-bold text-white mb-4">Compatibility</h2><div class="grid grid-cols-1 sm:grid-cols-2 gap-4 text-sm"><div><h3 class="text-gray-400 mb-2 font-medium">Mod Loaders</h3><div class="flex flex-wrap gap-2"><span class="px-3 py-1.5 bg-blue-500/10 text-blue-400 rounded-lg text-sm capitalize border border-blue-500/20">bta-babric</span></div></div><div><h3 class="text-gray-400 mb-2 font-medium">Minecraft Versions</h3><p class="text-white">b1.7.3</p></div><div><h3 class="text-gray-400 mb-2 font-medium">Server-side</h3><span class="font-medium text-yellow-400">~ <!-- -->Optional</span></div><div><h3 class="text-gray-400 mb-2 font-medium">Recommended RAM</h3><span class="text-green-400 font-semibold">4<!-- --> GB</span><span class="text-gray-500 ml-1">(min. <!-- -->3<!-- --> GB)</span></div></div></div><div class="mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6"><h2 class="text-xl font-bold text-white mb-4">Frequently Asked Questions</h2><div class="space-y-4"><details class="group"><summary class="flex items-center justify-between cursor-pointer p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors"><span class="text-white font-medium text-sm">Guidebook.md server crashes on startup – what to do?</span><svg class="w-5 h-5 text-gray-400 group-open:rotate-180 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></summary><p class="text-gray-300 text-sm mt-2 px-3 pb-2">Most common cause: wrong bta-babric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (b1.7.3). You can switch loaders with one click in the panel.</p></details><details class="group"><summary class="flex items-center justify-between cursor-pointer p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors"><span class="text-white font-medium text-sm">Is Guidebook.md compatible with bta-babric?</span><svg class="w-5 h-5 text-gray-400 group-open:rotate-180 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></summary><p class="text-gray-300 text-sm mt-2 px-3 pb-2">Guidebook.md officially supports bta-babric for Minecraft b1.7.3. The Mado dashboard automatically detects incompatible loader combinations.</p></details><details class="group"><summary class="flex items-center justify-between cursor-pointer p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors"><span class="text-white font-medium text-sm">Server lagging with Guidebook.md – how to optimize performance?</span><svg class="w-5 h-5 text-gray-400 group-open:rotate-180 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg></summary><p class="text-gray-300 text-sm mt-2 px-3 pb-2">Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Guidebook.md consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.</p></details></div></div><div class="mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6"><h2 class="text-xl font-bold text-white mb-4">Similar Mods</h2><div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-3"><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods/veinminer"><img alt="VeinMiner" loading="lazy" width="40" height="40" decoding="async" data-nimg="1" class="rounded-lg flex-shrink-0" style="color:transparent" src="https://cdn.modrinth.com/data/OhduvhIc/5ea1f538e66ee4d4e5e571ad952cba0e06e0bd5c.png"/><div class="min-w-0"><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate">VeinMiner</span><span class="text-gray-500 text-xs">54.4M<!-- --> Downloads</span></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods/geckolib"><img alt="Geckolib" loading="lazy" width="40" height="40" decoding="async" data-nimg="1" class="rounded-lg flex-shrink-0" style="color:transparent" src="https://cdn.modrinth.com/data/8BmcQJ2H/012d1aadbc754995de66e8c149a56aa10b63fe05_96.webp"/><div class="min-w-0"><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate">Geckolib</span><span class="text-gray-500 text-xs">52.4M<!-- --> Downloads</span></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods/veinminer-client"><img alt="VeinMiner Hotkey" loading="lazy" width="40" height="40" decoding="async" data-nimg="1" class="rounded-lg flex-shrink-0" style="color:transparent" src="https://cdn.modrinth.com/data/dxa0Bm8m/3cfaaf9dcd74090bf78a03650ee43bf864d21ea5_96.webp"/><div class="min-w-0"><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate">VeinMiner Hotkey</span><span class="text-gray-500 text-xs">33.2M<!-- --> Downloads</span></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods/cobblemon"><img alt="Cobblemon" loading="lazy" width="40" height="40" decoding="async" data-nimg="1" class="rounded-lg flex-shrink-0" style="color:transparent" src="https://cdn.modrinth.com/data/MdwFAVRL/abfca1654a2d09bab85cbffcc9869938c951ee0e_96.webp"/><div class="min-w-0"><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate">Cobblemon</span><span class="text-gray-500 text-xs">27.8M<!-- --> Downloads</span></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods/betterf3"><img alt="BetterF3" loading="lazy" width="40" height="40" decoding="async" data-nimg="1" class="rounded-lg flex-shrink-0" style="color:transparent" src="https://cdn.modrinth.com//data/8shC1gFX/icon.png"/><div class="min-w-0"><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate">BetterF3</span><span class="text-gray-500 text-xs">27.6M<!-- --> Downloads</span></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods/fzzy-config"><img alt="Fzzy Config" loading="lazy" width="40" height="40" decoding="async" data-nimg="1" class="rounded-lg flex-shrink-0" style="color:transparent" src="https://cdn.modrinth.com/data/hYykXjDp/11f469b1bf1f201a95c2e3ddc09ca47d85c3ed53.png"/><div class="min-w-0"><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate">Fzzy Config</span><span class="text-gray-500 text-xs">27.0M<!-- --> Downloads</span></div></a></div></div><div class="mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6"><h2 class="text-xl font-bold text-white mb-4">Related Resources</h2><div class="grid grid-cols-1 sm:grid-cols-2 gap-3"><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-server-hosting"><div class="w-8 h-8 bg-green-600/20 rounded-lg flex items-center justify-center flex-shrink-0"><svg class="w-4 h-4 text-green-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 12h14M12 5l7 7-7 7"></path></svg></div><div><span class="text-white text-sm font-medium group-hover:text-green-400 transition-colors">Rent Minecraft Server</span><p class="text-gray-500 text-xs">All plans & pricing</p></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-mods"><div class="w-8 h-8 bg-blue-600/20 rounded-lg flex items-center justify-center flex-shrink-0"><svg class="w-4 h-4 text-blue-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path></svg></div><div><span class="text-white text-sm font-medium group-hover:text-blue-400 transition-colors">All Minecraft Mods</span><p class="text-gray-500 text-xs">Browse mod directory</p></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/minecraft-modpacks"><div class="w-8 h-8 bg-purple-600/20 rounded-lg flex items-center justify-center flex-shrink-0"><svg class="w-4 h-4 text-purple-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"></path></svg></div><div><span class="text-white text-sm font-medium group-hover:text-purple-400 transition-colors">Minecraft Modpacks</span><p class="text-gray-500 text-xs">Set up modpack servers</p></div></a><a class="flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group" href="/docs/getting-started"><div class="w-8 h-8 bg-yellow-600/20 rounded-lg flex items-center justify-center flex-shrink-0"><svg class="w-4 h-4 text-yellow-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path></svg></div><div><span class="text-white text-sm font-medium group-hover:text-yellow-400 transition-colors">Getting Started</span><p class="text-gray-500 text-xs">Server setup guide</p></div></a></div></div></div><div class="space-y-6"><div class="bg-gradient-to-br from-green-900/30 to-gray-900 rounded-xl border border-green-500/20 p-6 sticky top-24"><h3 class="text-lg font-bold text-white mb-2">Rent Modded Server</h3><p class="text-gray-400 text-sm mb-4">Install Guidebook.md with just one click on your server.</p><div class="bg-gray-800/50 rounded-lg p-3 mb-4"><div class="text-xs text-gray-400 mb-1">Recommended RAM</div><div class="flex items-baseline gap-2"><span class="text-2xl font-bold text-green-400">4<!-- --> GB</span><span class="text-gray-500 text-sm">ab €<!-- -->8<!-- -->/mo</span></div><div class="text-xs text-gray-500 mt-1">Min. <!-- -->3<!-- --> GB | <!-- -->+1 GB pro 8 Spieler</div></div><a class="w-full inline-flex items-center justify-center px-6 py-3 bg-green-600 hover:bg-green-700 text-white font-semibold rounded-lg transition-colors" href="/gameserver/minecraft-java">Create Server Now</a><div class="mt-3 space-y-2 text-xs text-gray-500"><div class="flex items-center gap-2"><svg class="w-4 h-4 text-green-500 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>1-Click Mod Install</div><div class="flex items-center gap-2"><svg class="w-4 h-4 text-green-500 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>NVMe SSD Storage</div><div class="flex items-center gap-2"><svg class="w-4 h-4 text-green-500 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>DDoS Protection included</div></div></div><div class="bg-gray-900 rounded-xl border border-gray-800 p-6"><h3 class="text-lg font-bold text-white mb-4">Details</h3><dl class="space-y-3 text-sm"><div class="flex justify-between"><dt class="text-gray-400">License</dt><dd class="text-white">Creative Commons Zero v1.0 Universal</dd></div><div class="flex justify-between"><dt class="text-gray-400">Server-side</dt><dd class="font-medium text-yellow-400">Optional</dd></div></dl><div class="mt-4 pt-4 border-t border-gray-800"><a href="https://modrinth.com/mod/guidebook.md" target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 text-sm text-gray-400 hover:text-green-400 transition-colors"><svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>View on Modrinth</a></div></div><div class="bg-gray-900 rounded-xl border border-gray-800 p-6"><h3 class="text-lg font-bold text-white mb-3">Supported Versions</h3><div class="flex flex-wrap gap-2"><span class="px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs">b1.7.3</span></div></div></div></div></section></div><!--$--><!--/$--></main><footer class="bg-gray-900 text-gray-300"><div class="container-custom py-12"><div class="grid grid-cols-1 md:grid-cols-4 gap-8"><div class="col-span-1"><a class="flex items-center space-x-3 mb-4" href="/"><img alt="Mado Hosting Logo" loading="lazy" width="32" height="32" decoding="async" data-nimg="1" class="rounded-md" style="color:transparent" src="/logo.svg"/><span class="text-2xl font-bold text-white">Mado <span class="text-primary-500">Hosting</span></span></a><p class="text-sm text-gray-400">Professional Minecraft server hosting with German quality and support.</p></div><div><h3 class="text-white font-semibold mb-4">Product</h3><ul class="space-y-2"><li><a class="hover:text-primary-500 transition-colors" href="/">Home</a></li><li><a class="hover:text-primary-500 transition-colors" href="/pricing">Pricing</a></li><li><a class="hover:text-primary-500 transition-colors" href="/features">Features</a></li><li><a class="hover:text-primary-500 transition-colors flex items-center gap-1" href="/giveaways">Giveaways</a></li><li><a class="hover:text-primary-500 transition-colors" href="/dashboard">Dashboard</a></li><li><a class="hover:text-primary-500 transition-colors" href="/minecraft-modpacks">Minecraft Modpacks</a></li><li><a class="hover:text-primary-500 transition-colors" href="/minecraft-mods">Minecraft Mods</a></li><li><a class="hover:text-primary-500 transition-colors" href="/satisfactory-mods">Satisfactory Mods</a></li><li><a class="hover:text-primary-500 transition-colors" href="/blog">Blog</a></li><li><a class="hover:text-primary-500 transition-colors" href="/compare">Comparisons</a></li></ul></div><div><h3 class="text-white font-semibold mb-4">Support</h3><ul class="space-y-2"><li><a class="hover:text-primary-500 transition-colors" href="/support">Support</a></li><li><a class="hover:text-primary-500 transition-colors" href="/docs">Documentation</a></li></ul></div><div><h3 class="text-white font-semibold mb-4">Legal</h3><ul class="space-y-3"><li class="flex items-center space-x-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail h-4 w-4 text-primary-500" aria-hidden="true"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"></path><rect x="2" y="4" width="20" height="16" rx="2"></rect></svg><a href="mailto:support@mado-hosting.com" class="hover:text-primary-500 transition-colors">support@mado-hosting.com</a></li><li class="flex items-center space-x-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-pin h-4 w-4 text-primary-500" aria-hidden="true"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path><circle cx="12" cy="10" r="3"></circle></svg><span>Deutschland</span></li></ul></div></div><div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center"><p class="text-sm text-gray-400">© <!-- -->2026<!-- --> Mado Hosting. <!-- -->All rights reserved.</p><div class="flex flex-wrap space-x-6 mt-4 md:mt-0"><a class="text-sm hover:text-primary-500 transition-colors" href="/imprint">Imprint</a><a class="text-sm hover:text-primary-500 transition-colors" href="/privacy">Privacy</a><a class="text-sm hover:text-primary-500 transition-colors" href="/terms">Terms</a><button class="text-sm hover:text-primary-500 transition-colors flex items-center gap-1"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cookie h-3 w-3" aria-hidden="true"><path d="M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5"></path><path d="M8.5 8.5v.01"></path><path d="M16 15.5v.01"></path><path d="M12 12v.01"></path><path d="M11 17v.01"></path><path d="M7 14v.01"></path></svg>Cookie Settings</button><a href="https://ec.europa.eu/consumers/odr/" target="_blank" rel="noopener noreferrer" class="text-sm hover:text-primary-500 transition-colors">ODR Platform</a></div></div><div class="border-t border-gray-800 mt-4 pt-4 text-center"><a href="https://github.com/m41denx/pelican-contrib/tree/feat/api-docker-tags" target="_blank" rel="noopener noreferrer" class="text-xs text-gray-500 hover:text-primary-500 transition-colors">Powered by Pelican Panel</a></div></div></footer><div class="fixed bottom-4 right-4 z-[9999] flex flex-col gap-2 pointer-events-none"></div><script src="/_next/static/chunks/0fo5la6mgju1c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[339756,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n4:I[837457,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n5:I[522016,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"\"]\n7:I[897367,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\nb:I[897367,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"ViewportBoundary\"]\nd:I[897367,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"MetadataBoundary\"]\nf:I[563491,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\",\"/_next/static/chunks/0-5cs6-bx_n1h.js\"],\"default\"]\n12:I[633750,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"LanguageProvider\"]\n13:I[390464,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n14:I[201397,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"SWRProvider\"]\n15:I[562808,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"AnalyticsProvider\"]\n16:I[783036,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"ToastProvider\"]\n17:I[522077,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n18:I[658468,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n19:I[658468,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"GTMNoScript\"]\n1a:I[658468,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"MetaPixelNoScript\"]\n1b:I[418662,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"PageViewTracker\"]\n1c:I[410617,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"AffiliateTracker\"]\n1d:I[845678,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n1e:I[758298,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\",\"/_next/static/chunks/0wa-q4mm3nmf5.js\"],\"default\"]\n1f:I[13642,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n20:I[940244,[\"/_nex"])</script><script>self.__next_f.push([1,"t/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n21:I[666793,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"default\"]\n:HL[\"/_next/static/chunks/0ofl~hgmvsfl9.css\",\"style\"]\n:HL[\"/_next/static/media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"minecraft-mods\",\"guidebook.md\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"minecraft-mods\",{\"children\":[[\"slug\",\"guidebook.md\",\"d\",null],{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0ofl~hgmvsfl9.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0hyklggq~~~ux.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0osuol5wpeapd.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0riv9d561q8xl.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0i.l9589uvx0j.js\",\"async\":true,\"nonce\":\"$undefined\"}]],\"$L2\"]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"min-h-screen flex items-center justify-center\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center px-4\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-6xl font-bold text-white mb-4\",\"children\":\"404\"}],[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold text-gray-300 mb-4\",\"children\":\"Mod nicht gefunden\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-400 mb-8 max-w-md mx-auto\",\"children\":\"Die gesuchte Mod existiert nicht oder wurde entfernt.\"}],[\"$\",\"div\",null,{\"className\":\"flex gap-4 justify-center\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/minecraft-mods\",\"className\":\"px-6 py-3 bg-green-600 hover:bg-green-700 text-white font-semibold rounded-lg transition-colors\",\"children\":\"Alle Mods ansehen\"}],[\"$\",\"$L5\",null,{\"href\":\"/gameserver/minecraft-java\",\"className\":\"px-6 py-3 bg-gray-800 hover:bg-gray-700 text-gray-300 font-semibold rounded-lg transition-colors border border-gray-700\",\"children\":\"Server mieten\"}]]}]]}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[\"$L6\",null,[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,null]},null,false,\"$@a\"]},null,false,\"$@a\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Le\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0ofl~hgmvsfl9.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":false,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"yNagbpoC353dFc1N7ogK_\"}\n"])</script><script>self.__next_f.push([1,"10:[]\na:\"$W10\"\n"])</script><script>self.__next_f.push([1,"2:[\"$\",\"html\",null,{\"lang\":\"en\",\"translate\":\"no\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"meta\",null,{\"name\":\"google\",\"content\":\"notranslate\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n window.dataLayer = window.dataLayer || [];\\n function gtag(){dataLayer.push(arguments);}\\n \\n // Default consent - alles denied bis User zustimmt\\n gtag('consent', 'default', {\\n 'ad_storage': 'denied',\\n 'ad_user_data': 'denied',\\n 'ad_personalization': 'denied',\\n 'analytics_storage': 'denied',\\n 'functionality_storage': 'denied',\\n 'personalization_storage': 'denied',\\n 'security_storage': 'granted',\\n 'wait_for_update': 500\\n });\\n \\n // URL-Passthrough für bessere Attribution ohne Cookies\\n gtag('set', 'url_passthrough', true);\\n gtag('set', 'ads_data_redaction', true);\\n \"}}],[\"$\",\"script\",null,{\"async\":true,\"src\":\"https://www.googletagmanager.com/gtag/js?id=AW-17754501933\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n gtag('js', new Date());\\n gtag('config', 'AW-17754501933');\\n \"}}],\"$L11\",[\"$\",\"script\",null,{\"type\":\"text/javascript\",\"src\":\"//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js\",\"async\":true}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n window.$crisp=[];\\n window.CRISP_WEBSITE_ID=\\\"56d640bf-9047-49a1-81a7-447c20966aef\\\";\\n (function(){\\n var d=document;\\n var s=d.createElement(\\\"script\\\");\\n s.src=\\\"https://client.crisp.chat/l.js\\\";\\n s.async=1;\\n d.getElementsByTagName(\\\"head\\\")[0].appendChild(s);\\n })();\\n \"}}]]}],[\"$\",\"body\",null,{\"className\":\"outfit_9f4f9187-module__4LtYgq__variable font-sans antialiased\",\"children\":[\"$\",\"$L12\",null,{\"initialLanguage\":\"en\",\"children\":[\"$\",\"$L13\",null,{\"children\":[\"$\",\"$L14\",null,{\"children\":[\"$\",\"$L15\",null,{\"children\":[\"$\",\"$L16\",null,{\"children\":[[\"$\",\"$L17\",null,{}],[\"$\",\"$L18\",null,{}],[\"$\",\"$L19\",null,{}],[\"$\",\"$L1a\",null,{}],[\"$\",\"$L1b\",null,{}],[\"$\",\"$8\",null,{\"fallback\":null,\"children\":[\"$\",\"$L1c\",null,{}]}],[\"$\",\"$L1d\",null,{}],[\"$\",\"main\",null,{\"className\":\"min-h-screen\",\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$1e\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0wa-q4mm3nmf5.js\",\"async\":true}]],\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$L1f\",null,{}],[\"$\",\"$L20\",null,{}],[\"$\",\"$L21\",null,{}]]}]}]}]}]}]}]]}]\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"Mado Hosting\\\",\\\"url\\\":\\\"https://www.mado-hosting.com\\\",\\\"logo\\\":\\\"https://www.mado-hosting.com/logo.png\\\",\\\"description\\\":\\\"Professional Minecraft Server Hosting with DDoS protection, NVMe SSDs, and 24/7 support.\\\",\\\"sameAs\\\":[],\\\"contactPoint\\\":{\\\"@type\\\":\\\"ContactPoint\\\",\\\"contactType\\\":\\\"customer service\\\",\\\"availableLanguage\\\":[\\\"German\\\",\\\"English\\\"]},\\\"offers\\\":{\\\"@type\\\":\\\"AggregateOffer\\\",\\\"priceCurrency\\\":\\\"EUR\\\",\\\"lowPrice\\\":\\\"3\\\",\\\"highPrice\\\":\\\"25\\\",\\\"offerCount\\\":\\\"5\\\"}}\"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"WebSite\\\",\\\"name\\\":\\\"Mado Hosting\\\",\\\"url\\\":\\\"https://www.mado-hosting.com\\\",\\\"inLanguage\\\":\\\"en-US\\\",\\\"potentialAction\\\":{\\\"@type\\\":\\\"SearchAction\\\",\\\"target\\\":\\\"https://www.mado-hosting.com/docs?q={search_term_string}\\\",\\\"query-input\\\":\\\"required name=search_term_string\\\"}}\"}}]]\nc:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"22:I[27201,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"IconMark\"]\n9:null\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"title\",\"0\",{\"children\":\"Guidebook.md Mod Server Hosting — One-Click Install | Mado Hosting | Mado Hosting\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Host Guidebook.md on your Minecraft server. One-click install, NVMe SSDs, DDoS protection. bta-babric | From €6/month at Mado Hosting.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"author\",\"href\":\"https://www.mado-hosting.com\"}],[\"$\",\"meta\",\"3\",{\"name\":\"author\",\"content\":\"Mado Hosting Team\"}],[\"$\",\"link\",\"4\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"5\",{\"name\":\"keywords\",\"content\":\"Guidebook.md Mod,Guidebook.md Minecraft,Guidebook.md Server,Guidebook.md Mod install,Guidebook.md Server Hosting,Minecraft Mods,Minecraft Server Hosting\"}],[\"$\",\"meta\",\"6\",{\"name\":\"creator\",\"content\":\"Mado Hosting\"}],[\"$\",\"meta\",\"7\",{\"name\":\"publisher\",\"content\":\"Mado Hosting\"}],[\"$\",\"meta\",\"8\",{\"name\":\"robots\",\"content\":\"noindex, follow\"}],[\"$\",\"meta\",\"9\",{\"name\":\"googlebot\",\"content\":\"noindex, follow\"}],[\"$\",\"meta\",\"10\",{\"name\":\"category\",\"content\":\"Technology\"}],[\"$\",\"meta\",\"11\",{\"name\":\"classification\",\"content\":\"Game Server Hosting\"}],[\"$\",\"link\",\"12\",{\"rel\":\"canonical\",\"href\":\"https://www.mado-hosting.com/minecraft-mods/guidebook.md\"}],[\"$\",\"meta\",\"13\",{\"name\":\"format-detection\",\"content\":\"telephone=no, address=no, email=no\"}],[\"$\",\"meta\",\"14\",{\"property\":\"og:title\",\"content\":\"Guidebook.md Mod Server Hosting — One-Click Install | Mado Hosting\"}],[\"$\",\"meta\",\"15\",{\"property\":\"og:description\",\"content\":\"Host Guidebook.md on your Minecraft server. One-click install, NVMe SSDs, DDoS protection. bta-babric | From €6/month at Mado Hosting.\"}],[\"$\",\"meta\",\"16\",{\"property\":\"og:url\",\"content\":\"https://www.mado-hosting.com/minecraft-mods/guidebook.md\"}],[\"$\",\"meta\",\"17\",{\"property\":\"og:site_name\",\"content\":\"Mado Hosting\"}],[\"$\",\"meta\",\"18\",{\"property\":\"og:image\",\"content\":\"https://cdn.modrinth.com/data/GsQDXnLC/e5e83fdb1eb52ec25475b932cb9cd7276d0b0540.png\"}],[\"$\",\"meta\",\"19\",{\"property\":\"og:image:width\",\"content\":\"256\"}],[\"$\",\"meta\",\"20\",{\"property\":\"og:image:height\",\"content\":\"256\"}],[\"$\",\"meta\",\"21\",{\"property\":\"og:image:alt\",\"content\":\"Guidebook.md\"}],[\"$\",\"meta\",\"22\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"23\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"24\",{\"name\":\"twitter:site\",\"content\":\"@MadoHosting\"}],[\"$\",\"meta\",\"25\",{\"name\":\"twitter:creator\",\"content\":\"@MadoHosting\"}],[\"$\",\"meta\",\"26\",{\"name\":\"twitter:title\",\"content\":\"Mado Hosting - Minecraft Server Hosting\"}],[\"$\",\"meta\",\"27\",{\"name\":\"twitter:description\",\"content\":\"Professional Minecraft server hosting with top performance, DDoS protection, and 24/7 support.\"}],[\"$\",\"meta\",\"28\",{\"name\":\"twitter:image\",\"content\":\"https://www.mado-hosting.com/logo.png\"}],[\"$\",\"link\",\"29\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"48x48\"}],[\"$\",\"link\",\"30\",{\"rel\":\"icon\",\"href\":\"/favicon-48.png\",\"sizes\":\"48x48\",\"type\":\"image/png\"}],[\"$\",\"link\",\"31\",{\"rel\":\"icon\",\"href\":\"/favicon-96.png\",\"sizes\":\"96x96\",\"type\":\"image/png\"}],[\"$\",\"link\",\"32\",{\"rel\":\"icon\",\"href\":\"/favicon-144.png\",\"sizes\":\"144x144\",\"type\":\"image/png\"}],[\"$\",\"link\",\"33\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-touch-icon.png\",\"sizes\":\"180x180\",\"type\":\"image/png\"}],[\"$\",\"$L22\",\"34\",{}]]\n"])</script><script>self.__next_f.push([1,"23:I[605500,[\"/_next/static/chunks/0hyklggq~~~ux.js\",\"/_next/static/chunks/0osuol5wpeapd.js\",\"/_next/static/chunks/0riv9d561q8xl.js\",\"/_next/static/chunks/0i.l9589uvx0j.js\"],\"Image\"]\n"])</script><script>self.__next_f.push([1,"6:[\"$\",\"div\",null,{\"className\":\"min-h-screen\",\"children\":[[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"SoftwareApplication\\\",\\\"name\\\":\\\"Guidebook.md\\\",\\\"description\\\":\\\"Add Markdown guides to BTA, allowing modders to efficiently create and format guides.\\\\nMarkdown books were added to BTA, allowing users to create, edit, and organize complete, structured Markdown-compatible documents.\\\",\\\"url\\\":\\\"https://www.mado-hosting.com/minecraft-mods/guidebook.md\\\",\\\"image\\\":\\\"https://cdn.modrinth.com/data/GsQDXnLC/e5e83fdb1eb52ec25475b932cb9cd7276d0b0540.png\\\",\\\"author\\\":{\\\"@type\\\":\\\"Person\\\"},\\\"applicationCategory\\\":\\\"Game Mod\\\",\\\"operatingSystem\\\":\\\"Java\\\",\\\"interactionStatistic\\\":[{\\\"@type\\\":\\\"InteractionCounter\\\",\\\"interactionType\\\":\\\"https://schema.org/DownloadAction\\\",\\\"userInteractionCount\\\":106}]}\"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"BreadcrumbList\\\",\\\"itemListElement\\\":[{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":1,\\\"name\\\":\\\"Home\\\",\\\"item\\\":\\\"https://www.mado-hosting.com\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":2,\\\"name\\\":\\\"Minecraft Mods\\\",\\\"item\\\":\\\"https://www.mado-hosting.com/minecraft-mods\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":3,\\\"name\\\":\\\"Guidebook.md\\\",\\\"item\\\":\\\"https://www.mado-hosting.com/minecraft-mods/guidebook.md\\\"}]}\"}}],false,[\"$\",\"section\",null,{\"className\":\"relative pt-24 pb-12\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-gradient-to-b from-blue-900/20 via-transparent to-transparent\"}],[\"$\",\"div\",null,{\"className\":\"relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\",\"children\":[[\"$\",\"nav\",null,{\"className\":\"flex items-center gap-2 text-sm text-gray-400 mb-8\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/\",\"className\":\"hover:text-white transition-colors\",\"children\":\"Home\"}],[\"$\",\"span\",null,{\"children\":\"/\"}],[\"$\",\"$L5\",null,{\"href\":\"/minecraft-mods\",\"className\":\"hover:text-white transition-colors\",\"children\":\"Minecraft Mods\"}],[\"$\",\"span\",null,{\"children\":\"/\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-300\",\"children\":\"Guidebook.md\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex flex-col md:flex-row gap-8 items-start\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex-shrink-0\",\"children\":[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/GsQDXnLC/e5e83fdb1eb52ec25475b932cb9cd7276d0b0540.png\",\"alt\":\"Guidebook.md\",\"width\":128,\"height\":128,\"className\":\"rounded-2xl shadow-lg\",\"unoptimized\":true}]}],[\"$\",\"div\",null,{\"className\":\"flex-1 min-w-0\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-3xl md:text-4xl lg:text-5xl font-bold text-white mb-3\",\"children\":\"Guidebook.md\"}],[\"$\",\"p\",null,{\"className\":\"text-lg text-gray-300 mb-4\",\"children\":\"Add Markdown guides to BTA, allowing modders to efficiently create and format guides.\\nMarkdown books were added to BTA, allowing users to create, edit, and organize complete, structured Markdown-compatible documents.\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-4 mb-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-gray-400\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-5 h-5\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z\"}]}],[\"$\",\"span\",null,{\"children\":[\"by\",\" \",[\"$\",\"strong\",null,{\"className\":\"text-white\",\"children\":\"$undefined\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-gray-400\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-5 h-5\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4\"}]}],[\"$\",\"span\",null,{\"children\":[[\"$\",\"strong\",null,{\"className\":\"text-white\",\"children\":\"106\"}],\" Downloads\"]}]]}]]}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-2 mb-6\",\"children\":[[\"$L24\"],[\"$L25\",\"$L26\",\"$L27\"]]}],\"$L28\"]}]]}]]}]]}],\"$L29\"]}]\n"])</script><script>self.__next_f.push([1,"24:[\"$\",\"span\",\"bta-babric\",{\"className\":\"px-3 py-1 bg-blue-500/10 text-blue-400 rounded-full text-sm capitalize border border-blue-500/20\",\"children\":\"bta-babric\"}]\n25:[\"$\",\"span\",\"game-mechanics\",{\"className\":\"px-3 py-1 bg-gray-800 text-gray-300 rounded-full text-sm capitalize border border-gray-700\",\"children\":\"game-mechanics\"}]\n26:[\"$\",\"span\",\"library\",{\"className\":\"px-3 py-1 bg-gray-800 text-gray-300 rounded-full text-sm capitalize border border-gray-700\",\"children\":\"library\"}]\n27:[\"$\",\"span\",\"social\",{\"className\":\"px-3 py-1 bg-gray-800 text-gray-300 rounded-full text-sm capitalize border border-gray-700\",\"children\":\"social\"}]\n28:[\"$\",\"$L5\",null,{\"href\":\"/gameserver/minecraft-java\",\"className\":\"inline-flex items-center px-8 py-3 bg-green-600 hover:bg-green-700 text-white font-semibold rounded-lg transition-colors shadow-lg shadow-green-500/20\",\"children\":\"Rent Server with this Mod\"}]\n2a:Tdb1,"])</script><script>self.__next_f.push([1,"\u003ch1\u003eGuidebook.md\u003c/h1\u003e\n\u003cp\u003eHelps BTA modders create mod guides quickly and easily using Markdown with extra features\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Use?\u003c/strong\u003e\u003cbr\u003eCreate a MDBookScreen inherited class.\u003cbr\u003eLoad config from asset path, include .md files.\u003cbr\u003eUse as a normal screen, opened from a trigger.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFormats\u003c/strong\u003e \u003c/p\u003e\n\u003cp\u003eUse \u003ccode\u003e\u0026lt; \u0026amp; \u0026gt;\u003c/code\u003e chars for color codes:\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003e- 0 = \u0026amp;0Black\n- 1 = \u0026amp;1Dark Blue\n- 2 = \u0026amp;2Dark Green\n- 3 = \u0026amp;3Dark Aqua\n- 4 = \u0026amp;4Dark Red\n- 5 = \u0026amp;5Dark Purple\n- 6 = \u0026amp;6Gold\n- 7 = \u0026amp;7Gray\n- 8 = \u0026amp;8Dark Gray\n- 9 = \u0026amp;9Blue\n- a = \u0026amp;aGreen\n- b = \u0026amp;bAqua\n- c = \u0026amp;cRed\n- d = \u0026amp;dLight Purple\n- e = \u0026amp;eYellow\n- f = \u0026amp;fWhite\n- s = \u0026amp;sShadow\n- r = Reset\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003e\u003cstrong\u003eSyntax\u003c/strong\u003e \u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003eRegular \u0026amp;3Markdown syntax adapted for \u0026amp;6BTA Guidebook format:\n# H1\n## H2\n### H3\n#### H4\n##### H5\n###### H6\n* Unordered List\n- Unordered List\n1. Ordered List\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003e\u003cstrong\u003eSpecials\u003c/strong\u003e \u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"language-markdown\"\u003e**Images**\n- [text](/assets/modid/textures/path/to/img.png)(width,height,type)\n- ![slot](modid:item/name)\n- ![workbench](empty,empty,empty,empty,empty,empty,empty,empty,empty, empty)\n\u003c/code\u003e\u003c/pre\u003e\n\u003cul\u003e\n\u003cli\u003eWidth \u0026amp; Height in pixels\u003c/li\u003e\n\u003cli\u003etype = default | icon or (no text) to use default option\u003c/li\u003e\n\u003cli\u003eThe workbench last slot it\u0026#39;s for output item\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eHow to use?\u003c/h1\u003e\n\u003ch3\u003eMarkdown guidebook\u003c/h3\u003e\n\u003cpre\u003e\u003ccode class=\"language-java\"\u003epublic class MyBook extends MarkdownGuidebook\u0026lt;MDPage\u0026gt; {\n\n public IntroBook() {\n String path = \u0026quot;/assets/modid/markdown/mybook/\u0026quot;;\n config = BookConfig.fromJsonResource(getClass(), path + \u0026quot;config.json\u0026quot;);\n\n DecimalFormat formatter = new DecimalFormat(\u0026quot;000\u0026quot;);\n for (int i = 0; i\u0026lt;11; i++) {\n String fileName = \u0026quot;page_\u0026quot; + formatter.format(i + 1) + \u0026quot;.md\u0026quot;;\n\n loadMarkdownPages(path + fileName);\n }\n }\n}\n\u003c/code\u003e\u003c/pre\u003e\n\u003ch3\u003eDisplay markdown\u003c/h3\u003e\n\u003cp\u003e\u003cem\u003eCheck superclass for more info.\u003c/em\u003e\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"language-java\"\u003epublic class MyMDScreen extends MDScreen {\n public MyMDScreen() {\n currentPage = MarkdownCompiler.compile(\u0026quot;/assets/modid/markdown/path/to/your/file.md\u0026quot;, getClass());\n }\n}\n\u003c/code\u003e\u003c/pre\u003e\n\u003ch1\u003eIn-Game Markdown Editor\u003c/h1\u003e\n\u003cp\u003eUse the editable book in-game and export the Markdown content to use in your project!\u003cbr\u003eOr use it to share information with your friends in your world!\u003c/p\u003e\n\u003cimg width=\"449\" height=\"202\" alt=\"image\" src=\"https://github.com/user-attachments/assets/0b85c816-d925-4c9f-ad51-09d9522b3423\" /\u003e\n\n\u003cimg width=\"1143\" height=\"838\" alt=\"image\" src=\"https://github.com/user-attachments/assets/95a1e704-cd25-4433-bfa3-c5179f93b5e9\" /\u003e\n\n\u003ch1\u003eCommands\u003c/h1\u003e\n\u003cp\u003eExport or load markdown books.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cp\u003eUse: /guidebook export \u003ctitle\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eto export to: btafolder/guidebook/exported/\u003ctitle\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003cp\u003eUse: /guidebook load \u003ctitle\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eLoad from: btafolder/guidebook/load/\u003ctitle\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eShowcase\u003c/h3\u003e\n\u003cp\u003eDownload the zip with the files in the release page\u003cbr\u003e\u003cimg width=\"1464\" height=\"879\" alt=\"image\" src=\"https://github.com/user-attachments/assets/d87392c0-9c10-44e0-878c-a8926bffca7f\" /\u003e\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/user-attachments/assets/d2f9fe57-74f7-433e-8f00-0848fc137571\"\u003ehttps://github.com/user-attachments/assets/d2f9fe57-74f7-433e-8f00-0848fc137571\u003c/a\u003e\u003c/p\u003e\n"])</script><script>self.__next_f.push([1,"29:[\"$\",\"section\",null,{\"className\":\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pb-16\",\"children\":[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 lg:grid-cols-3 gap-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"lg:col-span-2\",\"children\":[[\"$\",\"div\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"Screenshots\"}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-2 md:grid-cols-3 gap-3\",\"children\":[[\"$\",\"div\",\"0\",{\"className\":\"relative aspect-video rounded-lg overflow-hidden bg-gray-800\",\"children\":[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/GsQDXnLC/images/40961fe1300149c9ed14e5f65a52a47eca29bd36.png\",\"alt\":\"Markdown Example\",\"fill\":true,\"className\":\"object-cover\",\"unoptimized\":true}]}],[\"$\",\"div\",\"1\",{\"className\":\"relative aspect-video rounded-lg overflow-hidden bg-gray-800\",\"children\":[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/GsQDXnLC/images/55e9c9f67e860cea7ae2cd92ec3194676f89623f.png\",\"alt\":\"Markdown Example Result\",\"fill\":true,\"className\":\"object-cover\",\"unoptimized\":true}]}],[\"$\",\"div\",\"2\",{\"className\":\"relative aspect-video rounded-lg overflow-hidden bg-gray-800\",\"children\":[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/GsQDXnLC/images/727a3ae7fa9c8f49742badadd3ea024a0c2b889c.png\",\"alt\":\"Editable book recipe\",\"fill\":true,\"className\":\"object-cover\",\"unoptimized\":true}]}],[\"$\",\"div\",\"3\",{\"className\":\"relative aspect-video rounded-lg overflow-hidden bg-gray-800\",\"children\":[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/GsQDXnLC/images/9f62069419d1549ff8a423688bec9f032dde7444_350.webp\",\"alt\":\"Editable book editor\",\"fill\":true,\"className\":\"object-cover\",\"unoptimized\":true}]}],[\"$\",\"div\",\"4\",{\"className\":\"relative aspect-video rounded-lg overflow-hidden bg-gray-800\",\"children\":[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/GsQDXnLC/images/b299f57128ee98ec53c3be5daccebd840e97013d_350.webp\",\"alt\":\"Guidebook showcase\",\"fill\":true,\"className\":\"object-cover\",\"unoptimized\":true}]}],[\"$\",\"div\",\"5\",{\"className\":\"relative aspect-video rounded-lg overflow-hidden bg-gray-800\",\"children\":[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/GsQDXnLC/images/e24afe19d9fc5b5560323c09f1e6405d7be0d153.png\",\"alt\":\"Editable book cover page\",\"fill\":true,\"className\":\"object-cover\",\"unoptimized\":true}]}]]}]]}],[\"$\",\"div\",null,{\"className\":\"bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"About this Mod\"}],[\"$\",\"div\",null,{\"className\":\"prose prose-invert prose-sm max-w-none prose-headings:text-white prose-a:text-blue-400 hover:prose-a:text-blue-300 prose-img:rounded-lg prose-strong:text-white prose-p:text-gray-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"$2a\"}}]]}],\"$L2b\",\"$L2c\",\"$L2d\",\"$L2e\",\"$undefined\",\"$L2f\",\"$L30\"]}],\"$L31\"]}]}]\n"])</script><script>self.__next_f.push([1,"2b:[\"$\",\"div\",null,{\"className\":\"mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"Available Versions\"}],[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"div\",\"rVToghtB\",{\"className\":\"flex items-center justify-between p-3 bg-gray-800/50 rounded-lg\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-medium text-sm\",\"children\":\"Guidebook.md 1.1.0\"}],[\"$\",\"span\",null,{\"className\":\"px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400\",\"children\":\"release\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 mt-1 text-xs text-gray-500\",\"children\":[[\"$\",\"span\",null,{\"children\":[\"MC \",\"b1.7.3\"]}],[\"$\",\"span\",null,{\"children\":\"bta-babric\"}]]}]]}],[\"$\",\"span\",null,{\"className\":\"text-xs text-gray-500\",\"children\":\"August 1, 2025\"}]]}],[\"$\",\"div\",\"2SbHh9i6\",{\"className\":\"flex items-center justify-between p-3 bg-gray-800/50 rounded-lg\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-medium text-sm\",\"children\":\"Guidebook.md 1.0.0\"}],[\"$\",\"span\",null,{\"className\":\"px-2 py-0.5 rounded text-xs bg-green-500/10 text-green-400\",\"children\":\"release\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 mt-1 text-xs text-gray-500\",\"children\":[[\"$\",\"span\",null,{\"children\":[\"MC \",\"b1.7.3\"]}],[\"$\",\"span\",null,{\"children\":\"bta-babric\"}]]}]]}],[\"$\",\"span\",null,{\"className\":\"text-xs text-gray-500\",\"children\":\"August 1, 2025\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"2c:[\"$\",\"div\",null,{\"className\":\"mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"How to Install Guidebook.md on Your Server\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4 text-gray-300 text-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex-shrink-0 w-8 h-8 bg-green-600 rounded-full flex items-center justify-center text-white font-bold text-sm\",\"children\":\"1\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-white font-semibold mb-1\",\"children\":\"Order Server\"}],[\"$\",\"p\",null,{\"children\":\"Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"flex gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex-shrink-0 w-8 h-8 bg-green-600 rounded-full flex items-center justify-center text-white font-bold text-sm\",\"children\":\"2\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-white font-semibold mb-1\",\"children\":\"Set bta-babric Loader\"}],[\"$\",\"p\",null,{\"children\":\"In the panel under \\\"Egg\\\", select the bta-babric loader and matching Minecraft version (b1.7.3).\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"flex gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex-shrink-0 w-8 h-8 bg-green-600 rounded-full flex items-center justify-center text-white font-bold text-sm\",\"children\":\"3\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-white font-semibold mb-1\",\"children\":\"Install Mod\"}],[\"$\",\"p\",null,{\"children\":\"Open the mod browser in the dashboard and search for \\\"Guidebook.md\\\". Click \\\"Install\\\" – done! Alternatively, upload the .jar via SFTP to the /mods folder.\"}]]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"2d:[\"$\",\"div\",null,{\"className\":\"mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"Compatibility\"}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 sm:grid-cols-2 gap-4 text-sm\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-gray-400 mb-2 font-medium\",\"children\":\"Mod Loaders\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-2\",\"children\":[[\"$\",\"span\",\"bta-babric\",{\"className\":\"px-3 py-1.5 bg-blue-500/10 text-blue-400 rounded-lg text-sm capitalize border border-blue-500/20\",\"children\":\"bta-babric\"}]]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-gray-400 mb-2 font-medium\",\"children\":\"Minecraft Versions\"}],[\"$\",\"p\",null,{\"className\":\"text-white\",\"children\":[\"b1.7.3\",false]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-gray-400 mb-2 font-medium\",\"children\":\"Server-side\"}],[\"$\",\"span\",null,{\"className\":\"font-medium text-yellow-400\",\"children\":[\"~ \",\"Optional\"]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-gray-400 mb-2 font-medium\",\"children\":\"Recommended RAM\"}],[\"$\",\"span\",null,{\"className\":\"text-green-400 font-semibold\",\"children\":[4,\" GB\"]}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 ml-1\",\"children\":[\"(min. \",3,\" GB)\"]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"2e:[\"$\",\"div\",null,{\"className\":\"mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"Frequently Asked Questions\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"details\",\"0\",{\"className\":\"group\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"flex items-center justify-between cursor-pointer p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-medium text-sm\",\"children\":\"Guidebook.md server crashes on startup – what to do?\"}],[\"$\",\"svg\",null,{\"className\":\"w-5 h-5 text-gray-400 group-open:rotate-180 transition-transform\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 9l-7 7-7-7\"}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 text-sm mt-2 px-3 pb-2\",\"children\":\"Most common cause: wrong bta-babric version or insufficient RAM. Check the server log (latest.log) for \\\"OutOfMemoryError\\\" or \\\"Mixin\\\" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (b1.7.3). You can switch loaders with one click in the panel.\"}]]}],[\"$\",\"details\",\"1\",{\"className\":\"group\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"flex items-center justify-between cursor-pointer p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-medium text-sm\",\"children\":\"Is Guidebook.md compatible with bta-babric?\"}],[\"$\",\"svg\",null,{\"className\":\"w-5 h-5 text-gray-400 group-open:rotate-180 transition-transform\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 9l-7 7-7-7\"}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 text-sm mt-2 px-3 pb-2\",\"children\":\"Guidebook.md officially supports bta-babric for Minecraft b1.7.3. The Mado dashboard automatically detects incompatible loader combinations.\"}]]}],[\"$\",\"details\",\"2\",{\"className\":\"group\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"flex items-center justify-between cursor-pointer p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-medium text-sm\",\"children\":\"Server lagging with Guidebook.md – how to optimize performance?\"}],[\"$\",\"svg\",null,{\"className\":\"w-5 h-5 text-gray-400 group-open:rotate-180 transition-transform\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 9l-7 7-7-7\"}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 text-sm mt-2 px-3 pb-2\",\"children\":\"Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Guidebook.md consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install \\\"performant\\\" or \\\"starlight\\\" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"2f:[\"$\",\"div\",null,{\"className\":\"mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"Similar Mods\"}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-3\",\"children\":[[\"$\",\"$L5\",\"veinminer\",{\"href\":\"/minecraft-mods/veinminer\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/OhduvhIc/5ea1f538e66ee4d4e5e571ad952cba0e06e0bd5c.png\",\"alt\":\"VeinMiner\",\"width\":40,\"height\":40,\"className\":\"rounded-lg flex-shrink-0\",\"unoptimized\":true}],[\"$\",\"div\",null,{\"className\":\"min-w-0\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate\",\"children\":\"VeinMiner\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":[\"54.4M\",\" Downloads\"]}]]}]]}],[\"$\",\"$L5\",\"geckolib\",{\"href\":\"/minecraft-mods/geckolib\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/8BmcQJ2H/012d1aadbc754995de66e8c149a56aa10b63fe05_96.webp\",\"alt\":\"Geckolib\",\"width\":40,\"height\":40,\"className\":\"rounded-lg flex-shrink-0\",\"unoptimized\":true}],[\"$\",\"div\",null,{\"className\":\"min-w-0\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate\",\"children\":\"Geckolib\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":[\"52.4M\",\" Downloads\"]}]]}]]}],[\"$\",\"$L5\",\"veinminer-client\",{\"href\":\"/minecraft-mods/veinminer-client\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/dxa0Bm8m/3cfaaf9dcd74090bf78a03650ee43bf864d21ea5_96.webp\",\"alt\":\"VeinMiner Hotkey\",\"width\":40,\"height\":40,\"className\":\"rounded-lg flex-shrink-0\",\"unoptimized\":true}],[\"$\",\"div\",null,{\"className\":\"min-w-0\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate\",\"children\":\"VeinMiner Hotkey\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":[\"33.2M\",\" Downloads\"]}]]}]]}],[\"$\",\"$L5\",\"cobblemon\",{\"href\":\"/minecraft-mods/cobblemon\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/MdwFAVRL/abfca1654a2d09bab85cbffcc9869938c951ee0e_96.webp\",\"alt\":\"Cobblemon\",\"width\":40,\"height\":40,\"className\":\"rounded-lg flex-shrink-0\",\"unoptimized\":true}],[\"$\",\"div\",null,{\"className\":\"min-w-0\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate\",\"children\":\"Cobblemon\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":[\"27.8M\",\" Downloads\"]}]]}]]}],[\"$\",\"$L5\",\"betterf3\",{\"href\":\"/minecraft-mods/betterf3\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com//data/8shC1gFX/icon.png\",\"alt\":\"BetterF3\",\"width\":40,\"height\":40,\"className\":\"rounded-lg flex-shrink-0\",\"unoptimized\":true}],[\"$\",\"div\",null,{\"className\":\"min-w-0\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate\",\"children\":\"BetterF3\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":[\"27.6M\",\" Downloads\"]}]]}]]}],[\"$\",\"$L5\",\"fzzy-config\",{\"href\":\"/minecraft-mods/fzzy-config\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"$L23\",null,{\"src\":\"https://cdn.modrinth.com/data/hYykXjDp/11f469b1bf1f201a95c2e3ddc09ca47d85c3ed53.png\",\"alt\":\"Fzzy Config\",\"width\":40,\"height\":40,\"className\":\"rounded-lg flex-shrink-0\",\"unoptimized\":true}],\"$L32\"]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"30:[\"$\",\"div\",null,{\"className\":\"mt-8 bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-bold text-white mb-4\",\"children\":\"Related Resources\"}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 sm:grid-cols-2 gap-3\",\"children\":[[\"$\",\"$L5\",null,{\"href\":\"/minecraft-server-hosting\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-8 h-8 bg-green-600/20 rounded-lg flex items-center justify-center flex-shrink-0\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-green-400\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M5 12h14M12 5l7 7-7 7\"}]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-green-400 transition-colors\",\"children\":\"Rent Minecraft Server\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":\"All plans \u0026 pricing\"}]]}]]}],[\"$\",\"$L5\",null,{\"href\":\"/minecraft-mods\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-8 h-8 bg-blue-600/20 rounded-lg flex items-center justify-center flex-shrink-0\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-blue-400\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M4 6h16M4 12h16M4 18h16\"}]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors\",\"children\":\"All Minecraft Mods\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":\"Browse mod directory\"}]]}]]}],[\"$\",\"$L5\",null,{\"href\":\"/minecraft-modpacks\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-8 h-8 bg-purple-600/20 rounded-lg flex items-center justify-center flex-shrink-0\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-purple-400\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10\"}]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-purple-400 transition-colors\",\"children\":\"Minecraft Modpacks\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":\"Set up modpack servers\"}]]}]]}],[\"$\",\"$L5\",null,{\"href\":\"/docs/getting-started\",\"className\":\"flex items-center gap-3 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-8 h-8 bg-yellow-600/20 rounded-lg flex items-center justify-center flex-shrink-0\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-yellow-400\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"}]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-yellow-400 transition-colors\",\"children\":\"Getting Started\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":\"Server setup guide\"}]]}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"31:[\"$\",\"div\",null,{\"className\":\"space-y-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-gradient-to-br from-green-900/30 to-gray-900 rounded-xl border border-green-500/20 p-6 sticky top-24\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-lg font-bold text-white mb-2\",\"children\":\"Rent Modded Server\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-400 text-sm mb-4\",\"children\":\"Install Guidebook.md with just one click on your server.\"}],[\"$\",\"div\",null,{\"className\":\"bg-gray-800/50 rounded-lg p-3 mb-4\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-xs text-gray-400 mb-1\",\"children\":\"Recommended RAM\"}],[\"$\",\"div\",null,{\"className\":\"flex items-baseline gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-2xl font-bold text-green-400\",\"children\":[4,\" GB\"]}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-sm\",\"children\":[\"ab €\",8,\"/mo\"]}]]}],[\"$\",\"div\",null,{\"className\":\"text-xs text-gray-500 mt-1\",\"children\":[\"Min. \",3,\" GB | \",\"+1 GB pro 8 Spieler\"]}]]}],[\"$\",\"$L5\",null,{\"href\":\"/gameserver/minecraft-java\",\"className\":\"w-full inline-flex items-center justify-center px-6 py-3 bg-green-600 hover:bg-green-700 text-white font-semibold rounded-lg transition-colors\",\"children\":\"Create Server Now\"}],[\"$\",\"div\",null,{\"className\":\"mt-3 space-y-2 text-xs text-gray-500\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-green-500 flex-shrink-0\",\"fill\":\"currentColor\",\"viewBox\":\"0 0 20 20\",\"children\":[\"$\",\"path\",null,{\"fillRule\":\"evenodd\",\"d\":\"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z\",\"clipRule\":\"evenodd\"}]}],\"1-Click Mod Install\"]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-green-500 flex-shrink-0\",\"fill\":\"currentColor\",\"viewBox\":\"0 0 20 20\",\"children\":[\"$\",\"path\",null,{\"fillRule\":\"evenodd\",\"d\":\"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z\",\"clipRule\":\"evenodd\"}]}],\"NVMe SSD Storage\"]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-green-500 flex-shrink-0\",\"fill\":\"currentColor\",\"viewBox\":\"0 0 20 20\",\"children\":[\"$\",\"path\",null,{\"fillRule\":\"evenodd\",\"d\":\"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z\",\"clipRule\":\"evenodd\"}]}],\"DDoS Protection included\"]}]]}]]}],[\"$\",\"div\",null,{\"className\":\"bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-lg font-bold text-white mb-4\",\"children\":\"Details\"}],[\"$\",\"dl\",null,{\"className\":\"space-y-3 text-sm\",\"children\":[null,null,[\"$\",\"div\",null,{\"className\":\"flex justify-between\",\"children\":[[\"$\",\"dt\",null,{\"className\":\"text-gray-400\",\"children\":\"License\"}],[\"$\",\"dd\",null,{\"className\":\"text-white\",\"children\":\"Creative Commons Zero v1.0 Universal\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex justify-between\",\"children\":[[\"$\",\"dt\",null,{\"className\":\"text-gray-400\",\"children\":\"Server-side\"}],[\"$\",\"dd\",null,{\"className\":\"font-medium text-yellow-400\",\"children\":\"Optional\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"mt-4 pt-4 border-t border-gray-800\",\"children\":[\"$\",\"a\",null,{\"href\":\"https://modrinth.com/mod/guidebook.md\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"flex items-center gap-2 text-sm text-gray-400 hover:text-green-400 transition-colors\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-4 h-4\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"}]}],\"View on Modrinth\"]}]}]]}],[\"$\",\"div\",null,{\"className\":\"bg-gray-900 rounded-xl border border-gray-800 p-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-lg font-bold text-white mb-3\",\"children\":\"Supported Versions\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-2\",\"children\":[[[\"$\",\"span\",\"b1.7.3\",{\"className\":\"px-2 py-1 bg-gray-800 text-gray-300 rounded text-xs\",\"children\":\"b1.7.3\"}]],false]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"32:[\"$\",\"div\",null,{\"className\":\"min-w-0\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white text-sm font-medium group-hover:text-blue-400 transition-colors block truncate\",\"children\":\"Fzzy Config\"}],[\"$\",\"span\",null,{\"className\":\"text-gray-500 text-xs\",\"children\":[\"27.0M\",\" Downloads\"]}]]}]\n"])</script></body></html>