Last active
August 29, 2015 13:57
-
-
Save Brottweiler/9872851 to your computer and use it in GitHub Desktop.
This file contains 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
mc.thevoxelbox.com ^(?:[\{\[\(<](\w{2,16})[\}\]\)>]:?|\*?(\w{2,16}):)(.*) 1,2 3 | |
play.mc-sg.org ^(?:<[^>]*>\s*)?(\w{2,16})\s*>(.*) 1 2 | |
play.savagerealms.net ^(?:\[[^\]]*\]\s*)*\s*~?(\w{2,16})\s*(?:\[[^\]]*\])?:\s*(.*) 1 2 | |
rp.fr-minecraft.net ^\[(?:[^>]+>)?(\w{2,16})\|[^\]]*\]\s*(.*) 1 2 | |
eu.oc.tc ^(?:\[\w+\] (\w{2,16})|<(\w{2,16})>): (.*) 1,2 3 | |
us.oc.tc ^(?:\[\w+\] (\w{2,16})|<(\w{2,16})>): (.*) 1,2 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment