Skip to content

Commit

Permalink
Update F-A-Q.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredvekster authored Dec 30, 2023
1 parent 9dd8935 commit 5046b3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions F-A-Q.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## How do I enable alerts?
Chat notifications are disabled by default. You can enable not only punishment notifications, but also violation notifications in the config.<br>
`debug.broadcast.violation.enabled: true`<br>
`debug.broadcast.punishment.enabled: true`
`alerts.broadcast-violations.enabled: true`<br>
`alerts.broadcast-punishments.enabled: true`

## How can I log violations or/and punishments in a Discord channel?
Check out `discord-webhook` config selection. You don't need to install additional plugins.
Expand All @@ -21,4 +21,4 @@ No. AntiCheat development takes a lot of testing. I don't mind the sharing code
Yes, you can use the API to make LAC compatible with your own plugins.<br>
API package: `me.vekster.liteanticheat.api`<br>
Cancellable events: `LACViolationEvent`, `LACPunishmentEvent`<br>
You can also get an instance of the `LACApi` class to access more methods.
You can also get an instance of `LACApi` class to access more methods.

0 comments on commit 5046b3d

Please sign in to comment.