SkQuery Sorunu

  • Konuyu başlatan Sergunkorowakurwa
  • Başlangıç tarihi
S

Sergunkorowakurwa

Ziyaretçi
Kodum:
Kod:
command /adminmenu [<text>]:
    permission: sergun26.adminmenu.anasayfa
    permission message: Yetkin yok!
    trigger:
        if arg 1 is not set:
            open chest with 1 rows named "*********** Admin Menü" to player
            format slot 0 of player with 1 of dragon egg named "&cSunucu &aAyarları" to close then run "adminmenu sunucuayarlari"
        if arg 1 is "sunucuayarlari":
            open chest with 1 rows named "*********** Sunucu Ayarları" to player
            format slot 0 of player with zombie head named "&aZorluğu Değiştir" with lore "&eSunucu zorluğunu değiştirin." to close then run "adminmenu zorluk"
        if arg 1 is "zorluk":
            open chest with 1 rows named "*********** Admin Menü - Sunucu Ayarları" to player
            format slot 0 of player with player head named "&aBarışçıl" with lore "&eEn kolay zorluk." to close then run "difficulty 0"
            format slot 1 of player with zombie head named "&aKolay" with lore "&eKolay zorluk." to close then run "difficulty 1"
            format slot 2 of player with skeleton head named "&aNormal" with lore "&eNormal zorluk." to close then run "difficulty 2"
            format slot 3 of player with skeleton head named "&cZor" with lore "&CZOR!" to close then run "difficulty 3"
1. menü başarıyla açılıyor, çıkan dragon yumurtasına tıklayınca menü kapanıyor, konsola unknown command yazısı gidiyor.
Direk /adminmenu sunucuayarlari yazarsam konsola java hatası yolluyor.
@GodofMilker
 


Enderiatus

Kızıltaş Madencisi
Mesajlar
644
En iyi cevaplar
0
Beğeniler
552
Puanları
1,630
Ruh hali
Yanlış hatırlamıyor isem birde "Oyuncu" şeysi atamamız gerekiyordu.Yani şu şekilde:
Kod:
command /adminmenu [<text>] [<player>]:
    permission: sergun26.adminmenu.anasayfa
    permission message: Yetkin yok!
    trigger:
        if arg 1 is not set:
            open chest with 1 rows named "*********** Admin Menü" to player
            format slot 0 of player with 1 of dragon egg named "&cSunucu &aAyarları" to close then run "adminmenu sunucuayarlari %player%"
        if arg 1 is "sunucuayarlari":
            wait 3 ticks
            open chest with 1 rows named "*********** Sunucu Ayarları" to arg-2
            wait 3 ticks
            format slot 0 of arg-2 with zombie head named "&aZorluğu Değiştir" with lore "&eSunucu zorluğunu değiştirin." to close then run "adminmenu zorluk %arg-2%"
        if arg 1 is "zorluk":
            wait 3 ticks
            open chest with 1 rows named "*********** Admin Menü - Sunucu Ayarları" to arg-2
            wait 3 ticks
            format slot 0 of arg-2 with player head named "&aBarışçıl" with lore "&eEn kolay zorluk." to close then run "difficulty 0"
            format slot 1 of arg-2 with zombie head named "&aKolay" with lore "&eKolay zorluk." to close then run "difficulty 1"
            format slot 2 of arg-2 with skeleton head named "&aNormal" with lore "&eNormal zorluk." to close then run "difficulty 2"
            format slot 3 of arg-2 with skeleton head named "&cZor" with lore "&CZOR!" to close then run "difficulty 3"
 
S

Sergunkorowakurwa

Ziyaretçi
Yanlış hatırlamıyor isem birde "Oyuncu" şeysi atamamız gerekiyordu.Yani şu şekilde:
Kod:
command /adminmenu [<text>] [<player>]:
    permission: sergun26.adminmenu.anasayfa
    permission message: Yetkin yok!
    trigger:
        if arg 1 is not set:
            open chest with 1 rows named "*********** Admin Menü" to player
            format slot 0 of player with 1 of dragon egg named "&cSunucu &aAyarları" to close then run "adminmenu sunucuayarlari %player%"
        if arg 1 is "sunucuayarlari":
            wait 3 ticks
            open chest with 1 rows named "*********** Sunucu Ayarları" to arg-2
            wait 3 ticks
            format slot 0 of arg-2 with zombie head named "&aZorluğu Değiştir" with lore "&eSunucu zorluğunu değiştirin." to close then run "adminmenu zorluk %arg-2%"
        if arg 1 is "zorluk":
            wait 3 ticks
            open chest with 1 rows named "*********** Admin Menü - Sunucu Ayarları" to arg-2
            wait 3 ticks
            format slot 0 of arg-2 with player head named "&aBarışçıl" with lore "&eEn kolay zorluk." to close then run "difficulty 0"
            format slot 1 of arg-2 with zombie head named "&aKolay" with lore "&eKolay zorluk." to close then run "difficulty 1"
            format slot 2 of arg-2 with skeleton head named "&aNormal" with lore "&eNormal zorluk." to close then run "difficulty 2"
            format slot 3 of arg-2 with skeleton head named "&cZor" with lore "&CZOR!" to close then run "difficulty 3"
Sudo komutu atayarak sorunu çözdüm, ancak bu sefer sunucu ayarları kısmında zorluğa tıklayınca herhangi bir şey olmuyor.
Kod:
command /adminmenu [<text>]:
    permission: sergun26.adminmenu.anasayfa
    permission message: Yetkin yok!
    trigger:
        if arg 1 is not set:
            open chest with 1 rows named "*********** Admin Menü" to player
            format slot 0 of player with 1 of dragon egg named "&cSunucu &aAyarları" with lore "&eSunucu ile ilgili ayarlar." to run "komutcalistir %player% adminmenu sunucuayarlari"
        if arg 1 is "sunucuayarlari":
            open chest with 1 rows named "*********** Sunucu Ayarları" to player
            format slot 0 of player with 1 of dragon egg named "&cSunucu &aAyarları" with lore "&eSunucu ile ilgili ayarlar." to run "komutcalistir %player% adminmenu zorluk"
        if arg 1 is "zorluk":
            open chest with 1 rows named "*********** Zorluk Ayarları" to player
            format slot 0 of player with player head named "&aBarışçıl" with lore "&eEn kolay zorluk." to run "difficulty 0"
            format slot 1 of player with zombie head named "&aKolay" with lore "&eKolay zorluk." to run "difficulty 1"
            format slot 2 of player with skeleton head named "&aNormal" with lore "&eNormal zorluk." to run "difficulty 2"
            format slot 3 of player with skeleton head named "&cZor" with lore "&CZOR!" to run "difficulty 3"
command /komutcalistir <player> <text>:
    trigger:
        make argument 1 execute command "%argument 2%"
        stop
[DOUBLEPOST=1419544069,1419543914][/DOUBLEPOST]Sizin yaptığınızda da zorluk menüsü açılmıyor.
 

Enderiatus

Kızıltaş Madencisi
Mesajlar
644
En iyi cevaplar
0
Beğeniler
552
Puanları
1,630
Ruh hali
Al bunu dene dikkatimden kaçmış "zorluk" kısmında olan şeysi row'un ismi çok uzun en fazla 16 karakter diye hatırlıyorum.
Kod:
command /adminmenu [<text=normal>] [<player=%player%>]:
    trigger:
        if arg 1 is "normal":
            open chest with 1 rows named "*********** Admin Menü" to player
            format slot 0 of player with 1 of dragon egg named "&cSunucu &aAyarları" to close then run "adminmenu sunucuayarlari %player%"
        if arg 1 is "sunucuayarlari":
            wait 3 ticks
            open chest with 1 rows named "*********** Sunucu Ayarları" to player-argument
            wait 3 ticks
            format slot 0 of player-argument with zombie head named "&aZorluğu Değiştir" with lore "&eSunucu zorluğunu değiştirin." to close then run "adminmenu zorluk %player-argument%"
        if arg 1 is "zorluk":
            wait 3 ticks
            open chest with 1 rows named "&aSunucu Ayarlari" to player-argument
            wait 3 ticks
            format slot 0 of player-argument with player head named "&aBarışçıl" with lore "&eEn kolay zorluk." to close then run "difficulty 0"
            format slot 1 of player-argument with zombie head named "&aKolay" with lore "&eKolay zorluk." to close then run "difficulty 1"
            format slot 2 of player-argument with skeleton head named "&aNormal" with lore "&eNormal zorluk." to close then run "difficulty 2"
            format slot 3 of player-argument with skeleton head named "&cZor" with lore "&CZOR!" to close then run "difficulty 3"
 
S

Sergunkorowakurwa

Ziyaretçi
Al bunu dene dikkatimden kaçmış "zorluk" kısmında olan şeysi row'un ismi çok uzun en fazla 16 karakter diye hatırlıyorum.
Kod:
command /adminmenu [<text=normal>] [<player=%player%>]:
    trigger:
        if arg 1 is "normal":
            open chest with 1 rows named "*********** Admin Menü" to player
            format slot 0 of player with 1 of dragon egg named "&cSunucu &aAyarları" to close then run "adminmenu sunucuayarlari %player%"
        if arg 1 is "sunucuayarlari":
            wait 3 ticks
            open chest with 1 rows named "*********** Sunucu Ayarları" to player-argument
            wait 3 ticks
            format slot 0 of player-argument with zombie head named "&aZorluğu Değiştir" with lore "&eSunucu zorluğunu değiştirin." to close then run "adminmenu zorluk %player-argument%"
        if arg 1 is "zorluk":
            wait 3 ticks
            open chest with 1 rows named "&aSunucu Ayarlari" to player-argument
            wait 3 ticks
            format slot 0 of player-argument with player head named "&aBarışçıl" with lore "&eEn kolay zorluk." to close then run "difficulty 0"
            format slot 1 of player-argument with zombie head named "&aKolay" with lore "&eKolay zorluk." to close then run "difficulty 1"
            format slot 2 of player-argument with skeleton head named "&aNormal" with lore "&eNormal zorluk." to close then run "difficulty 2"
            format slot 3 of player-argument with skeleton head named "&cZor" with lore "&CZOR!" to close then run "difficulty 3"
Zaten onu ayarlamıştım bu konuyu yazdıktan sonra. Üsttekine bakarsanız görürsünüz.
command /adminmenu [<text>]:
permission: sergun26.adminmenu.anasayfa
permission message: Yetkin yok!
trigger:
if arg 1 is not set:
open chest with 1 rows named "*********** Admin Menü" to player
format slot 0 of player with 1 of dragon egg named "&cSunucu &aAyarları" with lore "&eSunucu ile ilgili ayarlar." to run "komutcalistir %player% adminmenu sunucuayarlari"
if arg 1 is "sunucuayarlari":
open chest with 1 rows named "*********** Sunucu Ayarları" to player
format slot 0 of player with 1 of dragon egg named "&cZorluk Ayarları" with lore "&eSunucunun zorluğunu ayarlayın." to run "komutcalistir %player% adminmenu zorluk"
if arg 1 is "zorluk":
open chest with 1 rows named "*********** Zorluk Ayarları" to player
format slot 0 of player with player head named "&aBarışçıl" with lore "&eEn kolay zorluk." to run "difficulty 0"
format slot 1 of player with zombie head named "&aKolay" with lore "&eKolay zorluk." to run "difficulty 1"
format slot 2 of player with skeleton head named "&aNormal" with lore "&eNormal zorluk." to run "difficulty 2"
format slot 3 of player with skeleton head named "&cZor" with lore "&CZOR!" to run "difficulty 3"
command /komutcalistir <player> <text>:
trigger:
make argument 1 execute command "%argument 2%"
stop
Bu şekilde sunucu ayarları bölümüne kadar çalışıyor, ancak
 

Enderiatus

Kızıltaş Madencisi
Mesajlar
644
En iyi cevaplar
0
Beğeniler
552
Puanları
1,630
Ruh hali
Zaten onu ayarlamıştım bu konuyu yazdıktan sonra. Üsttekine bakarsanız görürsünüz.
command /adminmenu [<text>]:
permission: sergun26.adminmenu.anasayfa
permission message: Yetkin yok!
trigger:
if arg 1 is not set:
open chest with 1 rows named "*********** Admin Menü" to player
format slot 0 of player with 1 of dragon egg named "&cSunucu &aAyarları" with lore "&eSunucu ile ilgili ayarlar." to run "komutcalistir %player% adminmenu sunucuayarlari"
if arg 1 is "sunucuayarlari":
open chest with 1 rows named "*********** Sunucu Ayarları" to player
format slot 0 of player with 1 of dragon egg named "&cZorluk Ayarları" with lore "&eSunucunun zorluğunu ayarlayın." to run "komutcalistir %player% adminmenu zorluk"
if arg 1 is "zorluk":
open chest with 1 rows named "*********** Zorluk Ayarları" to player
format slot 0 of player with player head named "&aBarışçıl" with lore "&eEn kolay zorluk." to run "difficulty 0"
format slot 1 of player with zombie head named "&aKolay" with lore "&eKolay zorluk." to run "difficulty 1"
format slot 2 of player with skeleton head named "&aNormal" with lore "&eNormal zorluk." to run "difficulty 2"
format slot 3 of player with skeleton head named "&cZor" with lore "&CZOR!" to run "difficulty 3"
command /komutcalistir <player> <text>:
trigger:
make argument 1 execute command "%argument 2%"
stop
Bu şekilde sunucu ayarları bölümüne kadar çalışıyor, ancak
Attığımı kullan hatasız şu anda sudo atamayı pek kullanmana gerek yok bu gibi şeylerde.( Almanca sınavından yazıyor)

LT22i cihazımdan Tapatalk 2 ile gönderildi
 

Üst