feat: add comprehensive player statistics logging

This commit is contained in:
Michael Burgess
2026-08-17 12:13:40 -04:00
commit 180a55a72d
18 changed files with 1918 additions and 0 deletions
+20
View File
@@ -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