I want to make my own argument in command but i don't how to.
i mean /listcommands <(your own arguments/options)>
broadcast
like /listcommands help
reload
without using <text>
i tried this
``
options:
list: help,reload,broadcast
command /listcommands [{@list}]:
trigger:
if arg-1 is "help":
stop
send "test" to player ``
but it's not working like i want it
i mean /listcommands <(your own arguments/options)>
broadcast
like /listcommands help
reload
without using <text>
i tried this
``
options:
list: help,reload,broadcast
command /listcommands [{@list}]:
trigger:
if arg-1 is "help":
stop
send "test" to player ``
but it's not working like i want it