diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-16 18:27:38 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-16 18:27:38 +0000 |
commit | c63d37b4be6ef9c47e29c5df9673f126afd52030 (patch) | |
tree | 60ce9d84a1f267662bbfc7a9046962ee622ed698 /constants | |
parent | 50a917389edf4c8bd8da882cf4faa1de609065a8 (diff) | |
download | SkyHanni-REPO-c63d37b4be6ef9c47e29c5df9673f126afd52030.tar.gz SkyHanni-REPO-c63d37b4be6ef9c47e29c5df9673f126afd52030.tar.bz2 SkyHanni-REPO-c63d37b4be6ef9c47e29c5df9673f126afd52030.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/a5452d3b27e1d09565cf2eac3b7bfaf374f8a251
Diffstat (limited to 'constants')
-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 d5ed638..54ef3e5 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "da27cfe", + "sourceLabel": "a5452d3", "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+)", @@ -189,7 +189,7 @@ "data.maxwell.gui.selectedpower": "§aPower is selected!", "data.maxwell.stack.accessorybag": "§.Accessory Bag", "data.maxwell.collection.redstone.requirement": "(?:§.)*Requires (?:§.)*Redstone Collection I+(?:§.)*\\.", - "data.quiver.chat.select": "§aYou set your selected arrow type to §f(?\u003carrow\u003e.*)§a!", + "data.quiver.chat.select": "§aYou set your selected arrow type to §.(?\u003carrow\u003e.*)§a!", "data.quiver.chat.fillupjax": "(§.)*Jax forged (§.)*(?\u003ctype\u003e.*?)(§.)* x(?\u003camount\u003e[\\d,]+)( (§.)*for (§.)*(?\u003ccoins\u003e[\\d,]+) Coins)?(§.)*!", "data.quiver.chat.fillup": "§aYou filled your quiver with §f(?\u003cflintAmount\u003e.*) §aextra arrows!", "data.quiver.chat.cleared": "§aCleared your quiver!", |