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.
Currently the /function command runs functions with an elevated op level of at least 2 -- we should allow this to be a permissions-configurable thing.
I'm not sure if this wants to be implemented as a context, or as a new subject type -- leaning towards context since executed in a function modifies the original sender, and is generally temporary.
Also, how do we deal with tags? Given a specific function, can we see which tags contain the function?
Currently the
/function
command runs functions with an elevated op level of at least 2 -- we should allow this to be a permissions-configurable thing.I'm not sure if this wants to be implemented as a context, or as a new subject type -- leaning towards context since executed in a function modifies the original sender, and is generally temporary.
Also, how do we deal with tags? Given a specific function, can we see which tags contain the function?
Functions: https://minecraft.gamepedia.com/Function_(Java_Edition)
The text was updated successfully, but these errors were encountered: