initial implementation complete
This commit is contained in:
28
target/classes/plugin.yml
Normal file
28
target/classes/plugin.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
name: GriefDetect
|
||||
version: ${project.version}
|
||||
main: party.cybsec.griefdetect.GriefDetectPlugin
|
||||
api-version: 1.21
|
||||
description: Modular, async-first grief pattern detection with confidence scoring and Discord webhook reporting.
|
||||
author: CybSec
|
||||
website: https://git.cybsec.party/cybsec/griefdetect.git
|
||||
|
||||
commands:
|
||||
griefdetect:
|
||||
description: Reload GriefDetect configuration
|
||||
usage: /<command> reload
|
||||
permission: griefdetect.reload
|
||||
aliases: [gd]
|
||||
|
||||
permissions:
|
||||
griefdetect.admin:
|
||||
description: Full configuration access
|
||||
default: op
|
||||
griefdetect.reload:
|
||||
description: Reload command permission
|
||||
default: op
|
||||
griefdetect.alerts:
|
||||
description: Receive chat alerts
|
||||
default: op
|
||||
griefdetect.bypass:
|
||||
description: Bypass grief detection
|
||||
default: op
|
||||
Reference in New Issue
Block a user