diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-24 09:52:19 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-24 09:52:19 +0000 |
commit | 0141374c0fe46af5a6b2b9f04e329d9a353d4dfd (patch) | |
tree | 1644c9b2cdd816739e97a460e4695bf82e9c2c3f /constants | |
parent | 7cf6ec98b9e3190362c9bc403f1abf0731575897 (diff) | |
download | SkyHanni-REPO-0141374c0fe46af5a6b2b9f04e329d9a353d4dfd.tar.gz SkyHanni-REPO-0141374c0fe46af5a6b2b9f04e329d9a353d4dfd.tar.bz2 SkyHanni-REPO-0141374c0fe46af5a6b2b9f04e329d9a353d4dfd.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/d03dce8b859a263de4ec06b3ddc7427b83842aa1
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 47ae178..4a159e1 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "1ab016a", + "sourceLabel": "d03dce8", "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+)", @@ -553,6 +553,12 @@ "dungeon.finder.floor.number": ".* (?\u003cfloorNum\u003e[IV\\d]+)", "dungeon.finder.get.dungeon.class": ".* (?\u003cclass\u003e.*)", "dungeon.finder.detect.dungeon.class": "§7View and select a dungeon class.", + "tab.widget.setting.gui": "(Widgets in.*|Widgets on.*)", + "tab.widget.setting.main": "§7Currently:.*", + "tab.widget.setting.sub": "§eClick to .*", + "tab.widget.setting.show": "Shown .* Setting.*|.*Widget Settings", + "tab.widget.setting.click.disable": ".*(disable!)", + "tab.widget.setting.is.enabled": ".*ENABLED", "garden.pests.spawn.one": "§6§l.*! §7A §6Pest §7has appeared in §aPlot §7- §b(?\u003cplot\u003e.*)§7!", "garden.pests.spawn.onebarn": "§6§l.*! §7A §6Pest §7has appeared in §a(?\u003cplot\u003eThe Barn)§7!", "garden.pests.spawn.multiple": "§6§l.*! §6(?\u003camount\u003e\\d) Pests §7have spawned in §aPlot §7- §b(?\u003cplot\u003e.*)§7!", |