[YARDIM]Bir Skripte 2 Tane Komut

GodofMilker

Nether Yerlisi
En iyi cevaplar
0
kekomusunuz :( ALIN TEK KOMUTLU
Kod:
command /klan [<text>] [<text>]:
    trigger:
        if arg 1 is not set:
            send "&cLütfen bir alt-komut giriniz."
            stop
        else if arg 1 is not "kur" or "açıklama":
            send "&cYanlış alt-komut sadece; kur ve açıklama yazılabilir."
            stop
        else if arg 1 is "kur":
            execute player command "/f create %arg 2%"
            stop      
        else if arg 1 is "açıklama":
            execute player command "/f desc %arg 2%"
            stop
Aslında SuperGuilds'de de böyle yapıyor aldanmayın @Enderiatus
 
Üst