Last active
March 15, 2021 17:01
-
-
Save ChachyDev/645f67de6cad549a9d3c26af0779d53b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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|The Bridge|Sumo|Classic|OP|MegaWalls|Bow|NoDebuff|Blitz|Combo|Bow Spleef) (?:Duel|Doubles|Teams|Deathmatch|2v2v2v2|3v3v3v3)? ?- \\d+:\\d+$" | |
}, | |
{ | |
"type": 0, | |
"pattern": "^ +They captured all wools!$" | |
}, | |
{ | |
"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": 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": 1, | |
"pattern": "\\[?\\w*\\+*\\]? ?\\w+ caught ?a?n? .+! .*$" | |
}, | |
{ | |
"type": 2, | |
"pattern": "^(?:.* )?(?:\\[.+] )?\\w{1,16}(?: .+)?: (?:❤\\|${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$" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment