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`