o co moze chodzic gdy napisze do kolegi wiadomosci pokazuje sie cos takiego https://imgur.com/a/OQp08IO
command /msg <offline player> <text>:
usage: {@msg} &fPoprawne uzycie komendy: &c/msg &e<gracz> &a<tresc>
aliases: /message, /tell, /m
trigger:
if arg 1 is not online:
send "&fGracz jest offline!"
stop
if player is arg-1:
send "&fNie mozesz pisac do siebie!"
stop
set {reply::%executor%} to arg 1
set {reply::%arg 1%} to player
send "&7[&aJa &7-> &c%arg 1%] &f%arg 2%" to player
send "&7[&c%executor% &7-> &aJa] &7%arg 2%" to arg 1
stop
command /reply <text>:
usage: &7Poprawne uzycie komendy: &c/reply <tresc>
aliases: /r
trigger:
if {reply::%executor%} is not set:
send "&cDo nikogo nie pisales!"
stop
send "&7[&aJa &7-> &c%{reply::%player%}%] &f%arg%" to player
send "&7[&c%executor% &7-> &aJa] &f%arg%" to {reply::%executor%}
stop
#skrypt przerobiony