diff options
-rw-r--r-- | constants/regexes.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 98061f3..4da24aa 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,8 +1,12 @@ { - "sourceLabel": "6178599", + "sourceLabel": "beb9d23", "regexes": { "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", + "minion.chat.upgrade": "§aYou have upgraded your Minion to Tier (?\u003ctier\u003e.*)", + "minion.chat.coin": "§aYou received §r§6(.*) coins§r§a!", + "minion.title": "Minion [^➜]", + "minion.item.collect": "^§aCollect All$", "harp.inventory": "^Harp.*" } }
\ No newline at end of file |