PlayerStats/src/main/resources/plugin.yml

39 lines
964 B
YAML

main: com.github.artemis.the.gr8.playerstats.Main
name: PlayerStats
version: 1.7
api-version: 1.13
description: adds commands to view player statistics in chat
author: Artemis_the_gr8
softdepend:
- PlaceholderAPI
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