- En iyi cevaplar
- 0
arkadaşlar aşşağıdaki skript neden çalışmıyor?
ve birde her oyuncu aşşağıdaki kodu yalnızca 1 defa yazabilecek. onu nasıl ayarlayabilrim?
ve birde her oyuncu aşşağıdaki kodu yalnızca 1 defa yazabilecek. onu nasıl ayarlayabilrim?
Kod:
command /adaolustur:
message "&6&lAdan Olusturuluyor..."
set {_random.x} to a random integer from -1000 to 1000
set {_random.y} to a random integer from 80 to 150
set {_random.z} to a random integer from -1000 to 1000
execute console command "/tp %name of player% %{_random.x}% %{_random.y}% %{_random.z}%"
set block 1 below player to stone
execute console command "//schmatic load ada1"
execute console command "//paste"
stop