aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-01-31 11:31:04 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-01-31 11:31:04 +0000
commit121b36c01ce1e36b2d7dd864f0d2a2bc0d799214 (patch)
tree7062358bc1c89a675fa7b7622684b712d288dbef
parentc52b1a9cd2a59fba3d62a36e4578d2bcfa64fbb2 (diff)
downloadSkyHanni-REPO-121b36c01ce1e36b2d7dd864f0d2a2bc0d799214.tar.gz
SkyHanni-REPO-121b36c01ce1e36b2d7dd864f0d2a2bc0d799214.tar.bz2
SkyHanni-REPO-121b36c01ce1e36b2d7dd864f0d2a2bc0d799214.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/66edf22adfe352fdbe4c48cc42a64cbfaa935520
-rw-r--r--constants/regexes.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index 1fadc21..32a51c3 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "aa82449",
+ "sourceLabel": "66edf22",
"regexes": {
"data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)",
"data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+",
@@ -14,6 +14,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.neuitems.enchantmentname": "^(?\u003cformat\u003e(?:§.)+)(?\u003cname\u003e[^§]+) (?\u003clevel\u003e[IVXL]+)$",
"utils.item.name.potion": ".*Potion",
"utils.item.petlevel": "(?:§f§f)?§7\\[Lvl (?\u003clevel\u003e\\d+)] .*",
"utils.skyblocktime.season": "(?:Early |Late )?(?\u003cseason\u003eSpring|Summer|Autumn|Winter)",