diff options
-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", |