21 lines
656 B
YAML
21 lines
656 B
YAML
name: RosePlayerStats
|
|
version: '${version}'
|
|
main: net.therosegarden.playerstats.RosePlayerStatsPlugin
|
|
api-version: '26.2'
|
|
description: Comprehensive player statistics and event journaling for The Rose Garden.
|
|
commands:
|
|
playerstats:
|
|
description: View or manage RosePlayerStats data.
|
|
aliases: [pstats, stats]
|
|
usage: /playerstats [player|save|reload]
|
|
permissions:
|
|
roseplayerstats.view:
|
|
description: View your own player statistics.
|
|
default: true
|
|
roseplayerstats.view.others:
|
|
description: View another player's statistics.
|
|
default: op
|
|
roseplayerstats.admin:
|
|
description: Save and reload RosePlayerStats.
|
|
default: op
|