-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
25 lines (24 loc) · 785 Bytes
/
plugin.yml
File metadata and controls
25 lines (24 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: ServerStats
main: me.rosswalker.serverstats.ServerStats
version: 1.0.5
authors: [uberKat, DicaxDorcas]
commands:
ss:
description: Central ServerStat Command
aliases: [serverstats, sstats]
permissions:
ServerStats.*:
description: Gives access to all ServerStats commands.
children:
ServerServerStats.check: true
ServerStats.player: true
ServerStats.player.other: true
ServerStats.check:
description: Allows a player to check the statistics of the server.
default: op
ServerStats.player:
description: Allows a player to view their own statistics.
default: op
ServerStats.player.other:
description: Allows a player to view other's statistics.
default: op