I have a command script with several arguments, each with their own unique set of sub-arguments and so on. The "tab completions" does not allow for tabs to filter per-argument, and "Tab complete" can get overly complicated. Im wondering if its possible to add another option called "tab map"
Maybe not exactly like my example, but something similar for dynamic tabbing without the need for extreme procedural tabbing and unwanted tabs from the simple method
For example:
type: command
debug: true
name: test
usage: /test
tab map:
check:
list:
<server.online_players>:
teach:
<server.online_players>:
override:
forget:
<server.online_players>:
spellbook:
clear:
<server.online_players>:
clear_all:
ban:
<server.online_players>:
spell:
tempban:
<server.online_players>:
spell:
duration:
unban:
<server.online_players>:
spell:
treehouse:
```