diff options
-rw-r--r-- | constants/regexes.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 04c3bf3..bf753ed 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,6 +1,9 @@ { - "sourceLabel": "bc22141", + "sourceLabel": "48e85f9", "regexes": { + "data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)", + "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", + "data.hypixeldata.islandname": "§b§l(Area|Dungeon): §r§7(?\u003cisland\u003e.*)", "data.owninventory.chat.movedsacktoinventory": "§aMoved §r§e\\d* (?\u003cname\u003e.*)§r§a from your Sacks to your inventory.", "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", |