diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-18 20:29:05 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-18 20:29:05 +0000 |
commit | 5958235afb74476d613afa82b855547478b4cc07 (patch) | |
tree | 4ef1da6b326033a75d23e9621bc488aa80f2b5cb /constants/regexes.json | |
parent | c7395df655820c5f7ffd6ba7e25c493789eb9288 (diff) | |
download | SkyHanni-REPO-5958235afb74476d613afa82b855547478b4cc07.tar.gz SkyHanni-REPO-5958235afb74476d613afa82b855547478b4cc07.tar.bz2 SkyHanni-REPO-5958235afb74476d613afa82b855547478b4cc07.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/25c958f75cab5ccba7fab2312a7855230859964e
Diffstat (limited to 'constants/regexes.json')
-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 a13a19b..1012def 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "b1a5396", + "sourceLabel": "25c958f", "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+)", @@ -501,6 +501,7 @@ "event.jerry.frozentreasure.item.frozenbait": "FROZEN TREASURE! You found Frozen Bait!", "event.jerry.frozentreasure.item.einaryredhoodie": "FROZEN TREASURE! You found Einary\u0027s Red Hoodie!", "slayer.rngmeter.inventoryname": "(?\u003cname\u003e.*) RNG Meter", + "slayer.rngmeter.inventoryname.slayer": "Slayer", "slayer.rngmeter.update": " {3}§dRNG Meter §f- §d(?\u003cexp\u003e.*) Stored XP", "slayer.rngmeter.changeditem": "§aYou set your §r.* RNG Meter §r§ato drop §r.*§a!", "combat.ghostcounter.skillxp": "[+](?\u003cgained\u003e[0-9,.]+) \\((?\u003ccurrent\u003e[0-9,.]+)(?:/(?\u003ctotal\u003e[0-9,.]+))?\\)", |