diff options
-rw-r--r-- | constants/regexes.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 282c695..523a164 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,10 +1,11 @@ { - "sourceLabel": "d902e7d", + "sourceLabel": "ea8d092", "regexes": { "data.hypixeldata.serverid.scoreboard": "§7\\d+/\\d+/\\d+ §8(?\u003cservertype\u003e[mM])(?\u003cserverid\u003e\\S+)", "data.hypixeldata.serverid.tablist": " Server: §r§8(?\u003cserverid\u003e\\S+)", "data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+", "data.hypixeldata.islandname": "(?:§.)*(Area|Dungeon): (?:§.)*(?\u003cisland\u003e.*)", + "dungeon.complete": "§.\\s+§.§.(?:The|Master Mode) Catacombs §.§.- §.§.Floor (?\u003cfloor\u003eM?[IV]{1,3}|Entrance)", "data.skill.actionbar": ".*§3\\+.* (?\u003cskill\u003e.*) \\((?\u003coverflow\u003e.*)/(?\u003cneeded\u003e.*)\\).*", "data.skill.inventory": ".* §e(?\u003cnumber\u003e.*)§6/.*", "data.skill.actionbarlow": ".*§3+(?\u003cadd\u003e.+) (?\u003cskill\u003e.*) \\((?\u003cpercentage\u003e.*)%\\).*", @@ -142,6 +143,15 @@ "inventory.npc.sell.lore": "§7them to this Shop!|§eClick to buyback!", "bazaar.cancelledorder.lastamount": "§a(?\u003camount\u003e.*)§7x", "bazaar.cancelledorder.cancelledmessage": "§6\\[Bazaar] §r§7§r§cCancelled! §r§7Refunded §r§6(?\u003ccoins\u003e.*) coins §r§7from cancelling Buy Order!", + "dungeon.croesus.inventory": "Croesus", + "dungeon.croesus.empty": "§cNo treasures!", + "dungeon.croesus.kismet.reroll": "§aReroll Chest", + "dungeon.croesus.kismet.used": "§aYou already rerolled a chest!", + "dungeon.croesus.chest.floor": "§7Tier: §eFloor (?\u003cfloor\u003e[IV]+)", + "dungeon.croesus.chest.master": ".*Master.*", + "dungeon.croesus.chest.state.keyused": "§aNo more Chests to open!", + "dungeon.croesus.chest.state.opened": "§8Opened Chest:.*", + "dungeon.croesus.chest.state.unopened": "§8No Chests Opened!", "bingo.compactchat.health": " {3}§r§7§8\\+§a.* §c❤ Health", "bingo.compactchat.strength": " {3}§r§7§8\\+§a. §c❁ Strength", "bingo.compactchat.border": "§[e3]§l▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬", |