mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-05 22:31:45 +00:00
40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
name: ToolStats
|
|
version: '${project.version}'
|
|
main: lol.hyper.toolstats.ToolStats
|
|
api-version: 1.21
|
|
author: hyperdefined
|
|
description: Track various tool stats!
|
|
website: https://github.com/hyperdefined/ToolStats
|
|
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
|
|
toolstats.purge:
|
|
description: Allows the usage of /toolstats purge.
|
|
default: true
|
|
toolstats.purge.confirm:
|
|
description: Allows the usage of /toolstats purge confirm.
|
|
default: true
|
|
toolstats.givetokens:
|
|
description: Allows the usage of /toolstats givetoken.
|
|
default: op
|
|
toolstats.edit:
|
|
description: Allows the usage of /toolstats edit.
|
|
default: op
|
|
toolstats.remove:
|
|
description: Allows the usage of /toolstats remove.
|
|
default: op |