Skript Hata Yardım

Rookies

Demir Madencisi
Mesajlar
307
En iyi cevaplar
0
Beğeniler
94
Puanları
470
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
Mesajlar
3,619
En iyi cevaplar
98
Beğeniler
5,539
Puanları
9,180
Ruh hali
Kod:
on first join:
    execute console command "/manuaddp %player% chestcommands.open.karektrss.yml"
Hata değil sadece göz yanımsaması. :
 

Rookies

Demir Madencisi
Mesajlar
307
En iyi cevaplar
0
Beğeniler
94
Puanları
470
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
Mesajlar
3,619
En iyi cevaplar
98
Beğeniler
5,539
Puanları
9,180
Ruh hali
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
Mesajlar
307
En iyi cevaplar
0
Beğeniler
94
Puanları
470
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
Mesajlar
3,619
En iyi cevaplar
98
Beğeniler
5,539
Puanları
9,180
Ruh hali
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.
 

AdexTR

Muvaffakiyetsizleştiriveremeyebileceklerimizdenmiş
Emekli
Mesajlar
3,619
En iyi cevaplar
98
Beğeniler
5,539
Puanları
9,180
Ruh hali

likecraft

YASAKLANDI
Mesajlar
527
En iyi cevaplar
0
Beğeniler
163
Puanları
560
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
Mesajlar
307
En iyi cevaplar
0
Beğeniler
94
Puanları
470
/sk reload all yadığınızda gelen hatanın fotoğrafını atar mısınız?
https://i.hizliresim.com/3o9OmM.png




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
Mesajlar
3,619
En iyi cevaplar
98
Beğeniler
5,539
Puanları
9,180
Ruh hali
https://i.hizliresim.com/3o9OmM.png




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