# ⚙️ Configuration

FlowHeal is highly customizable, allowing you to configure different aspects of healing and gameplay through its `config.yml` file. Here’s how you can adjust the settings to your liking:

## Messages 💬

Customize the messages that appear when players use the healing commands. You can change the colors, language, and tone to fit your server’s vibe.

### Example Messages in `config.yml`:

* **`Messages.Console`**: The message shown if someone tries to execute the command from the console.
* **`Messages.Heal`**: The message shown when a player heals themselves.
* **`Messages.HealedTarget`**: The message sent to the healer when they heal another player.
* **`Messages.GotHealed`**: The message sent to the player who has been healed.

Modify these messages with color codes using `&` symbols (e.g., `&6` for gold, `&c` for red).

## Options 🔧

### AutoFeed:

* **Description**: When enabled, players' food bars are fully replenished when they are healed.
* **Default**: `true`

### PlaySound:

* **Description**: Choose whether or not to play a sound when a healing action takes place.
* **Default**: `true`

Simply tweak the `config.yml` to match your preferences, and you can change how healing actions feel and sound on your server. Don't forget to reload the plugin or restart the server after changes!
