forked from SalmonDE/StatsPE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
59 lines (59 loc) · 2.29 KB
/
plugin.yml
File metadata and controls
59 lines (59 loc) · 2.29 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: StatsPE
version: 3.6.0
api: [3.0.0-ALPHA9]
main: SalmonDE\StatsPE\Base
description: Playerstatistics for your server!
author: SalmonDE
load: POSTWORLD
permissions:
statspe:
description: Main permission of StatsPE
children:
statspe.cmd:
description: Main permission of the StatsPE commands
children:
statspe.cmd.statspe:
description: Permission for /statspe
children:
statspe.cmd.statspe.floatingtext:
description: Permission for /statspe floatingtext
statspe.cmd.stats:
description: Permission for /stats
default: true
children:
statspe.cmd.stats.others:
description: Permission for /stats [name]
default: true
statspe.entry:
description: Allows to see entries of the statistics
children:
statspe.entry.ClientID:
statspe.entry.LastIP:
statspe.entry.UUID:
statspe.entry.XBoxAuthenticated:
statspe.entry.OnlineTime:
default: true
statspe.entry.FirstJoin:
default: true
statspe.entry.LastJoin:
default: true
statspe.entry.K/D:
default: true
statspe.entry.JoinCount:
default: true
statspe.entry.KillCount:
default: true
statspe.entry.DeathCount:
default: true
statspe.entry.BlockBreakCount:
default: true
statspe.entry.BlockPlaceCount:
default: true
statspe.entry.ChatCount:
default: true
statspe.entry.ItemConsumeCount:
default: true
statspe.entry.ItemCraftCount:
default: true
statspe.entry.ItemDropCount:
default: true