From 742160da2688640dd0739d3893c361aae227babe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 13 Apr 2024 06:38:48 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/0d41a281c8d87128a0004fed96dada8b1b5e950a --- constants/regexes.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'constants') diff --git a/constants/regexes.json b/constants/regexes.json index 4130df5..3b59812 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "961b5a8", + "sourceLabel": "0d41a28", "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+)", @@ -222,13 +222,15 @@ "data.maxwell.stack.accessorybag": "§.Accessory Bag", "data.maxwell.collection.redstone.requirement": "(?:§.)*Requires (?:§.)*Redstone Collection I+(?:§.)*\\.", "data.quiver.chat.select": "§aYou set your selected arrow type to §.(?\u003carrow\u003e.*)§a!", - "data.quiver.chat.fillupjax": "(§.)*Jax forged (§.)*(?\u003ctype\u003e.*?)(§.)* x(?\u003camount\u003e[\\d,]+)( (§.)*for (§.)*(?\u003ccoins\u003e[\\d,]+) Coins)?(§.)*!", + "data.quiver.chat.fillupjax": "(?:§.)*Jax forged (?:§.)*(?\u003ctype\u003e.*?)(?:§.)* x(?\u003camount\u003e[\\d,]+)(?: (?:§.)*for (?:§.)*(?\u003ccoins\u003e[\\d,]+) Coins)?(?:§.)*!", "data.quiver.chat.fillup": "§aYou filled your quiver with §f(?\u003cflintAmount\u003e.*) §aextra arrows!", - "data.quiver.chat.cleared": "§aCleared your quiver!", + "data.quiver.chat.cleared": "§aCleared your quiver!|§c§lYour quiver is now completely empty!", + "data.quiver.chat.ranout": "§c§lQUIVER! §cYou have run out of §f(?\u003ctype\u003e.*)s§c!", "data.quiver.chat.arrowreset": "§cYour favorite arrow has been reset!", - "data.quiver.chat.addedtoquiver": "(§.)*You\u0027ve added (§.)*(?\u003ctype\u003e.*) x(?\u003camount\u003e.*) (§.)*to your quiver!", + "data.quiver.chat.addedtoquiver": "(?:§.)*You\u0027ve added (?:§.)*(?\u003ctype\u003e.*) x(?\u003camount\u003e.*) (?:§.)*to your quiver!", "data.quiver.fakebows": "^(BOSS_SPIRIT_BOW|CRYPT_BOW)$", "data.quiver.quivername": "^Quiver$", + "data.quiver.quiver.inventory": "§7Active Arrow: §.(?\u003ctype\u003e.*) §7\\(§e(?\u003camount\u003e.*)§7\\)", "data.bits.scoreboard": "^Bits: §b(?\u003camount\u003e[\\d,.]+).*$", "data.bits.chat.famerankup": "§eYou gained §3(?\u003camount\u003e.*) Bits Available §ecompounded from all your §epreviously eaten §6cookies§e! Click here to open §6cookie menu§e!", "data.bits.chat.boostercookieate": "§eYou consumed a §6Booster Cookie§e!.*", @@ -628,7 +630,6 @@ "rift.area.westvillage.vermintracker.fly": ".*§eYou vacuumed a §.*Fly.*", "rift.area.westvillage.vermintracker.binline": "§fVermin Bin: §\\w(?\u003ccount\u003e\\d+) (?\u003cvermin\u003e\\w+)", "rift.area.westvillage.vermintracker.bagline": "§fVacuum Bag: §\\w(?\u003ccount\u003e\\d+) (?\u003cvermin\u003e\\w+)", - "inventory.quiver.chat.low": "§cYou only have (?\u003carrowsLeft\u003e.*) arrows left in your Quiver!", "inventory.maxpurse.order": ".*§6(?\u003ccoins\u003e[\\d.,]+) coins §7each.*", "inventory.maxpurse.instant": ".*Price per unit: §6(?\u003ccoins\u003e[\\d.,]+) coins.*", "inventory.maxpurse.createorder": "§aCreate Buy Order", -- cgit