İstek Air Drop - Saatli dükkan Skript'i istek

BlazeNetwork

Altın Madencisi
En iyi cevaplar
3
Ücretsiz, Air drop havadan effectli şekilde düşen bir sandık plugini veya skript'i yapabilecek olan var mı?
Saatli Dükkan skript'i istek - Belli bir saat'de dükkanın açılıp kapansın ve o dükkana girilmesin tabela'da bu dükkan kapalı veya açık desin oyun içi saat ve gerçek saat farketmez yapabilecek olan varmı? rica etsem.
 

Mrtol

Taş Madencisi
En iyi cevaplar
5
Kod:
command /airdrop:
    trigger:
        set {_x} to player's location
        add 40 to the y coord of {_x}       
        loop 40 times:
            wait 2 tick              
            set block at {_x} to air
            remove 1 from y coord of {_x}
            set block at {_x} to chest  
        set block at {_x} to chest
        launch flickering trailing ball large firework colored dark blue and white and red and blue and cyan and yellow and pink at {_x} timed 1            
        add 1 iron_ingot to block at {_x}'s inventory
 
Üst