diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-04 18:21:59 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-04 18:21:59 +0000 |
commit | 0e5a668aae2548b822f65beec2bd6c0ed0ae4ac0 (patch) | |
tree | 79a18896d21279f806122fb5338a2e10bc574c8a | |
parent | 042fa57ecd57d5967e464bb4d38da2e4d8f28a79 (diff) | |
download | SkyHanni-REPO-0e5a668aae2548b822f65beec2bd6c0ed0ae4ac0.tar.gz SkyHanni-REPO-0e5a668aae2548b822f65beec2bd6c0ed0ae4ac0.tar.bz2 SkyHanni-REPO-0e5a668aae2548b822f65beec2bd6c0ed0ae4ac0.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/d48cf0126f9c163dd85c860004f658167912c85c
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 5a9d680..54871d7 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "82f1db0", + "sourceLabel": "d48cf01", "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+)", @@ -410,7 +410,6 @@ "misc.teleportpad.number": "§.(?\u003cnumber\u003e.*) teleport pad", "garden.cropmilestone.fix.tablist": " Milestone: §r§a(?\u003ccrop\u003e.*) (?\u003ctier\u003e.*): §r§3(?\u003cpercentage\u003e.*)%", "garden.cropmilestone.fix.levelup": " {2}§r§b§lGARDEN MILESTONE §3(?\u003ccrop\u003e.*) §8.*➜§3(?\u003ctier\u003e.*)", - "garden.cropmilestone.fix.pests.loot": "§eYou received §a(?\u003camount\u003e[0-9]*)x (?\u003citem\u003e.*) §efor killing an? §6(?\u003cpest\u003e.*)§e!", "garden.cropmilestone.fix.pests.raredrop": "§6§lRARE DROP! (?:§.)*(?\u003citem\u003e.+) §6\\(§6\\+.*☘\\)", "diana.waypoints.party": "§9Party §8\u003e (?\u003cplayerName\u003e.*)§f: §rx: (?\u003cx\u003e-?[0-9]{1,4}), y: (?\u003cy\u003e-?[0-9]{1,4}), z: (?\u003cz\u003e-?[0-9]{1,4})\\b", "diana.waypoints.died": "§9Party §8\u003e (?\u003cplayerName\u003e.*)§f: §rInquisitor dead!", @@ -621,7 +620,6 @@ "misc.limbo.tooltip.hours": "§5§o§b([\\d.,]+) hours.+$", "pet.petdropmessage": "(?\u003ctypeOfDrop\u003e§6§lPET DROP!|§5§lGREAT CATCH! §r§bYou found a §r§7\\[Lvl 1]) (?:§r)?§(?\u003crarityColor\u003e.)(?\u003cpetName\u003e[^§(.]+)(?\u003cmagicFindOrFarmingFortune\u003e.*)", "inventory.recipe.title": ".* Recipe", - "garden.pests.tracker.loot": "§eYou received §a(?\u003camount\u003e[0-9]*)x (?\u003citem\u003e.*) §efor killing an? §6(?\u003cpest\u003e.*)§e!", "garden.pests.tracker.raredrop": "§6§l(?:RARE|PET) DROP! (?:§.)*(?\u003citem\u003e.+) §6\\(§6\\+.*☘\\)", "test.dev.copyrng.slayer": "§7Slayer XP: §d.*§5/§d(?\u003cxp\u003e.*)", "test.dev.copyrng.dungeon": "§7Dungeon Score: §d.*§5/§d(?\u003cxp\u003e.*)", |