Skript İle Schematic Yüklenebilirmi ?

IEmreCan

Taş Madencisi
En iyi cevaplar
0
Tabelaya sağ tıklayınca //schematic load bina komutu girilsin ama (bina loaded paste it with //paste) yazısı yerine [Ev] Geliştiriliyor yazısı çıkacak ve daha sonra //paste komutu gerçekleşecek (Pasted relative to you .Undo with //undo) Yazısı yerine ise [Ev] Geliştirildi yazısı çıksın ve bitsin
-----Yapan arkadaşa teşekkürler ama sanırım zor bir şey yapamasanızda canınız saolsun yapanın elleri dert görmesin...........
 
I

Iskefiyeli18

Ziyaretçi
Şöyle olmaz mı ya?

on right-click on sign
[tab]trigger
[tab]execute player command "//schematic load bina"
[tab]broadcast "[Ev] Geliştiriliyor.."
[tab]wait 2 seconds
[tab]execute player command "//paste"
[tab]broadcast "[Ev] Geliştirildi"
 

Minecraftplayerr

Java, Skript, Php, Html, Css, Javascript, Anime
En iyi cevaplar
7
Şöyle olmaz mı ya?

on right-click on sign
[tab]trigger
[tab]execute player command "//schematic load bina"
[tab]broadcast "[Ev] Geliştiriliyor.."
[tab]wait 2 seconds
[tab]execute player command "//paste"
[tab]broadcast "[Ev] Geliştirildi"
Olur ama onun için yetki verip yetkisini geri alman lazım.
execute console command "/yetkiverme kodu %player%"
Groupmanager kodlarını pek bilmemde.
 

IEmreCan

Taş Madencisi
En iyi cevaplar
0
[17:20:06] [Server thread/ERROR]: indentation error: expected 0 tabs, but found 1 tab (schematic load.sk, line 2: trigger')
[17:20:06] [Server thread/ERROR]: indentation error: expected 0 tabs, but found 1 tab (schematic load.sk, line 3: execute player command "//schematic load bina"')
[17:20:06] [Server thread/ERROR]: indentation error: expected 0 tabs, but found 1 tab (schematic load.sk, line 4: broadcast "[Ev] Geliştiriliyor.."')
[17:20:06] [Server thread/ERROR]: indentation error: expected 0 tabs, but found 1 tab (schematic load.sk, line 5: wait 2 seconds')
[17:20:06] [Server thread/ERROR]: indentation error: expected 0 tabs, but found 1 tab (schematic load.sk, line 6: execute player command "//paste"')
[17:20:06] [Server thread/ERROR]: indentation error: expected 0 tabs, but found 1 tab (schematic load.sk, line 7: broadcast "[Ev] Geliştirildi"')
[17:20:06] [Server thread/ERROR]: invalid line - all code has to be put into triggers (schematic load.sk, line 1: on right-click on sign')
 

Minecraftplayerr

Java, Skript, Php, Html, Css, Javascript, Anime
En iyi cevaplar
7
[17:20:06] [Server thread/ERROR]: indentation error: expected 0 tabs, but found 1 tab (schematic load.sk, line 2: trigger')
[17:20:06] [Server thread/ERROR]: indentation error: expected 0 tabs, but found 1 tab (schematic load.sk, line 3: execute player command "//schematic load bina"')
[17:20:06] [Server thread/ERROR]: indentation error: expected 0 tabs, but found 1 tab (schematic load.sk, line 4: broadcast "[Ev] Geliştiriliyor.."')
[17:20:06] [Server thread/ERROR]: indentation error: expected 0 tabs, but found 1 tab (schematic load.sk, line 5: wait 2 seconds')
[17:20:06] [Server thread/ERROR]: indentation error: expected 0 tabs, but found 1 tab (schematic load.sk, line 6: execute player command "//paste"')
[17:20:06] [Server thread/ERROR]: indentation error: expected 0 tabs, but found 1 tab (schematic load.sk, line 7: broadcast "[Ev] Geliştirildi"')
[17:20:06] [Server thread/ERROR]: invalid line - all code has to be put into triggers (schematic load.sk, line 1: on right-click on sign')
on rightclick on sign:
[tab]execute player command "//schematic load bina"
[tab]broadcast "[Ev] Geliştiriliyor.."
[tab]wait 2 seconds
[tab]execute player command "//paste"
[tab]broadcast "[Ev] Geliştirildi"

Bunu dene.
 
I

Iskefiyeli18

Ziyaretçi
İlk satırı on rightclick to sign olarak düzelt ve bütün tabları silmeyi dene.
 
Üst