<% const body = `

Install from URL

${typeof csrfToken !== 'undefined' && csrfToken ? `` : ''}
Paste any ContentDB package URL or use format: author/package_name
Choose where to install this content
Recommended: Automatically download and install required dependencies

How to Use

📋 Step 1: Copy URL

Go to content.luanti.org and copy the URL of any content (mods, games, texture packs).

📍 Step 2: Auto-Detection

Games install automatically to games directory.
Mods let you choose global or world-specific.
Texture packs install automatically to textures directory.

⚡ Step 3: Install

Click install and dependencies will be resolved automatically.

🔄 Package Updates

Check for updates to your installed packages:

Check for Updates View Installed

📝 Supported URL Formats

✅ Supported Formats:

  • https://content.luanti.org/packages/author/package_name/
  • content.luanti.org/packages/author/package_name/
  • author/package_name (direct format)

📋 Example URLs:

  • Mod: https://content.luanti.org/packages/VanessaE/basic_materials/
  • Game: https://content.luanti.org/packages/GreenXenith/nodecore/
  • Texture Pack: https://content.luanti.org/packages/author/texture_pack/
  • Direct: VanessaE/basic_materials
`; %> <%- include('../layout', { body: body, currentPage: 'contentdb', title: title }) %>