From 7cfaff0b8721406ea903b062008b0466132ae476 Mon Sep 17 00:00:00 2001 From: hsgamer Date: Sat, 3 Feb 2024 08:24:21 +0700 Subject: [PATCH] Note on bypassing checks for Open Menu Action --- content/action/menu-open/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/action/menu-open/_index.md b/content/action/menu-open/_index.md index cfc0b70..1a7e220 100644 --- a/content/action/menu-open/_index.md +++ b/content/action/menu-open/_index.md @@ -16,3 +16,8 @@ This action will open the specific menu. * `open-menu: example.yml` * `open: pvp.yml` * `menu: test.yml` + +{{% notice style="note" %}} +You can bypass open requirements of the menu by adding `bypassChecks` to the action. +For example: `open(bypassChecks): pvp.yml` +{{% /notice %}}