diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-30 21:11:38 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-30 21:11:38 +0000 |
commit | 81a89db6ed7d7e1d83226b884528ef01a753a07e (patch) | |
tree | b18c6365b2308956d605f32df83d6e4c65dbfaae | |
parent | d0f20d745255035caa586afc400ebf36993883b4 (diff) | |
download | SkyHanni-REPO-81a89db6ed7d7e1d83226b884528ef01a753a07e.tar.gz SkyHanni-REPO-81a89db6ed7d7e1d83226b884528ef01a753a07e.tar.bz2 SkyHanni-REPO-81a89db6ed7d7e1d83226b884528ef01a753a07e.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/7df31da39359712dd6ec39c8186ad80908ac0a58
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 34fef1e..17a136e 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "d595c90", + "sourceLabel": "7df31da", "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+)", @@ -169,7 +169,7 @@ "utils.item.name.potion": ".*Potion", "utils.item.amount.front": "(?: +§8(?:\\+§.)?(?\u003camount\u003e[\\d.,]+[km]?)x? )?(?\u003cname\u003e.*)", "utils.item.amount.behind": "(?\u003cname\u003e(?:§.)*(?:[^§] ?)+)(?:§8x(?\u003camount\u003e[\\d,]+))?", - "utils.item.cost.line": "(?:§5§o)?§7Cost", + "utils.item.cost.line": "(?:§5§o)?§7Cost.*", "utils.time.amount": "(?:(?\u003cy\u003e\\d+) ?y(?:\\w* ?)?)?(?:(?\u003cd\u003e\\d+) ?d(?:\\w* ?)?)?(?:(?\u003ch\u003e\\d+) ?h(?:\\w* ?)?)?(?:(?\u003cm\u003e\\d+) ?m(?:\\w* ?)?)?(?:(?\u003cs\u003e\\d+) ?s(?:\\w* ?)?)?", "utils.string.playerchat": "(?\u003cimportant\u003e.*?)(?:§[f7r])*: .*", "utils.string.chatusername": "^(?:§\\w\\[§\\w\\d+§\\w] )?(?:(?:§\\w)+\\S )?(?\u003crankedName\u003e(?:§\\w\\[\\w.+] )?(?:§\\w)?(?\u003cusername\u003e\\w+))(?: (?:§\\w)?\\[.+?])?", |