Okay, so I am creating a Skript command Alias.
This is what I have
aliases:
on command "ftop":
make player execute command "/ftopgui"
on command "f top":
make player execute command "/ftopgui"
It works, but the chat command is ran too.
What happens is the GUI pulls up, but the chat message is still sent.
How do I make it so that the chat message isn't sent, but the GUI pops up.
This is what I have
aliases:
on command "ftop":
make player execute command "/ftopgui"
on command "f top":
make player execute command "/ftopgui"
It works, but the chat command is ran too.
What happens is the GUI pulls up, but the chat message is still sent.
How do I make it so that the chat message isn't sent, but the GUI pops up.
