Bloktan Kalkan

xXBidoNXx

Ağaç Yumruklayıcı
Mesajlar
31
En iyi cevaplar
0
Beğeniler
1
Puanları
40
Ruh hali
Benim Eskiden Cok Aradığım Bir Bloktan Kalkan Skriptinin Birazını Kodladım Ama Sıkıntı Surda Hareket ettiremiyorum



2018-12-22_15.58.12.png


Bunu Hareket Ettirmemi Sağlayıcak Kodu Atarmısınız Ama sadece bi yöne hareket etmicek nereye dogru yurursek oraya son olarak bir de hareket ederken kırdığı yerleri yine koycak kodu atarsanız cok sevinirim

Kod:
on leftclick with diamond hoe:
 chance of 5%:
        set block 15 blocks above the player to anvil
        message "&4Incoming in 3..."
        wait 11 ticks
        message "&4Incoming in 2..."
        wait 11 ticks
        message "&4Incoming in 1..."
    chance of 95%:
        loop blocks in radius 3 of player:
            teleport player to block 1 above
            set block north of the player to 95:3
            set block northeast of the player to 95:3
            set block east of the player to 95:3
            set block southeast of the player to 95:3
            set block south of the player to 95:3
            set block southwest of the player to 95:3
            set block west of the player to 95:3
            set block northwest of the player to 95:3
            set block 2 blocks up north of the player to 95:3
            set block 2 blocks up east of the player to 95:3
            set block 2 blocks up south of the player to 95:3
            set block 2 blocks up west of the player to 95:3
            set block 2 blocks above the player to 95:3
            set block 2 blocks up infront of the player to 95:3 #
            set block 1 blocks up north of the player to 95:3
            set block 1 blocks up northeast of the player to 95:3
            set block 1 blocks up east of the player to 95:3
            set block 1 blocks up southeast of the player to 95:3
            set block 1 blocks up south of the player to 95:3
            set block 1 blocks up southwest of the player to 95:3
            set block 1 blocks up west of the player to 95:3
            set block 1 blocks up northwest of the player to 95:3
            set block 1 blocks down of the player to 95:3
            set block 1 blocks down north of the player to 95:3 #alt
            set block 1 blocks down east of the player to 95:3
            set block 1 blocks down south of the player to 95:3
            set block 1 blocks down west of the player to 95:3
            set block 1 blocks down the player to 95:3
            set block 1 blocks down infront of the player to 95:3
            set block 1 blocks down of the player to 95:3
 



Üst