Kod:
command /rhtszetmeyin:
trigger:
if {r.%player%} is not set:
set {r.%player%} to 1
send "&4Rahatsiz Etmeyin &f Modu Acildi" to player
if {r.%player%} is set:
delete {r.%player%}
send "&4Rahatsiz Etmeyin &f Modu Kapatildi" to player
command /msg [<player>] [<text>]:
trigger:
if {r.%arg-1%} is not set:
cancel event
message "&4%player% Size Sunu Yolladı:&f%arg-2%" to arg-1
if {r.%arg-1%} is set:
cancel event
send "&fOyuncu Mesgul Durumda" to player
command /tpa [<player>]:
trigger:
if {r.%arg-1%} is not set:
cancel event
set {tpa.%player%} to 1
message "&f3 Saniye Sonra Işınlancaksınız" to player
wait 3 second
if {tpa.%player%} is 1:
execute console command "tp %player% %arg-1%"
if {r.%arg-1%} is set:
cancel event
send "&fOyuncu Mesgul Durumda" to player
on join:
delete {r.%player%}
delete {tpa.%player%}
on any movement:
if {tpa.%player%} is 1:
message "&fYerinden Oynadığın İçin Tpa İptal Oldu" to player
set {tpa.%player%} to 0
Son düzenleme: