aboutsummaryrefslogtreecommitdiff
path: root/mcin/mc_regex.h
blob: 069f2a21c0d9fead162031f8c032a9b7e98774b2 (plain)
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
#ifndef _MC_REGEX_H
#define _MC_REGEX_H
#define MC_REGEX \
"^.* joined the game," \
"^.* lost connection: .*," \
"^Stopping server," \
"^Starting minecraft server version .*," \
"^Done \\(.*s\\)! For help type \"help\"," \
"^There are .* of a max of .* players online:.*," \
"^.* has made the advancement \\[.*\\]," \
"^.* has completed the challenge \\[.*\\]," \
"^.* has reached the goal \\[.*\\]," \
"^.* was shot by .*," \
"^.* was pummeled by .*," \
"^.* was pricked to death," \
"^.* walked into a cactus whilst trying to escape .*," \
"^.* drowned.*," \
"^.* experienced kinetic energy.*," \
"^.* blew up," \
"^.* was blown up by .*," \
"^.* was killed by \\[Intentional Game Design\\]," \
"^.* hit the ground too hard.*," \
"^.* fell from a high place," \
"^.* fell off.*," \
"^.* fell while.*," \
"^.* was squashed by a falling .*," \
"^.* went up in flames," \
"^.* walked into fire whilst fighting .*," \
"^.* burned to death," \
"^.* was burnt to a crisp whilst fighting .*," \
"^.* went off with a bang.*," \
"^.* tried to swim in lava.*," \
"^.* was struck by lightning.*," \
"^.* discovered the floor was lava," \
"^.* walked into danger zone due to .*," \
"^.* was killed by magic.*," \
"^.* was killed by .* using .*," \
"^.* froze to death.*," \
"^.* was slain by .*," \
"^.* was fireballed by .*," \
"^.* was stung to death," \
"^.* was shot by a skull from .*," \
"^.* starved to death.*," \
"^.* suffocated in a wall.*," \
"^.* was squished too much," \
"^.* was squashed by .*," \
"^.* was poked to death by a sweet berry bush.*," \
"^.* was killed trying to hurt .*," \
"^.* was killed by .* trying to hurt .*," \
"^.* was impaled by .*," \
"^.* fell out of the world," \
"^.* didn't want to live in the same world as.*," \
"^.* withered away.*," \
"^<.*> .*"
#define MC_REGEX_WARN \
"^Can't keep up! Is the server overloaded\\? Running .*ms or .* ticks behind"
#endif // _MC_REGEX_H