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

# AdvancedModList

> A Paper plugin that helps server owners detect configured client-side Minecraft mods.

<div className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <Card title="Need help?" icon="discord" href="https://discord.gg/u9ybf8GUw5">
    Still having trouble? Join our Discord and we'll be happy to help.
  </Card>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title="Installation" icon="rocket" href="/getting-started/installation">
      Place the JAR, start the server, and configure your first scan in minutes.
    </Card>

    <Card title="Configuration" icon="settings" href="/configuration/config">
      Tune check mode, probe speed, language, and more in <code>config.yml</code>.
    </Card>

    <Card title="Mod Files" icon="file-code" href="/configuration/mod-files">
      Define which mods to track and which to block using YAML mod lists.
    </Card>

    <Card title="Modules" icon="blocks" href="/modules/overview">
      Enable Discord webhooks, auto commands, GUI, bypass detection, and multi-server sync.
    </Card>
  </div>

  <hr className="border-0 border-t border-border" />

  <div className="flex flex-col gap-4">
    <h2 className="font-serif text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">Key features</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <Card title="Automatic scans" icon="scan" href="/modules/overview#start-scan">
        Scan players automatically on join with a configurable delay.
      </Card>

      <Card title="Discord integration" icon="bell" href="/modules/overview#discord">
        Send scan results to Discord via webhooks, split by result type.
      </Card>

      <Card title="Commands & GUI" icon="terminal" href="/reference/commands">
        Probe players manually, browse results in a GUI, and manage the blocklist live.
      </Card>

      <Card title="PlaceholderAPI" icon="code" href="/reference/placeholderapi">
        Expose scan data to scoreboards, chat formatters, and other plugins.
      </Card>
    </div>
  </div>

  <Callout type="warning">
    AdvancedModList is a detection and warning tool, **not a perfect anticheat**. Results can be bypassed or spoofed. Use it as one layer of your moderation strategy.
  </Callout>
</div>
