diff options
-rw-r--r-- | constants/regexes.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 8aa0357..e5b3c73 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "ccf598c", + "sourceLabel": "f72cf99", "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+)", @@ -185,6 +185,11 @@ "data.maxwell.inventory.power": "§7Selected Power: §a(?\u003cpower\u003e.*)", "data.maxwell.inventory.magicalpower": "§7Magical Power: §6(?\u003cmp\u003e[\\d,]+)", "data.maxwell.gui.thaumaturgy": "Accessory Bag Thaumaturgy", + "data.maxwell.gui.thaumaturgy.start": "§7Your tuning:", + "data.maxwell.gui.thaumaturgy.data": "§(?\u003ccolor\u003e.)\\+(?\u003camount\u003e[^ ]+)(?\u003cicon\u003e.) (?\u003cname\u003e.+)", + "data.maxwell.gui.thaumaturgy.statstuning": "Stats Tuning", + "data.maxwell.thaumaturgy.statstuning": "§7You have: .+ §7\\+ §(?\u003ccolor\u003e.)(?\u003camount\u003e[^ ]+) (?\u003cicon\u003e.)", + "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.stack.accessorybag": "§.Accessory Bag", |