[SUGGESTION] Add/Remove Argument in Command Tree
### Suggestion
Hi, I use SkBriggy (Brig Tree) for all my commands! I create an /oneblock command at the moment.
I try to filter the (lit) subcommands (Only the island owner may use and tab completion see some subcommands). I only found the permission option but I would not like to give players permissions in different worlds via console commands. Besides that, operators may also not use these commands.
Would it be technically in a brig tree command? Or could you add that? Like
```
brig command tree /oneblock:
lit arg "edit":
conditions: checkIslandPermissions(player, 5) is true
trigger:
...
```
Or is there another way to filter sub commands besides permission?
Merry christmas days and have a great day!
### Alternatives
I tried permission - works fine in some cases but does not work well here.
### Additional Information
_No response_
2 条评论