You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.
For contexts that are provided in the form of a UUID, like GriefPrevention's claim contexts, it is difficult to add permissions in these contexts by hand. Some ideas:
Allow ContextCalculators to have a provideAlias method for contexts that will transform context aliases (and a completeAlias too I guess)
Add a --from-active=context[,context...] flag to all context-using commands that will get the current context value from what it is in the source's getActiveContexts.
The text was updated successfully, but these errors were encountered:
For contexts that are provided in the form of a UUID, like GriefPrevention's claim contexts, it is difficult to add permissions in these contexts by hand. Some ideas:
ContextCalculators
to have aprovideAlias
method for contexts that will transform context aliases (and a completeAlias too I guess)--from-active=context[,context...]
flag to all context-using commands that will get the current context value from what it is in the source'sgetActiveContexts
.The text was updated successfully, but these errors were encountered: