In this update, minor bugs have been fixed and the config has been slightly revised. Config changes: - check.onJoin -> check.onJoin.enable - check.onInteract -> check.onInteract.enable - check.onCommand -> check.onCommand.enable - check.onChat -> check.onChat.enable - add check.onCommand.whitelist A whitelist has been added for commands for which no check is performed.
16 lines
278 B
YAML
16 lines
278 B
YAML
name: T2C-OPSecurity
|
|
provides: [OPSecurity]
|
|
version: '${project.version}'
|
|
main: net.t2code.opsecurity.system.Main
|
|
api-version: 1.13
|
|
load: STARTUP
|
|
prefix: T2C-OPSecurity
|
|
authors: [ JaTiTV ]
|
|
|
|
|
|
softdepend:
|
|
- T2CodeLib
|
|
|
|
commands:
|
|
t2c-opsecurity:
|
|
aliases: [opsec, opsecurity] |