diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 47ae178..4a159e1 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "1ab016a", + "sourceLabel": "d03dce8", "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+)", @@ -553,6 +553,12 @@ "dungeon.finder.floor.number": ".* (?\u003cfloorNum\u003e[IV\\d]+)", "dungeon.finder.get.dungeon.class": ".* (?\u003cclass\u003e.*)", "dungeon.finder.detect.dungeon.class": "§7View and select a dungeon class.", + "tab.widget.setting.gui": "(Widgets in.*|Widgets on.*)", + "tab.widget.setting.main": "§7Currently:.*", + "tab.widget.setting.sub": "§eClick to .*", + "tab.widget.setting.show": "Shown .* Setting.*|.*Widget Settings", + "tab.widget.setting.click.disable": ".*(disable!)", + "tab.widget.setting.is.enabled": ".*ENABLED", "garden.pests.spawn.one": "§6§l.*! §7A §6Pest §7has appeared in §aPlot §7- §b(?\u003cplot\u003e.*)§7!", "garden.pests.spawn.onebarn": "§6§l.*! §7A §6Pest §7has appeared in §a(?\u003cplot\u003eThe Barn)§7!", "garden.pests.spawn.multiple": "§6§l.*! §6(?\u003camount\u003e\\d) Pests §7have spawned in §aPlot §7- §b(?\u003cplot\u003e.*)§7!", |