[İSTEK]1 KOMUT YAZINCA BİR KAÇ KOMUT YAZSIN

EnesKesim0101

Ağaç Yumruklayıcı
En iyi cevaplar
0
merhabalar arkadaşlar sizden skript istiyorum şöyle olacak
oyuncular
/otosatma yazınca komut yazsın 8 adet
Hepsini Birden Yazsın
ve oyuncular bunu göremesin alttaki komutları yazdığını skriptin



/otosatma1
/otosatma2
/otosatma3
/otosatma4
/otosatma5
/otosatma6
/otosatma7
/otosatma8
 

LifeMCServer

Nether Yerlisi
En iyi cevaplar
98
Kod:
command /otosatma:
    trigger:
        execute player command "otosatma1"
        execute player command "otosatma2"
        execute player command "otosatma3"
        execute player command "otosatma4"
        execute player command "otosatma5"
        execute player command "otosatma6"
        execute player command "otosatma7"
        execute player command "otosatma8"

/otosatma yazdığında belirttiğin 8 komutu yazar. NOT: Spam olarak algılayabilir. Wait ekleyebilirsin.
 

EnesKesim0101

Ağaç Yumruklayıcı
En iyi cevaplar
0
Kod:
command /otosatma:
    trigger:
        execute player command "otosatma1"
        execute player command "otosatma2"
        execute player command "otosatma3"
        execute player command "otosatma4"
        execute player command "otosatma5"
        execute player command "otosatma6"
        execute player command "otosatma7"
        execute player command "otosatma8"

/otosatma yazdığında belirttiğin 8 komutu yazar. NOT: Spam olarak algılayabilir. Wait ekleyebilirsin.

o dediğin komutu nasıl ekleyecez wait
 

LifeMCServer

Nether Yerlisi
En iyi cevaplar
98
o dediğin komutu nasıl ekleyecez wait

Kod:
command /otosatma:
    trigger:
        wait 1 seconds
        execute player command "otosatma1"
        wait 1 seconds
        execute player command "otosatma2"
        wait 1 seconds
        execute player command "otosatma3"
        wait 1 seconds
        execute player command "otosatma4"
        wait 1 seconds
        execute player command "otosatma5"
        wait 1 seconds
        execute player command "otosatma6"
        wait 1 seconds
        execute player command "otosatma7"
        wait 1 seconds
        execute player command "otosatma8"
 

EnesKesim0101

Ağaç Yumruklayıcı
En iyi cevaplar
0
Kod:
command /otosatma:
    trigger:
        wait 1 seconds
        execute player command "otosatma1"
        wait 1 seconds
        execute player command "otosatma2"
        wait 1 seconds
        execute player command "otosatma3"
        wait 1 seconds
        execute player command "otosatma4"
        wait 1 seconds
        execute player command "otosatma5"
        wait 1 seconds
        execute player command "otosatma6"
        wait 1 seconds
        execute player command "otosatma7"
        wait 1 seconds
        execute player command "otosatma8"

Tamamdır oldu
 
Üst