Bulundu Saat Başına sandığa item gelmesi

  • Konuyu Başlatan Konuyu Başlatan Tinker
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 651
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Tinker

Koydum Çalışma Masasını
Katılım
24 Mart 2019
Mesajlar
60
Elmaslar
4
Puan
8.760
Yaş
43
Minecraft
Sasa

Discord:

Sasam

Şimdi /sandıkolustur ile bi sandık oluşcak bu sandığın içine her 10 dakkada 64 tane kar topu koyulacak otomatik bunu skript ile yapabilecek bilgisi olan varmı ?
yazana şimdiden eline sağlık
 
Kod:
command /sandıkolustur:
    trigger:
        set {loc} to player's location
        set block at {loc} to chest
        wait 5 ticks
        set {locb} to block at {loc}
        add 64 snowball to {locb}'s inventory

every 10 minutes:
    add 64 snowball to {locb}'s inventory

Dener misin ?
 
JavaScript:
command /sandıkoluştur:
    permission: op
    trigger:
        set block 0 above location of player to chest
        add 64 snowball to block 0 above location of player
        set {l} to block 0 above location of player
        
every 10 minute:
    add 64 snowball to {l}
 
Kod:
command /sandıkolustur:
    trigger:
        set {loc} to player's location
        set block at {loc} to chest
        wait 5 ticks
        set {locb} to block at {loc}
        add 64 snowball to {locb}'s inventory

every 10 minutes:
    add 64 snowball to {locb}'s inventory

Dener misin ?
Çalışıyor fakat mesela bir tane daha /sandıkolustur yazdığımda o eski oluşturdugum sandıga itemler gelmiyor yani her oluşturduğum sandığa gelmesini istiyorum yapabilirmisiniz ?
 
JavaScript:
command /sandıkoluştur:
    permission: op
    trigger:
        set block 0 above location of player to chest
        add 64 snowball to block 0 above location of player
        set {l::*} to block 0 above location of player
        
every 10 minute:
    add 64 snowball to {l::*}
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst