Yazar ve Destek Ekibi Alımları Aktif!
Merhaba Ziyaretçi!, Forumumuzun yazar ve destek ekibine katılmak ister misiniz? Yetkili market, yetkili sistemi ve başvuru formu gibi birçok bilgiye ulaşmak için buraya tıklayın.
Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
Bug değil özellik daha çok, konuda öyle bir şey belirtmediğiniz için eklemedim. Bu tür özellikler daha çok eklenebilir GUI vs. de yapılabilir sebebe küfür vesaire yazamasın diye kategoriler/sebepler GUI'de hazır sunulabilir fakat bunun için yapılmış eklentiler zaten var ve daha zahmetli olacağından sadece konuda isteneni attım. Bir daha ki sefere konuda istediğiniz her şeyi belirtmeye çalışın.
JavaScript:
command /bildir <player> <text>:
trigger:
set {_cooldown} to 5 minutes
set {_waited} to difference between {report::%command sender%::%arg-1%::lastUsed} and now
if {_waited} is less than {_cooldown}:
send "&cLütfen tekrar aynı kişiyi raporlamadan önce &a%difference between {_cooldown} and {_waited}% &cdaha bekleyin"
stop
set {report::%command sender%::%arg-1%::lastUsed} to now
loop all players:
if loop-player have the permission "op":
send "&bOyuncu %player% bir oyuncuyu bildirdi, %arg-1%" to loop-player
send "" to loop-player
send "&a<cmd:/tp %arg-1%>Oyuncuya ışınlanmak için TIKLA!<reset>" to loop-player
send "&c<cmd:/ryasakla %player% %arg-1%>Oyuncuyu yasaklamak için TIKLA!<reset>" to loop-player
send "&aBaşarıyla bildirdiniz."
command /ryasakla <player> <player>:
trigger:
if player have the permission "op":
execute console command "yasakla %arg-2% 3d"
execute console command "coinver %arg-1% 200"
send "&aİşlem başarılı."
else:
send "&cYeterli yetkiniz bulunmamakta."
Bug değil özellik daha çok, konuda öyle bir şey belirtmediğiniz için eklemedim. Bu tür özellikler daha çok eklenebilir GUI vs. de yapılabilir sebebe küfür vesaire yazamasın diye kategoriler/sebepler GUI'de hazır sunulabilir fakat bunun için yapılmış eklentiler zaten var ve daha zahmetli olacağından sadece konuda isteneni attım. Bir daha ki sefere konuda istediğiniz her şeyi belirtmeye çalışın.
JavaScript:
command /bildir <player> <text>:
trigger:
set {_cooldown} to 5 minutes
set {_waited} to difference between {report::%command sender%::%arg-1%::lastUsed} and now
if {_waited} is less than {_cooldown}:
send "&cLütfen tekrar aynı kişiyi raporlamadan önce &a%difference between {_cooldown} and {_waited}% &cdaha bekleyin"
stop
set {report::%command sender%::%arg-1%::lastUsed} to now
loop all players:
if loop-player have the permission "op":
send "&bOyuncu %player% bir oyuncuyu bildirdi, %arg-1%" to loop-player
send "" to loop-player
send "&a<cmd:/tp %arg-1%>Oyuncuya ışınlanmak için TIKLA!<reset>" to loop-player
send "&c<cmd:/ryasakla %player% %arg-1%>Oyuncuyu yasaklamak için TIKLA!<reset>" to loop-player
send "&aBaşarıyla bildirdiniz."
command /ryasakla <player> <player>:
trigger:
if player have the permission "op":
execute console command "yasakla %arg-2% 3d"
execute console command "coinver %arg-1% 200"
send "&aİşlem başarılı."
else:
send "&cYeterli yetkiniz bulunmamakta."
function cevir(ts: timespan):
set {_t} to "%{_ts}%"
replace all "minutes" with "dakika" in {_t}
replace all "and" with "ve" in {_t}
replace all "seconds" with "saniye" in {_t}
return {_t}
command /bildir <player> <text>:
trigger:
set {_cooldown} to 5 minutes
set {_waited} to difference between {report::%command sender%::%arg-1%::lastUsed} and now
if {_waited} is less than {_cooldown}:
set {_sure} to cevir(difference between {_cooldown} and {_waited})
send "&cLütfen tekrar aynı kişiyi raporlamadan önce &a%{_sure}% &cdaha bekleyin"
stop
set {report::%command sender%::%arg-1%::lastUsed} to now
loop all players:
if loop-player have the permission "op":
send "&bOyuncu %player% bir oyuncuyu bildirdi, %arg-1%" to loop-player
send "" to loop-player
send "&a<cmd:/tp %arg-1%>Oyuncuya ışınlanmak için TIKLA!<reset>" to loop-player
send "&c<cmd:/ryasakla %player% %arg-1%>Oyuncuyu yasaklamak için TIKLA!<reset>" to loop-player
send "&aBaşarıyla bildirdiniz."
command /ryasakla <player> <player>:
trigger:
if player have the permission "op":
execute console command "yasakla %arg-2% 3d"
execute console command "coinver %arg-1% 200"
send "&aİşlem başarılı."
else:
send "&cYeterli yetkiniz bulunmamakta."
function cevir(ts: timespan) :: text:
set {_t} to "%{_ts}%"
replace all "minutes" with "dakika" in {_t}
replace all "and" with "ve" in {_t}
replace all "seconds" with "saniye" in {_t}
return {_t}
command /bildir <player> <text>:
trigger:
set {_cooldown} to 5 minutes
set {_waited} to difference between {report::%command sender%::%arg-1%::lastUsed} and now
if {_waited} is less than {_cooldown}:
set {_sure} to cevir(difference between {_cooldown} and {_waited})
send "&cLütfen tekrar aynı kişiyi raporlamadan önce &a%{_sure}% &cdaha bekleyin"
stop
set {report::%command sender%::%arg-1%::lastUsed} to now
loop all players:
if loop-player have the permission "op":
send "&bOyuncu %player% bir oyuncuyu bildirdi, %arg-1%" to loop-player
send "" to loop-player
send "&a<cmd:/tp %arg-1%>Oyuncuya ışınlanmak için TIKLA!<reset>" to loop-player
send "&c<cmd:/ryasakla %player% %arg-1%>Oyuncuyu yasaklamak için TIKLA!<reset>" to loop-player
send "&aBaşarıyla bildirdiniz."
command /ryasakla <player> <player>:
trigger:
if player have the permission "op":
execute console command "yasakla %arg-2% 3d"
execute console command "coinver %arg-1% 200"
send "&aİşlem başarılı."
else:
send "&cYeterli yetkiniz bulunmamakta."
function cevir(ts: timespan) :: text:
set {_t} to "%{_ts}%"
replace all "minutes" with "dakika" in {_t}
replace all "and" with "ve" in {_t}
replace all "seconds" with "saniye" in {_t}
return {_t}
command /bildir <player> <text>:
trigger:
set {_cooldown} to 5 minutes
set {_waited} to difference between {report::%command sender%::%arg-1%::lastUsed} and now
if {_waited} is less than {_cooldown}:
set {_sure} to cevir(difference between {_cooldown} and {_waited})
send "&cLütfen tekrar aynı kişiyi raporlamadan önce &a%{_sure}% &cdaha bekleyin"
stop
set {report::%command sender%::%arg-1%::lastUsed} to now
loop all players:
if loop-player have the permission "op":
send "&bOyuncu %player% bir oyuncuyu bildirdi, %arg-1%" to loop-player
send "" to loop-player
send "&a<cmd:/tp %arg-1%>Oyuncuya ışınlanmak için TIKLA!<reset>" to loop-player
send "&c<cmd:/ryasakla %player% %arg-1%>Oyuncuyu yasaklamak için TIKLA!<reset>" to loop-player
send "&aBaşarıyla bildirdiniz."
command /ryasakla <player> <player>:
trigger:
if player have the permission "op":
execute console command "yasakla %arg-2% 3d"
execute console command "coinver %arg-1% 200"
send "&aİşlem başarılı."
else:
send "&cYeterli yetkiniz bulunmamakta."
function cevir(ts: timespan) :: text:
set {_t} to "%{_ts}%"
replace all "minutes" with "dakika" in {_t}
replace all "and" with "ve" in {_t}
replace all "seconds" with "saniye" in {_t}
return {_t}
command /bildir <player> <text>:
trigger:
set {_cooldown} to 5 minutes
set {_waited} to difference between {report::%command sender%::%arg-1%::lastUsed} and now
if {_waited} is less than {_cooldown}:
set {_diff} to difference between {_cooldown} and {_waited}
set {_sure} to cevir({_diff})
send "&cLütfen tekrar aynı kişiyi raporlamadan önce &a%{_sure}% &cdaha bekleyin"
stop
set {report::%command sender%::%arg-1%::lastUsed} to now
loop all players:
if loop-player have the permission "op":
send "&bOyuncu %player% bir oyuncuyu bildirdi, %arg-1%" to loop-player
send "" to loop-player
send "&a<cmd:/tp %arg-1%>Oyuncuya ışınlanmak için TIKLA!<reset>" to loop-player
send "&c<cmd:/ryasakla %player% %arg-1%>Oyuncuyu yasaklamak için TIKLA!<reset>" to loop-player
send "&aBaşarıyla bildirdiniz."
command /ryasakla <player> <player>:
trigger:
if player have the permission "op":
execute console command "yasakla %arg-2% 3d"
execute console command "coinver %arg-1% 200"
send "&aİşlem başarılı."
else:
send "&cYeterli yetkiniz bulunmamakta."
function cevir(ts: timespan) :: text:
set {_t} to "%{_ts}%"
replace all "minutes" with "dakika" in {_t}
replace all "and" with "ve" in {_t}
replace all "seconds" with "saniye" in {_t}
return {_t}
command /bildir <player> <text>:
trigger:
set {_cooldown} to 5 minutes
set {_waited} to difference between {report::%command sender%::%arg-1%::lastUsed} and now
if {_waited} is less than {_cooldown}:
set {_diff} to difference between {_cooldown} and {_waited}
set {_sure} to cevir({_diff})
send "&cLütfen tekrar aynı kişiyi raporlamadan önce &a%{_sure}% &cdaha bekleyin"
stop
set {report::%command sender%::%arg-1%::lastUsed} to now
loop all players:
if loop-player have the permission "op":
send "&bOyuncu %player% bir oyuncuyu bildirdi, %arg-1%" to loop-player
send "" to loop-player
send "&a<cmd:/tp %arg-1%>Oyuncuya ışınlanmak için TIKLA!<reset>" to loop-player
send "&c<cmd:/ryasakla %player% %arg-1%>Oyuncuyu yasaklamak için TIKLA!<reset>" to loop-player
send "&aBaşarıyla bildirdiniz."
command /ryasakla <player> <player>:
trigger:
if player have the permission "op":
execute console command "yasakla %arg-2% 3d"
execute console command "coinver %arg-1% 200"
send "&aİşlem başarılı."
else:
send "&cYeterli yetkiniz bulunmamakta."
function cevir(ts: timespan) :: text:
set {_t} to "%{_ts}%"
replace all "minutes" with "dakika" in {_t}
replace all "and" with "ve" in {_t}
replace all "seconds" with "saniye" in {_t}
return {_t}
command /bildir <player> <text>:
trigger:
set {_cooldown} to 5 minutes
set {_waited} to difference between {report::%command sender%::%arg-1%::lastUsed} and now
if {_waited} is less than {_cooldown}:
set {_diff} to difference between {_cooldown} and {_waited}
set {_sure} to cevir({_diff})
send "&cLütfen tekrar aynı kişiyi raporlamadan önce &a%{_sure}% &cdaha bekleyin"
stop
set {report::%command sender%::%arg-1%::lastUsed} to now
loop all players:
if loop-player have the permission "op":
send "&bOyuncu %player% bir oyuncuyu bildirdi, %arg-1%" to loop-player
send "" to loop-player
send "&a<cmd:/tp %arg-1%>Oyuncuya ışınlanmak için TIKLA!<reset>" to loop-player
send "&c<cmd:/ryasakla %player% %arg-1%>Oyuncuyu yasaklamak için TIKLA!<reset>" to loop-player
send "&aBaşarıyla bildirdiniz."
command /ryasakla <player> <player>:
trigger:
if player have the permission "op":
execute console command "yasakla %arg-2% 3d"
execute console command "coinver %arg-1% 200"
send "&aİşlem başarılı."
else:
send "&cYeterli yetkiniz bulunmamakta."