aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-01-20 09:11:12 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-01-20 09:11:12 +0000
commit8493cb7ec236cd97a5e390d45fe131cc5efd87b1 (patch)
tree46db3ed86ab90f53a8aa15868d355e1cb2198728
parent9a6816275b84fa1313386d925cebd17495522455 (diff)
downloadSkyHanni-REPO-8493cb7ec236cd97a5e390d45fe131cc5efd87b1.tar.gz
SkyHanni-REPO-8493cb7ec236cd97a5e390d45fe131cc5efd87b1.tar.bz2
SkyHanni-REPO-8493cb7ec236cd97a5e390d45fe131cc5efd87b1.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/8024af3c90343899ace8060f2ddda427e6c7dc10
-rw-r--r--constants/regexes.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index 6e0cefd..1f846d2 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "2d11b0c",
+ "sourceLabel": "8024af3",
"regexes": {
"data.hypixeldata.tablistprofile": "§e§lProfile: §r§a(?\u003cprofile\u003e.*)",
"data.hypixeldata.lobbytype": "(?\u003clobbyType\u003e.*lobby)\\d+",
@@ -12,6 +12,10 @@
"actionbar.skyblock.xp": ".*(§b\\+\\d+ SkyBlock XP §.\\([^()]+\\)§b \\(\\d+/\\d+\\)).*",
"bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%",
"utils.item.petlevel": "(?:§f§f)?§7\\[Lvl (?\u003clevel\u003e\\d+)] .*",
+ "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.potion": ".*Potion",
"garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)",
"garden.plot.spray.target": "§a§lSPRAYONATOR! §r§7You sprayed §r§aPlot §r§7- §r§b(?\u003cplot\u003e.*) §r§7with §r§a(?\u003cspray\u003e.*)§r§7!",
"data.party.you.joined": "§eYou have joined (?\u003cname\u003e.*)\u0027s §eparty!",