Using this
How would I have /ac as an alias? (When I do /ac, it brings up the essentials variant)
code_language.skript:
#This skript is made by DerpyBadger, feel free to change the Messages/Colours. Thanks for downloading! Make sure to leave a review ;) <3 xo
command /sc <text>:
usage: &cIncorrect usage. Try, /sc [Message]
permission: skript.staffchat
permission message: &cYou do not have access to this command.
executable by: player and console
aliases: /ac
trigger:
loop all players:
loop-player has permission "message.sc":
command "/playsound note.pling %loop-player% ~ ~ ~ 1 1 1"
send "&8[&4Staff&8] &b%player% &8» &3%arg%" to loop-player
How would I have /ac as an alias? (When I do /ac, it brings up the essentials variant)