feat: add comprehensive player statistics logging
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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
|
||||
Reference in New Issue
Block a user