Updated Contexts (markdown)

bloodmc 2021-07-23 20:50:48 -04:00
parent 7a79975135
commit bd70c9113d

@ -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`