forked from Sk1erLLC/AutoGG
-
Notifications
You must be signed in to change notification settings - Fork 1
/
regex_triggers.json
140 lines (140 loc) · 3.88 KB
/
regex_triggers.json
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"servers": [
{
"name": "Hypixel Server",
"kind": "SERVER_BRANDING",
"data": "Hypixel BungeeCord \\(.+\\) <- .+",
"messagePrefix": "/ac",
"triggers": [
{
"type": 0,
"pattern": "^ +1st Killer - ?\\[?\\w*\\+*\\]? \\w+ - \\d+(?: Kills?)?$"
},
{
"type": 0,
"pattern": "^ *1st (?:Place ?)?(?:-|:)? ?\\[?\\w*\\+*\\]? \\w+(?: : \\d+| - \\d+(?: Points?)?| - \\d+(?: x .)?| \\(\\w+ .{1,6}\\) - \\d+ Kills?|: \\d+:\\d+| - \\d+ (?:Zombie )?(?:Kills?|Blocks? Destroyed)| - \\[LINK\\])?$"
},
{
"type": 0,
"pattern": "^ +Winn(?:er #1 \\(\\d+ Kills\\): \\w+ \\(\\w+\\)|er(?::| - )(?:Hiders|Seekers|Defenders|Attackers|PLAYERS?|MURDERERS?|Red|Blue|RED|BLU|\\w+)(?: Team)?|ers?: ?\\[?\\w*\\+*\\]? \\w+(?:, ?\\[?\\w*\\+*\\]? \\w+)?|ing Team ?[\\:-] (?:Animals|Hunters|Red|Green|Blue|Yellow|RED|BLU|Survivors|Vampires))$"
},
{
"type": 0,
"pattern": "^ +Alpha Infected: \\w+ \\(\\d+ infections?\\)$"
},
{
"type": 0,
"pattern": "^ +Murderer: \\w+ \\(\\d+ Kills?\\)$"
},
{
"type": 0,
"pattern": "^ +You survived \\d+ rounds!$"
},
{
"type": 0,
"pattern": "^ +(?:UHC|SkyWars|Bridge|Sumo|Classic|OP|MegaWalls|Bow|NoDebuff|Blitz|Combo|Bow Spleef) (?:Duel|Doubles|3v3|4v4|Teams|Deathmatch|2v2v2v2|3v3v3v3)? ?- \\d+:\\d+$"
},
{
"type": 0,
"pattern": "^ +They captured all wools!$"
},
{
"type": 0,
"pattern": "^ +Game over!$"
},
{
"type": 0,
"pattern": "^ +GAME OVER!$"
},
{
"type": 0,
"pattern": "^ +[\\d\\.]+k?/[\\d\\.]+k? \\w+$"
},
{
"type": 0,
"pattern": "^ +(?:Criminal|Cop)s won the game!$"
},
{
"type": 0,
"pattern": "^ +\\[?\\w*\\+*\\]? \\w+ - \\d+ Final Kills$"
},
{
"type": 0,
"pattern": "^ +Zombies - \\d*:?\\d+:\\d+ \\(Round \\d+\\)$"
},
{
"type": 0,
"pattern": "^ +. YOUR STATISTICS .$"
},
{
"type": 0,
"pattern": "^ {36}Winner(s?)$"
},
{
"type": 0,
"pattern": "^ {21}Bridge CTF [a-zA-Z]+ - \\d\\d:\\d\\d$"
},
{
"type": 0,
"pattern": "^\\s+Your team (lost|won)!$"
},
{
"type": 1,
"pattern": "^MINOR EVENT! .+ in .+ ended$"
},
{
"type": 1,
"pattern": "^DRAGON EGG OVER! Earned [\\d,]+XP [\\d,]g clicking the egg \\d+ times$"
},
{
"type": 1,
"pattern": "^GIANT CAKE! Event ended! Cake's gone!$"
},
{
"type": 1,
"pattern": "^PIT EVENT ENDED: .+ \\[INFO\\]$"
},
{
"type": 2,
"pattern": "^(?:.* )?(?:\\[.+] )?\\w{1,16}(?: .+)?: (?:\u2764|${antigg_strings})$"
},
{
"type": 3,
"pattern": "^\\+(?<karma>\\d)+ Karma!$"
}
]
},
{
"name": "Mineplex Server",
"kind": "SERVER_IP",
"data": "^(?:(?:us|eu)\\.)?mineplex\\.com$",
"messagePrefix": "",
"triggers": [
{
"type": 0,
"pattern": "^ .* won the game!$"
},
{
"type": 0,
"pattern": "^ 1st Place \\w{1,16}(?:, \\w{1,16})*$"
},
{
"type": 2,
"pattern": "^\\d+ [A-Z ]+ (?:. )?\\w{1,16} (?:${antigg_strings})$"
}
]
},
{
"name": "SuperAwesome Server",
"kind": "SERVER_IP",
"data": "^superawesome\\.dk$",
"messagePrefix": "",
"triggers": [
{
"type": 0,
"pattern": "^(?:RØD|BLÅ) HOLD VINDER #GG$"
}
]
}
]
}