# 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

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sarry20.com/products/combatlog/configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
