PlayerStats/src/main/resources/plugin.yml

27 lines
686 B
YAML
Raw Normal View History

2022-04-24 12:42:53 +02:00
main: com.gmail.artemis.the.gr8.playerstats.Main
name: PlayerStats
version: 1.3
api-version: 1.19
2022-04-24 12:42:53 +02:00
description: adds commands to view player statistics in chat
author: Artemis_the_gr8
commands:
statistic:
aliases:
- stat
2022-05-05 19:35:17 +02:00
- stats
description: general statistic command
permission: playerstats.stat
statisticreload:
aliases:
- statreload
2022-05-09 21:00:39 +02:00
- statsreload
description: reloads the config
usage: "§a/statisticreload"
permission: playerstats.reload
permissions:
playerstats.stat:
description: allows usage of the /statistic command
default: true
playerstats.reload:
description: allows usage of /statreload
default: op