diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-05 16:47:51 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-05 16:47:51 +0000 |
commit | 0cd85453014f7f7348a814a6ccf4cc9d0e54809b (patch) | |
tree | deb8a2110c433b7c0929e0b80f3734ffd031fb73 /constants/regexes.json | |
parent | 4d9a240bbb6a36cf38a221af5e7ff54ba6987fb7 (diff) | |
download | SkyHanni-REPO-0cd85453014f7f7348a814a6ccf4cc9d0e54809b.tar.gz SkyHanni-REPO-0cd85453014f7f7348a814a6ccf4cc9d0e54809b.tar.bz2 SkyHanni-REPO-0cd85453014f7f7348a814a6ccf4cc9d0e54809b.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/f90096bad0e0210cfba8bc1fe1113ecb296aa6da
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 93a2c45..90d8e65 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "d991a49", + "sourceLabel": "f90096b", "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+)", @@ -214,6 +214,7 @@ "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.gui.noselectedpower": "(?:§.)*Visit Maxwell in the Hub to learn", "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 §.(?\u003carrow\u003e.*)§a!", |