From bd70c9113d41dd3e4327db92e31df4d45e070800 Mon Sep 17 00:00:00 2001 From: bloodmc Date: Fri, 23 Jul 2021 20:50:48 -0400 Subject: [PATCH] Updated Contexts (markdown) --- Contexts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contexts.md b/Contexts.md index a65af3f..bd81a88 100644 --- a/Contexts.md +++ b/Contexts.md @@ -34,9 +34,9 @@ Note: When using contexts with commands `/cf`, `/claimoption`, or `flags.conf` y `gd_claim_default` - `default` `gd_claim_override` - `override` So as an example -`/cf block-break grass false context[gd_claim_default=global]` +`/cf block-break grass false gd_claim_default=global` is the same as -`/cf block-break grass false context[default=global]` +`/cf block-break grass false default=global` However, in LuckPerms it will ALWAYS show up as the actual context key which in this case would be `gd_claim_default`