Skript Version: idk how to find that
Skript Author: GTNT_Animatios
Minecraft Version: 1.15.2
Is there a way to make a tab completer for sub-commands for skript?
https://cdn.discordapp.com/attachme...9910/Screen_Shot_2020-07-11_at_9.21.24_AM.png like this but for sub-commands. I'm trying to make a /gm command and want all the tab complete to be the gamemodes
code for the command so far, just need the subcommand thing 
Skript Author: GTNT_Animatios
Minecraft Version: 1.15.2
Is there a way to make a tab completer for sub-commands for skript?
https://cdn.discordapp.com/attachme...9910/Screen_Shot_2020-07-11_at_9.21.24_AM.png like this but for sub-commands. I'm trying to make a /gm command and want all the tab complete to be the gamemodes
Code:
command /gm <Gamemode>:
permission: op
trigger:
set gamemode of player to arg-1
Last edited: