diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-16 08:52:07 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-03-16 08:52:07 +0000 |
commit | 9ebf3b62deda8fab8a511baa25347e02f5d0a175 (patch) | |
tree | a909c6962b89647f0a6e2c3151d5dc90f7a7b090 /constants | |
parent | 6ac88edc95e899ec134130c55261867117cbe469 (diff) | |
download | SkyHanni-REPO-9ebf3b62deda8fab8a511baa25347e02f5d0a175.tar.gz SkyHanni-REPO-9ebf3b62deda8fab8a511baa25347e02f5d0a175.tar.bz2 SkyHanni-REPO-9ebf3b62deda8fab8a511baa25347e02f5d0a175.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/fe51024f9a230f6408e69bd73293c71412bf9c0e
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 81f27cf..aeb0837 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "3375bde", + "sourceLabel": "fe51024", "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+)", @@ -374,7 +374,11 @@ "misc.trevor.above": "The target is around (?\u003cheight\u003e.*) blocks above, at a (?\u003cangle\u003e.*) degrees angle!", "misc.trevor.below": "The target is around (?\u003cheight\u003e.*) blocks below, at a (?\u003cangle\u003e.*) degrees angle!", "misc.trevor.at": "You are at the exact height!", - "misc.trevor.zone": "Zone: (?\u003czone\u003e.*)", + "misc.trevor.zone": "Location: (?\u003czone\u003e.*)", + "misc.trevor.mob.died": "§aReturn to the Trapper soon to get a new animal to hunt!", + "misc.trevor.start.dialogue": "[NPC] Trevor: You will have 10 minutes to find the mob from when you accept the task.", + "misc.trevor.outoftime": "You ran out of time and the animal disappeared!", + "misc.trevor.clickoption": "Click an option: §r§a§l\\[YES]§r§7 - §r§c§l\\[NO]", "misc.trevor.selfkill": "§aYour mob died randomly, you are rewarded §r§5(?\u003cpelts\u003e.*) pelts§r§a.", "misc.trevor.kill": "§aKilling the animal rewarded you §r§5(?\u003cpelts\u003e.*) pelts§r§a.", "bingo.card.tips.card": "Bingo Card", |