26 lines
607 B
YAML
26 lines
607 B
YAML
name: DirtSpy
|
|
version: 1.0-SNAPSHOT
|
|
main: com.bitnix.dirtspy.DirtSpyPlugin
|
|
api-version: '1.21'
|
|
author: bitnix
|
|
description: Collects realistic client, connection, and behavior stats for admin review.
|
|
|
|
commands:
|
|
dirtspy:
|
|
description: View DirtSpy info and reload the plugin
|
|
usage: /dirtspy <player|reload>
|
|
permission: dirtspy.use
|
|
|
|
permissions:
|
|
dirtspy.use:
|
|
description: Allows use of DirtSpy commands
|
|
default: op
|
|
|
|
dirtspy.reload:
|
|
description: Allows reloading DirtSpy config
|
|
default: op
|
|
|
|
dirtspy.view:
|
|
description: Allows viewing collected DirtSpy data
|
|
default: op
|