diff options
| author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-17 17:26:33 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-17 17:26:33 +0000 |
| commit | 7adf8b9c8673d2f2483814da5629ff0bb16de93a (patch) | |
| tree | 15e2a7bf8a99d9539ccf9b29dd23d9f9a9420baa | |
| parent | 16f1ad667cc86eaaa68aa97049d5c655039c1032 (diff) | |
| download | SkyHanni-REPO-7adf8b9c8673d2f2483814da5629ff0bb16de93a.tar.gz SkyHanni-REPO-7adf8b9c8673d2f2483814da5629ff0bb16de93a.tar.bz2 SkyHanni-REPO-7adf8b9c8673d2f2483814da5629ff0bb16de93a.zip | |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/f72cf9906a49736948a353fceb135e49b3f041b5
| -rw-r--r-- | constants/regexes.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 8aa0357..e5b3c73 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "ccf598c", + "sourceLabel": "f72cf99", "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+)", @@ -185,6 +185,11 @@ "data.maxwell.inventory.power": "§7Selected Power: §a(?\u003cpower\u003e.*)", "data.maxwell.inventory.magicalpower": "§7Magical Power: §6(?\u003cmp\u003e[\\d,]+)", "data.maxwell.gui.thaumaturgy": "Accessory Bag Thaumaturgy", + "data.maxwell.gui.thaumaturgy.start": "§7Your tuning:", + "data.maxwell.gui.thaumaturgy.data": "§(?\u003ccolor\u003e.)\\+(?\u003camount\u003e[^ ]+)(?\u003cicon\u003e.) (?\u003cname\u003e.+)", + "data.maxwell.gui.thaumaturgy.statstuning": "Stats Tuning", + "data.maxwell.thaumaturgy.statstuning": "§7You have: .+ §7\\+ §(?\u003ccolor\u003e.)(?\u003camount\u003e[^ ]+) (?\u003cicon\u003e.)", + "data.maxwell.tuningpoints.chat.autoassigned": "§aYour §r§eTuning Points §r§awere auto-assigned as convenience!", "data.maxwell.gui.yourbags": "Your Bags", "data.maxwell.gui.selectedpower": "§aPower is selected!", "data.maxwell.stack.accessorybag": "§.Accessory Bag", |
