Permissions

 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
60
61
permissions:
  killcount.*:
    description: Access to all KillCount commands
    default: op
    children:
      killcount.kill: true
      killcount.death: true
      killcount.ratio: true
      killcount.ratio.others: true
      killcount.kc: true
      killcount.kc.others: true
      killcount.kc.top: true
      killcount.kc.reset: true
      killcount.admin.empty: true
      killcount.admin.reset: true
  killcount.use:
    description: Allows you to use the basics of KillCount
    default: true
    children:
      killcount.kill: true
      killcount.death: true
      killcount.ratio: true
      killcount.kc: true
      killcount.kc.top: true
      killcount.kc.reset: true
  killcount.admin:
    description: Allows access to all admin commands
    default: op
    children:
      killcount.admin.empty: true
      killcount.admin.reset: true
  killcount.kill:
    description: Allows your kills to be logged
    default: op
  killcount.death:
    description: Allows your deaths to be logged
    default: op
  killcount.ratio:
    description: Allows you to view your kill/death ratio
    default: op
  killcount.ratio.others:
    description: Allows you to view other players kill/death ratio
    default: op
  killcount.kc:
    description: Allows you to view your kill/death count
    deafult: op
  killcount.kc.others:
    description: Allows you to view other players kills/death count
    default: op
  killcount.kc.top:
    description: Allows you to view the top 5 killers
    default: op
  killcount.kc.reset:
    description: Allows you to reset your stats
    default: op
  killcount.admin.empty:
    description: Allows access to empty the database
    default: op
  killcount.admin.reset:
    description: Allows you to reset another players kill/death count to 0
    default: op