Skip to content

Commit

Permalink
feat: add LightAntiCheat support
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealAxis committed Jan 11, 2025
1 parent 70d27c9 commit b4ac0b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added libs/LightAntiCheat.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package cn.xor7.iseeyou.anticheat.listeners

import cn.xor7.iseeyou.anticheat.AntiCheatListener
import me.vekster.lightanticheat.api.event.LACViolationEvent
import org.bukkit.event.EventHandler
import org.bukkit.event.Listener


class LightAntiCheatListener : Listener {
@EventHandler
fun onFlag(e: LACViolationEvent) = AntiCheatListener.onAntiCheatAction(e.player)
}

0 comments on commit b4ac0b3

Please sign in to comment.