# 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

```
