qexed_player_audit
- Commit:
a40e7105530a7578ed7a19f6e2fbacef4c10f2e6 - Language:
en - Config file:
config/qexed_player_audit.toml - Field count:
9 - Description: qexed_player_audit.toml: player action audit switches and storage settings.
Paste or upload TOML to preview current values.
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
player_audit | object | See #player_audit | See #player_audit | Player audit settings | None |
Complex Type Details
player_audit
- Type
object- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- Player audit settings
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
player_audit.enable | boolean | false | Paste or upload TOML to preview current values. | Enable player action auditing | None |
player_audit.events | object | See #player_audit.events | See #player_audit.events | Per-event audit switches | None |
player_audit.file_path | string | "logs/player_audit.log" | Paste or upload TOML to preview current values. | Audit log file path used by file/file_and_stdout storage | None |
player_audit.storage | string | "file" | Paste or upload TOML to preview current values. | Audit storage target: file, stdout, or file_and_stdout | None |
player_audit.events
- Type
object- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- Per-event audit switches
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
player_audit.events.block_break | boolean | true | Paste or upload TOML to preview current values. | Audit block break events | None |
player_audit.events.block_place | boolean | true | Paste or upload TOML to preview current values. | Audit block placement events | None |
player_audit.events.command | boolean | true | Paste or upload TOML to preview current values. | Audit player command events | None |
player_audit.events.item_switch | boolean | true | Paste or upload TOML to preview current values. | Audit held-item switch events | None |