> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mythiclabs.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Features shared across every MythicLabs plugin

Every plugin we ship follows the same conventions for updates, language support, diagnostics, and configuration. Learn these once and you'll feel at home in any MythicLabs plugin.

<CardGroup cols={2}>
  <Card title="Auto-Updates" icon="arrow-rotate-right" href="/features/auto-updates">
    Optional in-place update checks and notifications for server admins.
  </Card>

  <Card title="Multi-Language Support" icon="language" href="/features/multi-language-support">
    Ship your server in the language your community actually speaks.
  </Card>

  <Card title="Metrics & Diagnostics" icon="chart-line" href="/features/metrics-and-diagnostics">
    Anonymous usage metrics and built-in tools for diagnosing issues.
  </Card>

  <Card title="Configuration & Reload" icon="sliders" href="/features/configuration-and-reload">
    Consistent YAML configuration with zero-downtime reloads.
  </Card>
</CardGroup>

<Tip>
  These features apply to MythicCore, MythicEconomy, MythicGuardian, and every plugin we release afterward. Plugin-specific features live under [Plugin Documentation](/plugins/overview).
</Tip>
