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.
command /bgönder <integer>:
permission: op
trigger:
set {sayaç} to arg 1
while {sayaç} isn't 0:
send action bar "&e&lKapıların Açılmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
play sound "minecraft:block.note_block.hat" with volume 10 to player
wait 1 second
delete {sayaç}
bu skript için süre belirlemek yerine direk 6 dakikada yani 360 saniyede başlamasını istiyorum bu kodu nasıl bu şekilde güncelleriz?
command /bgönder:
permission: op
trigger:
set {sayaç} to 360
while {sayaç} isn't 0:
send action bar "&e&lKapıların Açılmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
play sound "minecraft:block.note_block.hat" with volume 10 to player
wait 1 second
delete {sayaç}
command /bgönder:
permission: op
trigger:
set {sayaç} to 360
while {sayaç} isn't 0:
send action bar "&e&lKapıların Açılmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
play sound "minecraft:block.note_block.hat" with volume 10 to player
wait 1 second
delete {sayaç}
teşekkür ederim işe yaradı birşey daha isteyebilirmiyim?
Kod:
command /bgönder:
permission: op
trigger:
execute console command "/clear @a"
execute console command "/kill @a"
set {sayaç} to 5
while {sayaç} isn't 0:
send action bar "&e&lKapıların Açılmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
play sound "minecraft:block.note_block.hat" with volume 10 to player
wait 1 second
delete {sayaç}
play sound "entity.ghast.scream" with volume 10 to player
execute player command "/tm bc &a&lKALE DUVARLARI AÇILDI!"
execute console command "/fill 148 117 -204 100 122 -169 minecraft:air"
execute console command "/fill 103 116 -173 103 104 -169 minecraft:air"
execute console command "/fill 145 116 -173 145 104 -169 minecraft:air"
execute console command "/fill 145 116 -200 145 104 -204 minecraft:air"
execute console command "/fill 103 116 -200 103 104 -204 minecraft:air"
execute console command "/fill 145 105 -199 145 116 -174 lime_stained_glass"
execute console command "/fill 103 105 -199 103 116 -174 lime_stained_glass"
wait 1 second
set {sayaç} to 5
while {sayaç} isn't 0:
send action bar "&e&lMavi Takımın Kazanmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
wait 1 second
delete {sayaç}
mavi ile gösterdiğim yer diğer kodlar olunca başlıyor diyelimki mavi yerdeki kodu durdurmak istedim /durdur diye birkomutla birleştirmen mümkünmü o komutu yazınca silinsin veya kapansın
teşekkür ederim işe yaradı birşey daha isteyebilirmiyim?
Kod:
command /bgönder:
permission: op
trigger:
execute console command "/clear @a"
execute console command "/kill @a"
set {sayaç} to 5
while {sayaç} isn't 0:
send action bar "&e&lKapıların Açılmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
play sound "minecraft:block.note_block.hat" with volume 10 to player
wait 1 second
delete {sayaç}
play sound "entity.ghast.scream" with volume 10 to player
execute player command "/tm bc &a&lKALE DUVARLARI AÇILDI!"
execute console command "/fill 148 117 -204 100 122 -169 minecraft:air"
execute console command "/fill 103 116 -173 103 104 -169 minecraft:air"
execute console command "/fill 145 116 -173 145 104 -169 minecraft:air"
execute console command "/fill 145 116 -200 145 104 -204 minecraft:air"
execute console command "/fill 103 116 -200 103 104 -204 minecraft:air"
execute console command "/fill 145 105 -199 145 116 -174 lime_stained_glass"
execute console command "/fill 103 105 -199 103 116 -174 lime_stained_glass"
wait 1 second
set {sayaç} to 5
while {sayaç} isn't 0:
send action bar "&e&lMavi Takımın Kazanmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
wait 1 second
delete {sayaç}
mavi ile gösterdiğim yer diğer kodlar olunca başlıyor diyelimki mavi yerdeki kodu durdurmak istedim /durdur diye birkomutla birleştirmen mümkünmü o komutu yazınca silinsin veya kapansın
set {sayaç} to 5
while {sayaç} isn't 0:
send action bar "&e&lMavi Takımın Kazanmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
wait 1 second
delete {sayaç}
mavi ile gözükmemiş dediğim yer bura: set {sayaç} to 5
while {sayaç} isn't 0:
send action bar "&e&lMavi Takımın Kazanmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
wait 1 second
delete {sayaç}
command /durdur:
permission: op
permission message: Böyle bir komut bulunamadı.
trigger:
set {sayac.durdurulmus} to true
send "&cSayaç başarıyla durduruldu."
command /bgönder:
permission: op
trigger:
set {sayac.durdurulmus} to false
execute console command "/clear @a"
execute console command "/kill @a"
set {sayaç} to 5
while {sayaç} isn't 0:
send action bar "&e&lKapıların Açılmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
play sound "minecraft:block.note_block.hat" with volume 10 to player
wait 1 second
delete {sayaç}
play sound "entity.ghast.scream" with volume 10 to player
execute player command "/tm bc &a&lKALE DUVARLARI AÇILDI!"
execute console command "/fill 148 117 -204 100 122 -169 minecraft:air"
execute console command "/fill 103 116 -173 103 104 -169 minecraft:air"
execute console command "/fill 145 116 -173 145 104 -169 minecraft:air"
execute console command "/fill 145 116 -200 145 104 -204 minecraft:air"
execute console command "/fill 103 116 -200 103 104 -204 minecraft:air"
execute console command "/fill 145 105 -199 145 116 -174 lime_stained_glass"
execute console command "/fill 103 105 -199 103 116 -174 lime_stained_glass"
wait 1 second
set {sayaç} to 5
if {sayac.durdurulmus} is true:
set {sayac} to 0
else:
while {sayaç} isn't 0:
send action bar "&e&lMavi Takımın Kazanmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
wait 1 second
delete {sayaç}
Bu komut işine yarayacaktır. Bir hata verirse belirtebilirsin.
command /durdur:
permission: op
permission message: Böyle bir komut bulunamadı.
trigger:
set {sayac.durdurulmus} to true
send "&cSayaç başarıyla durduruldu."
command /bgönder:
permission: op
trigger:
set {sayac.durdurulmus} to false
execute console command "/clear @a"
execute console command "/kill @a"
set {sayaç} to 5
while {sayaç} isn't 0:
send action bar "&e&lKapıların Açılmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
play sound "minecraft:block.note_block.hat" with volume 10 to player
wait 1 second
delete {sayaç}
play sound "entity.ghast.scream" with volume 10 to player
execute player command "/tm bc &a&lKALE DUVARLARI AÇILDI!"
execute console command "/fill 148 117 -204 100 122 -169 minecraft:air"
execute console command "/fill 103 116 -173 103 104 -169 minecraft:air"
execute console command "/fill 145 116 -173 145 104 -169 minecraft:air"
execute console command "/fill 145 116 -200 145 104 -204 minecraft:air"
execute console command "/fill 103 116 -200 103 104 -204 minecraft:air"
execute console command "/fill 145 105 -199 145 116 -174 lime_stained_glass"
execute console command "/fill 103 105 -199 103 116 -174 lime_stained_glass"
wait 1 second
set {sayaç} to 5
if {sayac.durdurulmus} is true:
set {sayac} to 0
else:
while {sayaç} isn't 0:
send action bar "&e&lMavi Takımın Kazanmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
wait 1 second
delete {sayaç}
Bu komut işine yarayacaktır. Bir hata verirse belirtebilirsin.
command /durdur:
permission: op
permission message: Böyle bir komut bulunamadı.
trigger:
set {sayac.durdurulmus} to true
send "&cSayaç başarıyla durduruldu."
command /bgönder:
permission: op
trigger:
set {sayac.durdurulmus} to false
execute console command "/clear @a"
execute console command "/kill @a"
set {sayaç} to 5
while {sayaç} isn't 0:
send action bar "&e&lKapıların Açılmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
play sound "minecraft:block.note_block.hat" with volume 10 to player
wait 1 second
delete {sayaç}
play sound "entity.ghast.scream" with volume 10 to player
execute player command "/tm bc &a&lKALE DUVARLARI AÇILDI!"
execute console command "/fill 148 117 -204 100 122 -169 minecraft:air"
execute console command "/fill 103 116 -173 103 104 -169 minecraft:air"
execute console command "/fill 145 116 -173 145 104 -169 minecraft:air"
execute console command "/fill 145 116 -200 145 104 -204 minecraft:air"
execute console command "/fill 103 116 -200 103 104 -204 minecraft:air"
execute console command "/fill 145 105 -199 145 116 -174 lime_stained_glass"
execute console command "/fill 103 105 -199 103 116 -174 lime_stained_glass"
wait 1 second
set {sayaç} to 5
if {sayac.durdurulmus} is true:
set {sayac} to 0
else:
while {sayaç} isn't 0:
send action bar "&e&lMavi Takımın Kazanmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
wait 1 second
delete {sayaç}
Bu komut işine yarayacaktır. Bir hata verirse belirtebilirsin.
command /durdur:
permission: op
permission message: Böyle bir komut bulunamadı.
trigger:
set {sayac.durdurulmus} to true
send "&cSayaç başarıyla durduruldu."
command /bgönder:
permission: op
trigger:
set {sayac.durdurulmus} to false
execute console command "/clear @a"
execute console command "/kill @a"
set {sayaç} to 5
while {sayaç} isn't 0:
send action bar "&e&lKapıların Açılmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
play sound "minecraft:block.note_block.hat" with volume 10 to player
wait 1 second
delete {sayaç}
play sound "entity.ghast.scream" with volume 10 to player
execute player command "/tm bc &a&lKALE DUVARLARI AÇILDI!"
execute console command "/fill 148 117 -204 100 122 -169 minecraft:air"
execute console command "/fill 103 116 -173 103 104 -169 minecraft:air"
execute console command "/fill 145 116 -173 145 104 -169 minecraft:air"
execute console command "/fill 145 116 -200 145 104 -204 minecraft:air"
execute console command "/fill 103 116 -200 103 104 -204 minecraft:air"
execute console command "/fill 145 105 -199 145 116 -174 lime_stained_glass"
execute console command "/fill 103 105 -199 103 116 -174 lime_stained_glass"
wait 1 second
set {sayaç} to 5
while {sayaç} isn't 0:
send action bar "&e&lMavi Takımın Kazanmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
wait 1 second
if {sayac.durdurulmus} is true:
set {sayac} to 0
delete {sayaç}
wait 1 second kısmından sonra kontrol gerçekleşecek ve eğer durdurulmuş ise sayaç durdurulacaktır. Eğer ki durdurulmamışsa kod devam edecektir.
command /durdur:
permission: op
permission message: Böyle bir komut bulunamadı.
trigger:
set {sayac.durdurulmus} to true
send "&cSayaç başarıyla durduruldu."
command /bgönder:
permission: op
trigger:
set {sayac.durdurulmus} to false
execute console command "/clear @a"
execute console command "/kill @a"
set {sayaç} to 5
while {sayaç} isn't 0:
send action bar "&e&lKapıların Açılmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
play sound "minecraft:block.note_block.hat" with volume 10 to player
wait 1 second
delete {sayaç}
play sound "entity.ghast.scream" with volume 10 to player
execute player command "/tm bc &a&lKALE DUVARLARI AÇILDI!"
execute console command "/fill 148 117 -204 100 122 -169 minecraft:air"
execute console command "/fill 103 116 -173 103 104 -169 minecraft:air"
execute console command "/fill 145 116 -173 145 104 -169 minecraft:air"
execute console command "/fill 145 116 -200 145 104 -204 minecraft:air"
execute console command "/fill 103 116 -200 103 104 -204 minecraft:air"
execute console command "/fill 145 105 -199 145 116 -174 lime_stained_glass"
execute console command "/fill 103 105 -199 103 116 -174 lime_stained_glass"
wait 1 second
set {sayaç} to 5
while {sayaç} isn't 0:
send action bar "&e&lMavi Takımın Kazanmasına: &f&l%{sayaç}%" to player
subtract 1 from {sayaç}
wait 1 second
if {sayac.durdurulmus} is true:
set {sayac} to 0
delete {sayaç}
wait 1 second kısmından sonra kontrol gerçekleşecek ve eğer durdurulmuş ise sayaç durdurulacaktır. Eğer ki durdurulmamışsa kod devam edecektir.
Discord üzerinden iletişime geçebilir misiniz? Daha hızlı olması açısından ve daha detay alabilmem gerekiyor. Ben anlamadım çünkü anlatmak istediğinizi.
Discord üzerinden iletişime geçebilir misiniz? Daha hızlı olması açısından ve daha detay alabilmem gerekiyor. Ben anlamadım çünkü anlatmak istediğinizi.