> For the complete documentation index, see [llms.txt](https://docs.sarry20.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sarry20.com/products/combatlog/configuration.md).

# Configuration

### Information about config

This is the default config, you can modify the parameters as you want

| Parameter       | Description                                                              |
| --------------- | ------------------------------------------------------------------------ |
| ParticleEffect  | Shows a particle effect when two players are hitting                     |
| KeepInventory   |                                                                          |
| ShowTimeMessage |                                                                          |
| PvpPlayerChoice | Allows the player to change their pvp status or not with **/pvp toggle** |
| CombatTime      | The amount of time the combatlog will last                               |

```yaml
config:
  ==: com.sarry20.topcombatlog.models.config.mainconfig.MainConfigObj
  ParticleEffect: true
  KeepInventory: false
  ShowTimeMessage: true
  PvpPlayerChoice: true
  CombatTime: 30

```
