mirror of
https://github.com/itHotL/PlayerStats.git
synced 2024-12-01 13:23:28 +01:00
37 lines
932 B
YAML
37 lines
932 B
YAML
main: com.gmail.artemis.the.gr8.playerstats.Main
|
|
name: PlayerStats
|
|
version: 1.5
|
|
api-version: 1.18
|
|
description: adds commands to view player statistics in chat
|
|
author: Artemis_the_gr8
|
|
commands:
|
|
statistic:
|
|
aliases:
|
|
- stat
|
|
- stats
|
|
description: general statistic command
|
|
permission: playerstats.stat
|
|
statisticshare:
|
|
aliases:
|
|
- statshare
|
|
- statsshare
|
|
description: shares last stat lookup in chat
|
|
usage: "§b/statshare"
|
|
permission: playerstats.share
|
|
statisticreload:
|
|
aliases:
|
|
- statreload
|
|
- statsreload
|
|
description: reloads the config
|
|
usage: "§a/statreload"
|
|
permission: playerstats.reload
|
|
permissions:
|
|
playerstats.stat:
|
|
description: allows usage of /statistic
|
|
default: true
|
|
playerstats.share:
|
|
description: allows sharing stats in chat
|
|
default: true
|
|
playerstats.reload:
|
|
description: allows usage of /statreload
|
|
default: op |