#custom tab completions to command

1 messages · Page 1 of 1 (latest)

warm sky
#

i have a command defined as:

command /example <text>:
  ...

how do i add custom tab completions to it that will get suggested to the user when they type the command?

fluid sentinel
#

using skbee's tab complete stuff

warm sky
#

kinda new to skript, how do i add that to my server? do i just put the skbee jar file in my plugins folder and then i can use it in my skripts?