Mam problem z tym skryptem. Nie ma błędów, ale jak wpisuje /ci to się wyświetla się że brak komendy. Mam WildSkript i SkQuery
command /clear [<player>]:
aliases: ci
trigger:
if player has permission "wario.tools.clear":
if arg 1 is not set:
clear the player's inventory
send "{@tag} &aTwoj ekwipunek zotal wyczyszczony"
stop
if arg 1 is set:
clear the argument's inventory
send "{@tag} &aEkwipunek gracz &c%arg 1% zostal wyczyszczony"
send "{@tag} &aTwoj ekwipunek zotal wyczyszczony przez &c%player%" to argument 1
stop
else:
send "{@tag} {@permission}"
stop