Batu44
Bir Kömür Göründü Kaptanım!
Merhaba sayın forum üyeleri, bugün sizlere kendi yapmış olduğum skripti tanıtacağım.
/restart yazınca 10'dan geriye saymaya başlar ve otomatik olarak sunucuyu durdurur.
Ek olarak; /tbc yazınca oyuncuların ekranına yazı gönderebilirsiniz (alıntıdır).
Yeni özellik restart iptal edilme eklendi.
/resetiptal yazarak restart'ı iptal edebilirsiniz.
Skript ve SkRayFall gerektirir.
/restart yazınca 10'dan geriye saymaya başlar ve otomatik olarak sunucuyu durdurur.
Ek olarak; /tbc yazınca oyuncuların ekranına yazı gönderebilirsiniz (alıntıdır).
Yeni özellik restart iptal edilme eklendi.
/resetiptal yazarak restart'ı iptal edebilirsiniz.
Skript ve SkRayFall gerektirir.
Kod:
command /tbc [<text>]:
permission : admin.tbc
permission message : &8Gerekli yetkilere sahip değilsin!
trigger:
if arg 1 is set:
loop all players:
send loop-player title "%colored arg 1%" for 3 seconds
else:
send "&8Correct use: &3/tbc <text>"
command /restart:
permission: restart
trigger:
execute console command "tbc &aRestart için son &6&l10 &asaniye"
wait 1 seconds
set {restart} to true
if {restart} is set:
execute console command "tbc &a&l9"
wait 1 seconds
if {restart} is set:
execute console command "tbc &a&l8"
wait 1 seconds
if {restart} is set:
execute console command "tbc &a&l7"
wait 1 seconds
if {restart} is set:
execute console command "tbc &a&l6"
wait 1 seconds
if {restart} is set:
execute console command "tbc &c&l5"
wait 1 seconds
if {restart} is set:
execute console command "tbc &c&l4"
wait 1 seconds
if {restart} is set:
execute console command "tbc &4&l3"
wait 1 seconds
if {restart} is set:
execute console command "tbc &4&l2"
wait 1 seconds
if {restart} is set:
execute console command "tbc &4&l1"
wait 1 seconds
if {restart} is set:
execute console command "tbc &9&lRestart..."
wait 1 seconds
if {restart} is set:
execute server command "stop"
command /resetiptal:
trigger:
delete {restart}
execute console command "tbc &a&lRestart iptal edildi..."
Değerli ziyaretçimiz, içeriği görebilmek için
şimdi giriş yapın veya kayıt olun.
Spigot link:
Değerli ziyaretçimiz, içeriği görebilmek için
şimdi giriş yapın veya kayıt olun.
Son düzenleme: