iKaanStrafe
every 600 seconds:
wait 5 minutes
execute console command "titlemanager abc &6Yerdeki eşyalar &c5 dakika sonra silinecek."
wait 4 minutes
execute console command "titlemanager abc &6Yerdeki eşyalar &c4 dakika sonra silinecek."
wait 3 minutes
execute console command "titlemanager abc &6Yerdeki eşyalar &c3 dakika sonra silinecek."
wait 2 minutes
execute console command "titlemanager abc &6Yerdeki eşyalar &c2 dakika sonra silinecek."
wait 1 minutes
execute console command "titlemanager abc &6Yerdeki eşyalar &c1 dakika sonra silinecek."
wait 30 seconds
execute console command "titlemanager abc &6Yerdeki eşyalar &c30 saniye sonra silinecek."
wait 15 seconds
execute console command "titlemanager abc &6Yerdeki eşyalar &c15 saniye sonra silinecek."
wait 10 seconds
execute console command "titlemanager abc &6Yerdeki eşyalar &c10 saniye sonra silinecek."
wait 5 seconds
execute console command "titlemanager abc &6Yerdeki eşyalar &c5 saniye sonra silinecek."
wait 1 seconds
execute console command "titlemanager abc &6Yerdeki eşyalar &c4 saniye sonra silinecek."
wait 1 seconds
execute console command "titlemanager abc &6Yerdeki eşyalar &c3 saniye sonra silinecek."
wait 1 seconds
execute console command "titlemanager abc &6Yerdeki eşyalar &c2 saniye sonra silinecek."
wait 1 seconds
execute console command "titlemanager abc &6Yerdeki eşyalar &c1 saniye sonra silinecek."
wait 1 seconds
execute console command "lagg clear"
wait 1 seconds
execute console command "titlemanager abc &6Yerdeki eşyalar silindi."
edoux.
every 10 minutes:
loop integers from 5 to 0:
if loop-integer != 0:
send action bar "&fYerdeki eşyalar &c%loop-integer% dakika &fsonra silinecek." to all players
wait 1 minute
if loop-integer = 0:
send action bar "&fYerdeki eşyalar &c30 saniye &fsonra silinecek." to all players
wait 15 seconds
send action bar "&fYerdeki eşyalar &c15 saniye &fsonra silinecek." to all players
wait 5 seconds
send action bar "&fYerdeki eşyalar &c10 saniye &fsonra silinecek." to all players
wait 5 seconds
loop integers from 5 to 0:
if loop-integer-2 != 0:
send action bar "&fYerdeki eşyalar &c%loop-integer-2% saniye &fsonra silinecek." to all players
wait 1 second
if loop-integer-2 = 0:
send action bar "&fYerdeki &c%size of dropped items% adet &feşya silindi." to all players
clear all dropped items
Stephan53#4195
Yanlış anlama ben bu işten anlamam ama loop olayı kötü bir şey değil mi?eğer kullanmak isterseniz daha optimize, TitleManager ve ClearLagg gerektirmeyen bir versiyonunu yaptım;
JavaScript:every 10 minutes: loop integers from 5 to 0: if loop-integer != 0: send action bar "&fYerdeki eşyalar &c%loop-integer% dakika &fsonra silinecek." to all players wait 1 minute if loop-integer = 0: send action bar "&fYerdeki eşyalar &c30 saniye &fsonra silinecek." to all players wait 15 seconds send action bar "&fYerdeki eşyalar &c15 saniye &fsonra silinecek." to all players wait 5 seconds send action bar "&fYerdeki eşyalar &c10 saniye &fsonra silinecek." to all players wait 5 seconds loop integers from 5 to 0: if loop-integer-2 != 0: send action bar "&fYerdeki eşyalar &c%loop-integer-2% saniye &fsonra silinecek." to all players wait 1 second if loop-integer-2 = 0: send action bar "&fYerdeki &c%size of dropped items% adet &feşya silindi." to all players clear all dropped items
(Her 5, 4, 3, 2, 1 dakikada, 30, 15, 10, 5, 4, 3, 2, 1 saniyede bir duyuru geçer)
Berat02#6167
hayırYanlış anlama ben bu işten anlamam ama loop olayı kötü bir şey değil mi?
ses de ekleyebilirmisiniz action bar gelince yanındada bir ses çalsın =)bide yazı biraz uzun beklesin ekranda mesela 5 saniye filan ekranda kalsın yazıeğer kullanmak isterseniz daha optimize, TitleManager ve ClearLagg gerektirmeyen bir versiyonunu yaptım;
JavaScript:every 10 minutes: loop integers from 5 to 0: if loop-integer != 0: send action bar "&fYerdeki eşyalar &c%loop-integer% dakika &fsonra silinecek." to all players wait 1 minute if loop-integer = 0: send action bar "&fYerdeki eşyalar &c30 saniye &fsonra silinecek." to all players wait 15 seconds send action bar "&fYerdeki eşyalar &c15 saniye &fsonra silinecek." to all players wait 5 seconds send action bar "&fYerdeki eşyalar &c10 saniye &fsonra silinecek." to all players wait 5 seconds loop integers from 5 to 0: if loop-integer-2 != 0: send action bar "&fYerdeki eşyalar &c%loop-integer-2% saniye &fsonra silinecek." to all players wait 1 second if loop-integer-2 = 0: send action bar "&fYerdeki &c%size of dropped items% adet &feşya silindi." to all players clear all dropped items
(Her 5, 4, 3, 2, 1 dakikada, 30, 15, 10, 5, 4, 3, 2, 1 saniyede bir duyuru geçer)
edoux.
ses de ekleyebilirmisiniz action bar gelince yanındada bir ses çalsın =)bide yazı biraz uzun beklesin ekranda mesela 5 saniye filan ekranda kalsın yazı
every 10 minutes:
loop integers from 5 to 0:
if loop-integer != 0:
send action bar "&fYerdeki eşyalar &c%loop-integer% dakika &fsonra silinecek." to all players
play sound "chicken_egg_pop" at volume 1 at pitch 2 to all players
wait 2 seconds
send action bar "&fYerdeki eşyalar &c%loop-integer% dakika &fsonra silinecek." to all players
wait 58 seconds
if loop-integer = 0:
send action bar "&fYerdeki eşyalar &c30 saniye &fsonra silinecek." to all players
play sound "chicken_egg_pop" at volume 1 at pitch 2 to all players
wait 2 seconds
send action bar "&fYerdeki eşyalar &c30 saniye &fsonra silinecek." to all players
wait 13 seconds
send action bar "&fYerdeki eşyalar &c15 saniye &fsonra silinecek." to all players
play sound "chicken_egg_pop" at volume 1 at pitch 2 to all players
wait 2 seconds
send action bar "&fYerdeki eşyalar &c15 saniye &fsonra silinecek." to all players
wait 3 seconds
send action bar "&fYerdeki eşyalar &c10 saniye &fsonra silinecek." to all players
play sound "chicken_egg_pop" at volume 1 at pitch 2 to all players
wait 2 seconds
send action bar "&fYerdeki eşyalar &c10 saniye &fsonra silinecek." to all players
wait 5 seconds
loop integers from 5 to 0:
if loop-integer-2 != 0:
send action bar "&fYerdeki eşyalar &c%loop-integer-2% saniye &fsonra silinecek." to all players
play sound "chicken_egg_pop" at volume 1 at pitch 2 to all players
wait 1 second
if loop-integer-2 = 0:
send action bar "&fYerdeki &c%size of dropped items% adet &feşya silindi." to all players
play sound "entity.experience_orb.pickup" at volume 1 at pitch 2 to all players
clear all dropped items
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!