> ## 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.

# Integrations

> Third-party plugins that connect with the MythicLabs ecosystem

MythicLabs plugins hook into the tools server owners already run. Integrations are detected automatically at startup - no extra configuration is needed unless noted below.

## Economy & permissions

<CardGroup cols={2}>
  <Card title="Vault" icon="vault">
    Required for any plugin with economy features (MythicEconomy). Provides a common economy and permissions API.
  </Card>

  <Card title="LuckPerms" icon="user-shield">
    Recommended permissions plugin. MythicLabs plugins ship sane default permission nodes for LuckPerms out of the box.
  </Card>
</CardGroup>

## Placeholders & chat

<CardGroup cols={2}>
  <Card title="PlaceholderAPI" icon="brackets-curly">
    Every MythicLabs plugin registers its own placeholder expansion. See each plugin's overview page for the full placeholder list.
  </Card>

  <Card title="DiscordSRV" icon="discord">
    Optional bridge for forwarding in-game events (like MythicGuardian alerts) to a Discord channel.
  </Card>
</CardGroup>

## Protection & world management

<CardGroup cols={2}>
  <Card title="WorldGuard" icon="shield-halved">
    MythicGuardian respects WorldGuard regions when deciding where to enforce protection rules.
  </Card>

  <Card title="Multiverse-Core" icon="earth-americas">
    Per-world configuration overrides are supported for servers running multiple worlds.
  </Card>
</CardGroup>

## Integration status reference

| Plugin         | Vault      | LuckPerms | PlaceholderAPI | WorldGuard |
| -------------- | ---------- | --------- | -------------- | ---------- |
| MythicCore     | Optional   | Optional  | ✅              | -          |
| MythicEconomy  | ✅ Required | Optional  | ✅              | -          |
| MythicGuardian | -          | Optional  | ✅              | ✅ Optional |

<Note>
  "Required" integrations must be installed for the plugin to load. "Optional" integrations unlock extra features but aren't necessary for core functionality.
</Note>

<Tip>
  Need an integration we don't support yet? Request it in [Discord](https://dc.mythiclabs.eu) - integration requests directly shape our [roadmap](/work-in-progress/roadmap).
</Tip>
