forked from BukkitStatistics/Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
54 lines (54 loc) · 1.71 KB
/
plugin.yml
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
name: Statistics
main: com.wolvencraft.yasp.Statistics
version: 1.11
description: Extremely detailed player/server statistic tracking with web portal
website: http://dev.bukkit.org/bukkit-mods/Statistics/
authors: [bitWolfy, Dazzel_]
softdepend: [AdminCmd, BanHammer, Citizens, CommandBook, Factions, Jail, mcMMO, MobArena, PVPArena, Towny, VanishNoPacket, Vault, Vorifier, WorldEdit, WorldGuard]
load: POSTWORLD
commands:
stats:
description: Statistics commands
permissions:
stats.track:
description: Track the player statistics
default: true
children:
stats.track.block: true
stats.track.item: true
stats.track.player: true
stats.track.death: true
stats.track.block:
description: Track player's block statistics
children:
stats.track.block.break: true
stats.track.block.place: true
stats.track.item:
description: Track player's item statistics
children:
stats.track.item.drop: true
stats.track.item.pickup: true
stats.track.item.use: true
stats.track.item.break: true
stats.track.item.craft: true
stats.track.item.anvil: true
stats.track.item.misc: true
stats.track.player:
description: Track some basic player statistics
children:
stats.track.player.distances: true
stats.track.player.inventory: true
stats.track.player.misc: true
stats.track.death:
description: Track death and kill statistics
children:
stats.track.death.pvp: true
stats.track.death.pve: true
stats.track.death.other: true
stats.cmd:
description: Access to all statistics commands
default: op
children:
stats.cmd.book: true
stats.cmd.scoreboard: true
stats.cmd.debug: true