-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yml
64 lines (64 loc) · 1.58 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
55
56
57
58
59
60
61
62
63
64
name: Police
main: police.Police
version: 1.0
author: Elvaron
depend: []
commands:
ban:
description: Bans a player.
usage: /ban <player> <reason>
aliases: [eban]
togglejail:
description: Jail a person
usage: /jail <player> <jailname> <datediff> <reason>
aliases: [tjail,jail,ejail,unjail,eunjail,etogglejail]
jailinfo:
description: Get a person's jailinfo or delete a jail record
usage: /jailinfo <player> | /jailinfo delete <player> <jail history id>
jailtime:
description: Shows a person's remaining jailtime
usage: /jailtime [player]
baninfo:
description: Get a person's ban info
usage: /baninfo <player>
unban:
description: Unbans the specified player.
usage: /<command> <player>
aliases: [pardon,eunban,epardon]
permissions:
police.*:
description: All effects permission
children:
police.jailinfo.self: true
police.jailinfo.other: true
police.jailinfo.delete: true
police.jailtime.self: true
police.jailtime.other: true
police.baninfo: true
police.ban: true
police.ban.offline: true
police.ban.exempt: true
police.togglejail: true
police.unban: true
police.jailinfo.self:
default: true
police.jailinfo.other:
default: op
police.jailinfo.delete:
default: op
police.jailtime.self:
default: true
police.jailtime.other:
default: op
police.baninfo:
default: op
police.ban:
default: op
police.ban.offline:
default: op
police.ban.exampt:
default: op
police.togglejail:
default: op
police.unban:
default: op