diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-10 08:54:37 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-10 08:54:37 +0000 |
commit | 080ea862913e8ae328ed9cc0071f8b8b687c729a (patch) | |
tree | 8f373ca2b14841f6deebd923d9d195dedfa7fb4a /constants/regexes.json | |
parent | 3fd20e82bbd901c9580603d1e332c091c6a7076e (diff) | |
download | SkyHanni-REPO-080ea862913e8ae328ed9cc0071f8b8b687c729a.tar.gz SkyHanni-REPO-080ea862913e8ae328ed9cc0071f8b8b687c729a.tar.bz2 SkyHanni-REPO-080ea862913e8ae328ed9cc0071f8b8b687c729a.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/f541212f286940b7260df85ab419a02228daf1ea
Diffstat (limited to 'constants/regexes.json')
-rw-r--r-- | constants/regexes.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index d1b07e6..3c416d8 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "259acef", + "sourceLabel": "f541212", "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+)", @@ -32,6 +32,7 @@ "data.garden.milestone.crop": "§7Harvest §f(?\u003cname\u003e.*) §7on .*", "data.garden.milestone.total": "§7Total: §a(?\u003cname\u003e.*)", "data.garden.milestonefix.amount": ".*§e(?\u003chaving\u003e.*)§6/§e(?\u003cmax\u003e.*)", + "garden.visitor.offersaccepted": "§7Offers Accepted: §a(?\u003coffersAccepted\u003e\\d+)", "data.owninventory.chat.movedsacktoinventory": "§aMoved §r§e\\d* (?\u003cname\u003e.*)§r§a from your Sacks to your inventory.", "gfs.chat.from": "§aMoved §r§e(?\u003camount\u003e\\d+) (?\u003citem\u003e.+)§r§a from your Sacks to your inventory.", "gfs.chat.missing": "§cYou have no (?\u003citem\u003e.+) in your Sacks!", @@ -150,7 +151,7 @@ "utils.item.name.bait": "^(Obfuscated.*|.* Bait)$", "utils.item.neuitems.enchantmentname": "^(?\u003cformat\u003e(?:§.)+)(?\u003cname\u003e[^§]+) (?\u003clevel\u003e[IVXL]+)$", "utils.item.name.potion": ".*Potion", - "utils.item.amount.front": "(?: *§8(\\+§\\w)?(?\u003camount\u003e[\\d.km,]+)(x )?)?(?\u003cname\u003e.*)", + "utils.item.amount.front": "(?: +§8(?:\\+§.)?(?\u003camount\u003e[\\d.,]+[km]?)x? )?(?\u003cname\u003e.*)", "utils.item.amount.behind": "(?\u003cname\u003e(?:[\u0027\\w-]+ ?)+)(?:§8x(?\u003camount\u003e[\\d,]+))?", "utils.time.amount": "(?:(?\u003cy\u003e\\d+) ?y(?:\\w* ?)?)?(?:(?\u003cd\u003e\\d+) ?d(?:\\w* ?)?)?(?:(?\u003ch\u003e\\d+) ?h(?:\\w* ?)?)?(?:(?\u003cm\u003e\\d+) ?m(?:\\w* ?)?)?(?:(?\u003cs\u003e\\d+) ?s(?:\\w* ?)?)?", "utils.string.playerchat": "(?\u003cimportant\u003e.*?)(?:§[f7r])*: .*", |