Skript Hata Yardım

Rookies

Demir Madencisi
En iyi cevaplar
0
2 Tane error veriyor verimli çalışmıyor

çalışmayan yer oyuncu ilk girdiğinde perm vermiyor



Kod:
command /kt:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Savasci"

command /kt2:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Gardiyan"
       
command /kt3:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Okcu"
       
command /kt4:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Madenci"

on first join
    execute console command "/manuaddp %player% chestcommands.open.karektrss.yml"
 

AdexTR

Muvaffakiyetsizleştiriveremeyebileceklerimizdenmiş
Emekli
En iyi cevaplar
112
Kod:
on first join:
    execute console command "/manuaddp %player% chestcommands.open.karektrss.yml"
Hata değil sadece göz yanımsaması. :
 

Rookies

Demir Madencisi
En iyi cevaplar
0
Kod:
on first join:
    execute console command "/manuaddp %player% chestcommands.open.karektrss.yml"
Hata değil sadece göz yanımsaması. :
Ty de ben bi komutu engelemek istiyorum ama o komutuda skript ile yaptım veya o komutun kulanılması için perm eklmek istiyorum engeleme ve diğeri hakkında bilginz varmı
 

AdexTR

Muvaffakiyetsizleştiriveremeyebileceklerimizdenmiş
Emekli
En iyi cevaplar
112
Ty de ben bi komutu engelemek istiyorum ama o komutuda skript ile yaptım veya o komutun kulanılması için perm eklmek istiyorum engeleme ve diğeri hakkında bilginz varmı
Mümkündür.
Kod:
on command "/komut":
    if player has permission "komut.skript":
        stop
    else:
        cancel the event
        message "Komut kullanılamaz."
 

Rookies

Demir Madencisi
En iyi cevaplar
0
burdada 16 tane hata veriyor


Kod:
command /kt:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Savasci"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"

command /kt2:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Gardiyan"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"
       
command /kt3:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Okcu"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"
       
command /kt4:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Madenci"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"

on first join:
    execute console command "/manuaddp %player% chestcommands.open.karektrss.yml"
    execute console command "/manuaddp %player% kt.sk"
    execute console command "/manuaddp %player% kt2.sk"
    execute console command "/manuaddp %player% kt3.sk"
    execute console command "/manuaddp %player% kt4.sk"

on command "/kt":
    if player has permission "kt.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."

on command "/kt2":
    if player has permission "kt2.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."

on command "/kt3":
    if player has permission "kt3.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."

on command "/kt4":
    if player has permission "kt4.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."
 

AdexTR

Muvaffakiyetsizleştiriveremeyebileceklerimizdenmiş
Emekli
En iyi cevaplar
112
burdada 16 tane hata veriyor


Kod:
command /kt:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Savasci"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"

command /kt2:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Gardiyan"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"
      
command /kt3:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Okcu"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"
      
command /kt4:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Madenci"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"

on first join:
    execute console command "/manuaddp %player% chestcommands.open.karektrss.yml"
    execute console command "/manuaddp %player% kt.sk"
    execute console command "/manuaddp %player% kt2.sk"
    execute console command "/manuaddp %player% kt3.sk"
    execute console command "/manuaddp %player% kt4.sk"

on command "/kt":
    if player has permission "kt.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."

on command "/kt2":
    if player has permission "kt2.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."

on command "/kt3":
    if player has permission "kt3.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."

on command "/kt4":
    if player has permission "kt4.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."
Muhtemelen boşluk hatasıdır, Notepad++ programıyla açıp baştaki boşlukları silip gereken miktarda tabları atmayı deneyiniz.
 

likecraft

YASAKLANDI
En iyi cevaplar
0
perm için örnek kullanım:

PHP:
command /kt4:
    permission: kt.kt
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Madenci"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"
 

Rookies

Demir Madencisi
En iyi cevaplar
0
/sk reload all yadığınızda gelen hatanın fotoğrafını atar mısınız?
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.




Kod:
command /kt:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Savasci"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"

command /kt2:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Gardiyan"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"
       
command /kt3:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"
       
command /kt4:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Madenci"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"

on first join:
    trigger:
        execute console command "/manuaddp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuaddp %player% kt.sk"
        execute console command "/manuaddp %player% kt2.sk"
        execute console command "/manuaddp %player% kt3.sk"
        execute console command "/manuaddp %player% kt4.sk"

on command "/kt":
    if player has permission "kt.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."

on command "/kt2":
    if player has permission "kt2.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."

on command "/kt3":
    if player has permission "kt3.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."

on command "/kt4":
    if player has permission "kt4.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."
 

AdexTR

Muvaffakiyetsizleştiriveremeyebileceklerimizdenmiş
Emekli
En iyi cevaplar
112
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.




Kod:
command /kt:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Savasci"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"

command /kt2:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Gardiyan"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"
     
command /kt3:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"
     
command /kt4:
    trigger:
        execute console command "/manudelp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuadd %player% Madenci"
        execute console command "/manudelp %player% kt.sk"
        execute console command "/manudelp %player% kt2.sk"
        execute console command "/manudelp %player% kt3.sk"
        execute console command "/manudelp %player% kt4.sk"

on first join:
    trigger:
        execute console command "/manuaddp %player% chestcommands.open.karektrss.yml"
        execute console command "/manuaddp %player% kt.sk"
        execute console command "/manuaddp %player% kt2.sk"
        execute console command "/manuaddp %player% kt3.sk"
        execute console command "/manuaddp %player% kt4.sk"

on command "/kt":
    if player has permission "kt.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."

on command "/kt2":
    if player has permission "kt2.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."

on command "/kt3":
    if player has permission "kt3.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."

on command "/kt4":
    if player has permission "kt4.sk":
        stop
    else:
        cancel the event
        message "Bu Komutu Yöneticiler Kulanabilir."
Boşluk hatası var. Tüm tablar için, 1 tab yerine 1 space kullanınız. 2 tab yerine 2 space...
 
Üst