diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-06 22:53:58 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-06 22:53:58 +0000 |
commit | 3533346b821c0e3dd85f3f41da3c085dae0aad13 (patch) | |
tree | 531a7409c7e59cb6571ce54480c57462c3077de3 | |
parent | e22b73ad61c629201ea25f364f0048b49d9cc322 (diff) | |
download | SkyHanni-REPO-3533346b821c0e3dd85f3f41da3c085dae0aad13.tar.gz SkyHanni-REPO-3533346b821c0e3dd85f3f41da3c085dae0aad13.tar.bz2 SkyHanni-REPO-3533346b821c0e3dd85f3f41da3c085dae0aad13.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/0a95a791eb57a546fb5421594abae740faf1dfdb
-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 4a17309..11f5e23 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "82a00ed", + "sourceLabel": "0a95a79", "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+)", @@ -29,6 +29,7 @@ "utils.item.lore.rarity.line": "^(?:§.){2,3}(?:.§. (?:§.){4})?(?:SHINY )?(?\u003crarity\u003eCOMMON|UNCOMMON|RARE|EPIC|LEGENDARY|MYTHIC|DIVINE|SUPREME|SPECIAL|VERY SPECIAL|ULTIMATE) ?(?:DUNGEON )?(?\u003citemCategory\u003e[^§]*)(?: (?:§.){3}.)?$", "utils.item.name.abiphone": ".{2}Abiphone .*", "utils.item.name.enchanted.book": ".{2}?Enchanted Book", + "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.*)", |