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

# Punishments Configuration

> Configure AdvancedBan or LiteBans MySQL database bridge for web punishment listings.

The Crafter Punishments configuration module connects your Minecraft server moderation plugins with the web platform via a dedicated MySQL database.

Navigate to [Dashboard > Modules > Punishments](https://app.crafter.net.tr/tr/dashboard/modules/punishments) to configure database settings.

<Frame caption="Punishments Module Interface">
  <img src="https://mintcdn.com/crafter/dFrDfCh-Nb0n4ooU/images/1c18e01e-6ff1-4212-a275-8d0edfafcc4c.png?fit=max&auto=format&n=dFrDfCh-Nb0n4ooU&q=85&s=8f01c8715ccc4bba4a19e382e0c355ff" alt="Punishments Settings" width="1858" height="948" data-path="images/1c18e01e-6ff1-4212-a275-8d0edfafcc4c.png" />
</Frame>

***

## Configuration Steps

<Steps>
  <Step title="Enable Module">
    Toggle on the module switch and choose `AdvancedBan` or `LiteBans`.
  </Step>

  <Step title="Copy Database Credentials">
    Note down the generated Host, Port, Database name, Username, and Password.
  </Step>

  <Step title="Update Plugin config.yml">
    Paste the MySQL credentials into your server's plugin configuration file.
  </Step>

  <Step title="Reload Server Plugin">
    Execute `/litebans reload` or `/advancedban reload` in console.
  </Step>
</Steps>
