From 38db03894a6e7434243204b64d62687bef963f07 Mon Sep 17 00:00:00 2001 From: Exanthiax <107284021+Exanthiax@users.noreply.github.com> Date: Tue, 7 May 2024 00:10:36 +0100 Subject: [PATCH] Create is_alive.md --- 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..0a1f9838c4 --- /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 +```