Çözüldü Tuske Yardım

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

CihanPunch

Odunlara Vur Vur Vur!
Katılım
18 Ağustos 2019
Mesajlar
29
Elmaslar
19
Puan
2.110
Yaş
25
Minecraft
TheLastCihan

Discord:

Raunzy#9320

Kod:
command /onay:
    permission: op
    trigger:
        open virtual chest with size 1 named "ONAY SİSTEMİ" to player
        format gui slot 0 of player with gray stained glass pane named "&7" to close
        format gui slot 1 of player with gray stained glass pane named "&7" to close
        format gui slot 2 of player with gray stained glass pane named "&7" to close
        format gui slot 3 of player with gray stained glass pane named "&7" to close
        format gui slot 4 of player with * green dye named "&a&lSUNUCUYA AKTAR" to close then run [make player execute command "/aktar"]
        format gui slot 5 of player with gray stained glass pane named "&7" to close
        format gui slot 6 of player with gray stained glass pane named "&7" to close
        format gui slot 7 of player with gray stained glass pane named "&7" to close
        format gui slot 8 of player with gray stained glass pane named "&7" to close

Can't understand this condition/effect: format gui slot 4 of player with * green dye named "&a&lSUNUCUYA AKTAR" to close then run [make player execute command "/aktar"] (onay.sk, line 9: format gui slot 4 of player with * green dye named "&a&lSUNUCUYA AKTAR" to close then run [make player execute command "/aktar"]')

Hatasını alıyorum yardım edebilir misiniz ?
 
format gui slot 4 of player with * green dye named "&a&lSUNUCUYA AKTAR" to close then run player command "/aktar"

denermisin
 
JavaScript:
command /onay:
    permission: op
    trigger:
        open virtual chest with size 1 named "ONAY SİSTEMİ" to player
        format slot 0 of player with gray stained glass pane named "&7" to close
        format slot 1 of player with gray stained glass pane named "&7" to close
        format slot 2 of player with gray stained glass pane named "&7" to close
        format slot 3 of player with gray stained glass pane named "&7" to close
        format slot 4 of player with * dye named "&a&lSUNUCUYA AKTAR" to close then run [execute player command "/aktar"]
        format slot 5 of player with gray stained glass pane named "&7" to close
        format slot 6 of player with gray stained glass pane named "&7" to close
        format slot 7 of player with gray stained glass pane named "&7" to close
        format slot 8 of player with gray stained glass pane named "&7" to close
 
Kod:
command /onay:
    permission: op
    trigger:
        open virtual chest with size 1 named "ONAY SİSTEMİ" to player
        format gui slot 0 of player with gray stained glass pane named "&7" to close
        format gui slot 1 of player with gray stained glass pane named "&7" to close
        format gui slot 2 of player with gray stained glass pane named "&7" to close
        format gui slot 3 of player with gray stained glass pane named "&7" to close
        format gui slot 4 of player with * green dye named "&a&lSUNUCUYA AKTAR" to close then run [make player execute command "/aktar"]
        format gui slot 5 of player with gray stained glass pane named "&7" to close
        format gui slot 6 of player with gray stained glass pane named "&7" to close
        format gui slot 7 of player with gray stained glass pane named "&7" to close
        format gui slot 8 of player with gray stained glass pane named "&7" to close

Can't understand this condition/effect: format gui slot 4 of player with * green dye named "&a&lSUNUCUYA AKTAR" to close then run [make player execute command "/aktar"] (onay.sk, line 9: format gui slot 4 of player with * green dye named "&a&lSUNUCUYA AKTAR" to close then run [make player execute command "/aktar"]')

Hatasını alıyorum yardım edebilir misiniz ?
format gui slot 4 of player with * green dye named "&a&lSUNUCUYA AKTAR" to close then run "aktar %player%"

bu şekilde dener misin ?
 
JavaScript:
command /onay:
    permission: op
    trigger:
        open virtual chest with size 1 named "ONAY SİSTEMİ" to player
        format slot 0 of player with gray stained glass pane named "&7" to close
        format slot 1 of player with gray stained glass pane named "&7" to close
        format slot 2 of player with gray stained glass pane named "&7" to close
        format slot 3 of player with gray stained glass pane named "&7" to close
        format slot 4 of player with * dye named "&a&lSUNUCUYA AKTAR" to close then run [execute player command "/aktar"]
        format slot 5 of player with gray stained glass pane named "&7" to close
        format slot 6 of player with gray stained glass pane named "&7" to close
        format slot 7 of player with gray stained glass pane named "&7" to close
        format slot 8 of player with gray stained glass pane named "&7" to close
Hala hata alıyorum :(
 
Hala hata alıyorum :(

JavaScript:
command /onay:
    permission: op
    trigger:
        open virtual chest inventory with size 1 named "ONAY SİSTEMİ" to player
        format gui slot 0 of player with gray stained glass pane named "&7" to close
        format gui slot 1 of player with gray stained glass pane named "&7" to close
        format gui slot 2 of player with gray stained glass pane named "&7" to close
        format gui slot 3 of player with gray stained glass pane named "&7" to close
        format gui slot 4 of player with * dye named "&a&lSUNUCUYA AKTAR" to run:
            if click type is left mouse button or right mouse button:
                execute player command "aktar"
        format gui slot 5 of player with gray stained glass pane named "&7" to close
        format gui slot 6 of player with gray stained glass pane named "&7" to close
        format gui slot 7 of player with gray stained glass pane named "&7" to close
        format gui slot 8 of player with gray stained glass pane named "&7" to close
 
Kod:
format gui slot 0 of player with gray stained glass pane named "&7" to close

Yerine

Kod:
make gui slot 0 of player with gray stained glass pane named "&7" to close

denermisiniz.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst