-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathauto-notes.yml
More file actions
93 lines (93 loc) · 2.64 KB
/
auto-notes.yml
File metadata and controls
93 lines (93 loc) · 2.64 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
commands:
jail1:
regex: ^\/(?i)jail (\w*) (.\d) (\w*) (.*)
note: Jailed $2 minutes for $4.
player: $1
jail2:
regex: ^\/(?i)jail (\w*) (.\d) (.*)
note: Jailed $2 minutes for $3.
player: $1
jail3:
regex: ^\/(?i)jail (\w*) (.\d)
note: Jailed $2 minutes.
player: $1
jail4:
regex: ^\/(?i)jail (\w*)
note: Jailed.
player: $1
ban1:
regex: ^\/(?i)ban (\w*) (.*)
note: "Banned: $2."
player: $1
notify: true
ban2:
regex: ^\/(?i)ban (\w*)
note: "Banned."
player: $1
notify: true
tempban1:
regex: ^\/(?i)tempban (\w*) (.\d)
note: Banned $2 minutes.
player: $1
tempban2:
regex: ^\/(?i)tempban (\w*) (.*)
note: Banned $2.
player: $1
setrank:
regex: ^\/(?i)setrank (\w*) (\w*)
note: Rank set to $2.
player: $1
mute:
regex: ^\/(?i)(mute|mchatmute) (\w*)
note: (un)muted.
player: $2
kick1:
regex: ^\/(?i)kick (\w*) (.*)
note: Kicked for $2.
player: $1
kick2:
regex: ^\/(?i)kick (\w*)
note: Kicked.
player: $1
herollback1:
regex: ^\/(?i)(he|hawk|hawkeye) rollback (.*) p:(\w*) (.*)
note: <commander> rollback ($2, $4) at <location>.
player: $3
herollback2:
regex: ^\/(?i)(he|hawk|hawkeye) rollback p:(\w*) (.*)
note: <commander> rollback ($3) at <location>.
player: $2
herollback3:
regex: ^\/(?i)(he|hawk|hawkeye) rollback (.*) p:(\w*)
note: <commander> rollback ($2) at <location>.
player: $3
herollback4:
regex: ^\/(?i)(he|hawk|hawkeye) rollback p:(\w*)
note: <commander> full rollback at <location>.
player: $2
hepreview1:
regex: ^\/(?i)(he|hawk|hawkeye) preview (.*) p:(\w*) (.*)<newline>^\/(?i)(he|hawk|hawkeye) preview apply
note: <commander> applied preview ($2, $4) at <location>.
player: $3
hepreview2:
regex: ^\/(?i)(he|hawk|hawkeye) preview p:(\w*) (.*)<newline>^\/(?i)(he|hawk|hawkeye) preview apply
note: <commander> applied preview ($3) at <location>.
player: $2
hepreview3:
regex: ^\/(?i)(he|hawk|hawkeye) preview (.*) p:(\w*)<newline>^\/(?i)(he|hawk|hawkeye) preview apply
note: <commander> applied preview ($2) at <location>.
player: $3
hepreview4:
regex: ^\/(?i)(he|hawk|hawkeye) preview p:(\w*)<newline>^\/(?i)(he|hawk|hawkeye) preview apply
note: <commander> applied full preview at <location>.
player: $2
nick1:
regex: ^\/(?i)nick (\w*) off.
note: Nickname removed.
player: $1
nick2:
regex: ^\/(?i)nick (\w*) (\w*)
note: Nickname set to $2.
god1:
regex: ^\/(?i)god
note: Toggled godmode.