diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-18 15:29:39 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-18 15:29:39 +0000 |
commit | abc1d6b6fac363b9159150c9cc6e3780fa1c55f4 (patch) | |
tree | deb57c4517e41b0e25a4256e6c5bcbfab3cf85d7 /constants | |
parent | 844216948214182cfc1feae42100b4c138c5e6f8 (diff) | |
download | SkyHanni-REPO-abc1d6b6fac363b9159150c9cc6e3780fa1c55f4.tar.gz SkyHanni-REPO-abc1d6b6fac363b9159150c9cc6e3780fa1c55f4.tar.bz2 SkyHanni-REPO-abc1d6b6fac363b9159150c9cc6e3780fa1c55f4.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/3d0d4dd8e1dd49bcb3e1b607e0bc7cd5614299ad
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 10b05c1..ffcefa0 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "734fdf6", + "sourceLabel": "3d0d4dd", "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+)", @@ -333,6 +333,7 @@ "inventory.npc.sell.lore": "§7them to this Shop!|§eClick to buyback!", "bazaar.cancelledorder.lastamount": "§6§7from §a(?\u003camount\u003e.*)§7x §7missing items\\.", "bazaar.cancelledorder.cancelledmessage": "§6\\[Bazaar] §r§7§r§cCancelled! §r§7Refunded §r§6(?\u003ccoins\u003e.*) coins §r§7from cancelling Buy Order!", + "bazaar.cancelledorder.inventorytitle": "Order options", "dungeon.croesus.inventory": "Croesus", "dungeon.croesus.empty": "§cNo treasures!", "dungeon.croesus.kismet.reroll": "§aReroll Chest", |