mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-10 14:44:58 +00:00
24 lines
653 B
YAML
24 lines
653 B
YAML
name: ToolStats
|
|
version: '${project.version}'
|
|
main: lol.hyper.toolstats.ToolStats
|
|
api-version: 1.15
|
|
author: hyperdefined
|
|
description: Track various tool stats!
|
|
folia-supported: true
|
|
commands:
|
|
toolstats:
|
|
usage: /toolstats
|
|
permission: toolstats.command
|
|
permissions:
|
|
toolstats.command:
|
|
description: Allows the usage of /toolstats.
|
|
default: true
|
|
toolstats.reload:
|
|
description: Allows the usage of /toolstats reload.
|
|
default: op
|
|
toolstats.reset:
|
|
description: Allows the usage of /toolstats reset.
|
|
default: true
|
|
toolstats.reset.confirm:
|
|
description: Allows the usage of /toolstats reset confirm.
|
|
default: true |