mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-06 06:41:44 +00:00
18 lines
454 B
YAML
18 lines
454 B
YAML
name: ToolStats
|
|
version: '${project.version}'
|
|
main: lol.hyper.toolstats.ToolStats
|
|
api-version: 1.15
|
|
author: hyperdefined
|
|
description: Track various tool stats!
|
|
commands:
|
|
toolstats:
|
|
usage: /toolstats
|
|
description: Main command.
|
|
permission: toolstats.main
|
|
permissions:
|
|
toolstats.main:
|
|
description: Allows the usage of /toolstats
|
|
default: true
|
|
toolstats.reload:
|
|
description: Allows the usage of /toolstats reload
|
|
default: op |