Neden Çalışmıyor

Secret_wither

Bedrock Kaşifi
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?
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
 
H

hsndmrts_

Ziyaretçi
konsoldan world edit komutu oluşturamazsın yada yazdıramazsın
 

Secret_wither

Bedrock Kaşifi
En iyi cevaplar
0
onları ayarladım. Ama bunda neden otomatik //paste yapmıyor?
Kod:
command /adaolustur:
   trigger:
     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 "/manuaddp %player% worldedit.schematic.load"
     execute console command "/manuaddp %player% worldedit.clipboard.paste"
     execute player command "//schematic load viphouse-3"
     wait 2 second
     execute player command "//paste"
     execute console command "/manudelp %player% worldedit.clipboard.paste"
     execute console command "/manudelp %player% worldedit.schematic.load"
     stop
 

Admicos

Nether Yerlisi
En iyi cevaplar
1
o schematiğin bulunduğundan emin misin?[DOUBLEPOST=1414343119,1414342958][/DOUBLEPOST]ve schematiği yüklerken souna .schematic koymayı dene. (Örn: viphouse-3.schematic)
 
Üst