diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-04 20:08:38 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-04 20:08:38 +0000 |
commit | 4d9a240bbb6a36cf38a221af5e7ff54ba6987fb7 (patch) | |
tree | f7cf642a90cd0c8af4bfc5964244edcfc3c4f55c /constants | |
parent | 568aeae4bc5ad8877ab32dd0c431e8767c9b724f (diff) | |
download | SkyHanni-REPO-4d9a240bbb6a36cf38a221af5e7ff54ba6987fb7.tar.gz SkyHanni-REPO-4d9a240bbb6a36cf38a221af5e7ff54ba6987fb7.tar.bz2 SkyHanni-REPO-4d9a240bbb6a36cf38a221af5e7ff54ba6987fb7.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/d991a496edc2181806e56dd5aea07161349a4e87
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 52f969b..93a2c45 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "52691f7", + "sourceLabel": "d991a49", "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+)", @@ -208,6 +208,7 @@ "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.magicalpower": "§7Total: §6(?\u003cmp\u003e\\d+) Magical Power", "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!", |