labylib-chattycape/servers.json
Victor Westerlund ed7cd2077b Ready for backend hook
Client-side script 'start.py' is now ready for a backend hook.

The only thing remaining to do on the client-side is to add the actual initializer of labylib.

Added support for "us.mineplex.com" in 'servers.json'
2020-11-17 05:17:14 +01:00

39 lines
No EOL
494 B
JSON

{
"us.mineplex.com": {
"pattern": "([abcef0-9])\\w+ ",
"lookup": {
"start": 1,
"ignore": [
"MPS",
"Host",
"Co-Host",
"el?"
],
"tag": [
"ULTRA",
"HERO",
"LEGEND",
"TITAN",
"ETERNAL",
"IMMORTAL",
"YT",
"STREAM",
"YOUTUBE",
"TRAINEE",
"MOD",
"SR.MOD",
"ADMIN",
"LEADER",
"OWNER"
]
}
},
"vanilla": {
"pattern": "\\<(?s)(.*)\\>",
"lookup": {
"start": 0,
"ignore": [],
"tag": []
}
}
}