Arrow
Altın Madencisi
- En iyi cevaplar
- 0
siz yürüdükçe altınızdaki blokları cama dönüştürüyor şuanlık bir bug var nedense bir tarafındaki bloğu silmiyor yürürken.
Linki görebilmek için üye olmanız gerekiyor.
Giriş yap veya üye ol.
Kod:
on any movement:
if {ucanhali.%player%} is equal to 1:
set the block below the player to glass
set the block in front of the block below the player to glass
set the block right of the block below the player to glass
set the block left of the block below the player to glass
wait 2 seconds
set the block to air
set the block right of the block to air
set the block in front of the block to air
set the block left of the block to air
set the block behind the block to air
command /ucanhali:
permission:ucan.hali
trigger:
set {ucanhali.%player%} to 1
message "&bUcanHali Acildi!"
command /ucanhalikapa:
permission:ucan.hali
trigger:
set {ucanhali.%player%} to 0
message "&bUcanHali Kapatildi!"
Son düzenleme: