Sohbette biri size bir şey yazınca etiketleme skpripti
Kod:
on chat:
loop all players:
if {notify::%loop-player%} is not set:
replace all "%loop-player%" with "@%loop-player%" in message
if message contains "%loop-player%":
loop 1 times:
execute console command "playsound mob.zombie.infect %loop-player%"
play "NOTE_PLING" to loop-player at volume 2
execute console command "tm amessage %loop-player% &l&6%player%&7: &l&r&a%colored message%"
command /bildirim:
trigger:
if {notify::%player%} is not set:
set {notify::%player%} to 1
send "&6Bildirimleri &7başarıyla &ckapattın!" to player
else:
delete {notify::%player%}
send "&6Bildirimleri &7başarıyla &aaçtın!" to player