From fd6d88f6ff0c4341ae747081d4998c7f2b7c58fc Mon Sep 17 00:00:00 2001 From: Exanthiax <107284021+Exanthiax@users.noreply.github.com> Date: Wed, 8 May 2024 23:00:29 +0100 Subject: [PATCH] added is_alive --- docs/effects/all-conditions/is_alive.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/effects/all-conditions/is_alive.md diff --git a/docs/effects/all-conditions/is_alive.md b/docs/effects/all-conditions/is_alive.md new file mode 100644 index 0000000000..e5ce8a7840 --- /dev/null +++ b/docs/effects/all-conditions/is_alive.md @@ -0,0 +1,8 @@ +# `is_alive` + +Requires the player to be alive + +# Example Config +```yaml +- id: is_alive +``` \ No newline at end of file