Çözüldü Çözüm

  • Konuyu Başlatan Konuyu Başlatan Atalente
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 846
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Atalente

Bir Kömür Göründü Kaptanım!
Katılım
8 Ekim 2019
Mesajlar
164
Elmaslar
58
Puan
2.110
Minecraft
Equettin

Discord:

Efe#0001

Kod:
variables:
        {xvezzy::%player%} = true
options:
        perm : sk.xvezzy
        perm-msg : &cGerekli Yetkiye Sahip Değilsiniz.
command /xvezzy:
    trigger:
        if player has permission "{@perm}":
            if {xvezzy::%player%} = true:
                set {xvezzy::%player%} to false
                give 192 quartz ore to player
                give 128  emerald ore to player
                give 256 dark prismarine to player
                execute console command "cc give p vip 6 %player%"
                execute console command "cc give p vip+ 5 %player%"
                execute console command "cc give p mvip 4 %player%"
                execute console command "cc give p mvip+ 3 %player%"
                execute console command "cc give p avip 2 %player%"
                execute console command "cc give p avip+ 1 %player%"
                execute console command "itemsp ver %player% demir 6"
                execute console command "itemsp ver %player% demirblok 6"
                execute console command "itemsp ver %player% altin 5"
                execute console command "itemsp ver %player% altinblok 5"
                execute console command "itemsp ver %player% elmas 4"
                execute console command "itemsp ver %player% elmasblok 4"
                execute console command "itemsp ver %player% zurmut 3"
                execute console command "itemsp ver %player% zumrutblok 3"
                send player title "&dxVezzy" with subtitle "&aHediye Paketiniz Verilmiştir." for 30 ticks
                stop
            else if {xvezzy::%player%} = false:
                send player title "&dxVezzy" with subtitle "&cZaten Hediye Paketinizi Almışsınız." for 30 ticks
                stop
command /xvezzysıfırla [<player>] [<text>]:
        permission: op
        trigger:
                if arg-2 isn't set:
                        set {xvezzy:%arg-1%} to true
                        send player title "&cxVezzy" with subtitle "&a %arg-1% Adlı Oyuncunun Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop
                else if arg-2 is "herkes":
                        loop all players:
                                set {xvezzy::%loop-player%} to true
                        send player title "&cxVezzy" with subtitle "&aBütün Oyuncuların Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop

bu skriptdeki hatayı düzeltip atabilecek var mı?
 

Merhaba, acaba hangi bölümde hata aldığınızı net olarak belirtebilir misiniz? Belirttiğiniz takdirde çok daha kolay bir şekilde yardım edebiliriz.
 
Consola bakarak hatanın nerde verdiğini söyleyebilir misiniz?
 
Kod:
variables:
        {xvezzy::%player%} = true
options:
        perm : sk.xvezzy
        perm-msg : &cGerekli Yetkiye Sahip Değilsiniz.
command /xvezzy:
    trigger:
        if player has permission "{@perm}":
            if {xvezzy::%player%} = true:
                set {xvezzy::%player%} to false
                give 192 quartz ore to player
                give 128 emerald ore to player
                give 256 dark prismarine to player
                execute console command "cc give p vip 6 %player%"
                execute console command "cc give p vip+ 5 %player%"
                execute console command "cc give p mvip 4 %player%"
                execute console command "cc give p mvip+ 3 %player%"
                execute console command "cc give p avip 2 %player%"
                execute console command "cc give p avip+ 1 %player%"
                execute console command "itemsp ver %player% demir 6"
                execute console command "itemsp ver %player% demirblok 6"
                execute console command "itemsp ver %player% altin 5"
                execute console command "itemsp ver %player% altinblok 5"
                execute console command "itemsp ver %player% elmas 4"
                execute console command "itemsp ver %player% elmasblok 4"
                execute console command "itemsp ver %player% zurmut 3"
                execute console command "itemsp ver %player% zumrutblok 3"
                send player title "&dxVezzy" with subtitle "&aHediye Paketiniz Verilmiştir." for 30 ticks
                stop
            else if {xvezzy::%player%} = false:
                send player title "&dxVezzy" with subtitle "&cZaten Hediye Paketinizi Almışsınız." for 30 ticks
                stop
command /xvezzysıfırla [<player>] [<text>]:
        permission: op
        trigger:
                if arg-2 isn't set:
                        set {xvezzy:%arg-1%} to true
                        send player title "&cxVezzy" with subtitle "&a %arg-1% Adlı Oyuncunun Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop
                else if arg-2 is "herkes":
                        loop all players:
                                set {xvezzy::%loop-player%} to true
                        send player title "&cxVezzy" with subtitle "&aBütün Oyuncuların Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop

Böyle denermisiniz?
 
Kod:
variables:
        {xvezzy::%player%} = true
options:
        perm : sk.xvezzy
        perm-msg : &cGerekli Yetkiye Sahip Değilsiniz.
command /xvezzy:
    trigger:
        if player has permission "{@perm}":
            if {xvezzy::%player%} = true:
                set {xvezzy::%player%} to false
                give 192 quartz ore to player
                give 128 emerald ore to player
                give 256 dark prismarine to player
                execute console command "cc give p vip 6 %player%"
                execute console command "cc give p vip+ 5 %player%"
                execute console command "cc give p mvip 4 %player%"
                execute console command "cc give p mvip+ 3 %player%"
                execute console command "cc give p avip 2 %player%"
                execute console command "cc give p avip+ 1 %player%"
                execute console command "itemsp ver %player% demir 6"
                execute console command "itemsp ver %player% demirblok 6"
                execute console command "itemsp ver %player% altin 5"
                execute console command "itemsp ver %player% altinblok 5"
                execute console command "itemsp ver %player% elmas 4"
                execute console command "itemsp ver %player% elmasblok 4"
                execute console command "itemsp ver %player% zurmut 3"
                execute console command "itemsp ver %player% zumrutblok 3"
                send player title "&dxVezzy" with subtitle "&aHediye Paketiniz Verilmiştir." for 30 ticks
                stop
            else if {xvezzy::%player%} = false:
                send player title "&dxVezzy" with subtitle "&cZaten Hediye Paketinizi Almışsınız." for 30 ticks
                stop
command /xvezzysıfırla [<player>] [<text>]:
        permission: op
        trigger:
                if arg-2 isn't set:
                        set {xvezzy:%arg-1%} to true
                        send player title "&cxVezzy" with subtitle "&a %arg-1% Adlı Oyuncunun Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop
                else if arg-2 is "herkes":
                        loop all players:
                                set {xvezzy::%loop-player%} to true
                        send player title "&cxVezzy" with subtitle "&aBütün Oyuncuların Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop

Böyle denermisiniz?
şimdi 1 error kaldı
 
şimdi 1 error kaldı
Şimdi denermisiniz
Kod:
variables:
        {xvezzy::%player%} = true
options:
        perm : sk.xvezzy
        perm-msg : &cGerekli Yetkiye Sahip Değilsiniz.
command /xvezzy:
    trigger:
        if player has permission "{@perm}":
            if {xvezzy::%player%} = true:
                set {xvezzy::%player%} to false
                give 192 quartz ore to player
                give 128 emerald ore to player
                give 256 dark prismarine to player
                execute console command "cc give p vip 6 %player%"
                execute console command "cc give p vip+ 5 %player%"
                execute console command "cc give p mvip 4 %player%"
                execute console command "cc give p mvip+ 3 %player%"
                execute console command "cc give p avip 2 %player%"
                execute console command "cc give p avip+ 1 %player%"
                execute console command "itemsp ver %player% demir 6"
                execute console command "itemsp ver %player% demirblok 6"
                execute console command "itemsp ver %player% altin 5"
                execute console command "itemsp ver %player% altinblok 5"
                execute console command "itemsp ver %player% elmas 4"
                execute console command "itemsp ver %player% elmasblok 4"
                execute console command "itemsp ver %player% zurmut 3"
                execute console command "itemsp ver %player% zumrutblok 3"
                send player title "&dxVezzy" with subtitle "&aHediye Paketiniz Verilmiştir." for 30 ticks
                stop
            else if {xvezzy::%player%} = false:
                send player title "&dxVezzy" with subtitle "&cZaten Hediye Paketinizi Almışsınız." for 30 ticks
                stop
command /xvezzysıfırla [<player>] [<text>]:
        permission: op
        trigger:
                if arg-2 isn't set:
                        set {xvezzy::%arg-1%} to true
                        send player title "&cxVezzy" with subtitle "&a %arg-1% Adlı Oyuncunun Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop
                else if arg-2 is "herkes":
                        loop all players:
                                set {xvezzy::%loop-player%} to true
                        send player title "&cxVezzy" with subtitle "&aBütün Oyuncuların Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop
 
Şimdi denermisiniz
Kod:
variables:
        {xvezzy::%player%} = true
options:
        perm : sk.xvezzy
        perm-msg : &cGerekli Yetkiye Sahip Değilsiniz.
command /xvezzy:
    trigger:
        if player has permission "{@perm}":
            if {xvezzy::%player%} = true:
                set {xvezzy::%player%} to false
                give 192 quartz ore to player
                give 128 emerald ore to player
                give 256 dark prismarine to player
                execute console command "cc give p vip 6 %player%"
                execute console command "cc give p vip+ 5 %player%"
                execute console command "cc give p mvip 4 %player%"
                execute console command "cc give p mvip+ 3 %player%"
                execute console command "cc give p avip 2 %player%"
                execute console command "cc give p avip+ 1 %player%"
                execute console command "itemsp ver %player% demir 6"
                execute console command "itemsp ver %player% demirblok 6"
                execute console command "itemsp ver %player% altin 5"
                execute console command "itemsp ver %player% altinblok 5"
                execute console command "itemsp ver %player% elmas 4"
                execute console command "itemsp ver %player% elmasblok 4"
                execute console command "itemsp ver %player% zurmut 3"
                execute console command "itemsp ver %player% zumrutblok 3"
                send player title "&dxVezzy" with subtitle "&aHediye Paketiniz Verilmiştir." for 30 ticks
                stop
            else if {xvezzy::%player%} = false:
                send player title "&dxVezzy" with subtitle "&cZaten Hediye Paketinizi Almışsınız." for 30 ticks
                stop
command /xvezzysıfırla [<player>] [<text>]:
        permission: op
        trigger:
                if arg-2 isn't set:
                        set {xvezzy::%arg-1%} to true
                        send player title "&cxVezzy" with subtitle "&a %arg-1% Adlı Oyuncunun Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop
                else if arg-2 is "herkes":
                        loop all players:
                                set {xvezzy::%loop-player%} to true
                        send player title "&cxVezzy" with subtitle "&aBütün Oyuncuların Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop
değişmedi
 
Kod:
variables:
        {xvezzy::%player%} = true
options:
        perm : sk.xvezzy
        perm-msg : &cGerekli Yetkiye Sahip Değilsiniz.
command /xvezzy:
    trigger:
        if player has permission "{@perm}":
            if {xvezzy::%player%} = true:
                set {xvezzy::%player%} to false
                give 192 quartz ore to player
                give 128 emerald ore to player
                give 256 168:2 to player
                execute console command "cc give p vip 6 %player%"
                execute console command "cc give p vip+ 5 %player%"
                execute console command "cc give p mvip 4 %player%"
                execute console command "cc give p mvip+ 3 %player%"
                execute console command "cc give p avip 2 %player%"
                execute console command "cc give p avip+ 1 %player%"
                execute console command "itemsp ver %player% demir 6"
                execute console command "itemsp ver %player% demirblok 6"
                execute console command "itemsp ver %player% altin 5"
                execute console command "itemsp ver %player% altinblok 5"
                execute console command "itemsp ver %player% elmas 4"
                execute console command "itemsp ver %player% elmasblok 4"
                execute console command "itemsp ver %player% zurmut 3"
                execute console command "itemsp ver %player% zumrutblok 3"
                send player title "&dxVezzy" with subtitle "&aHediye Paketiniz Verilmiştir." for 30 ticks
                stop
            else if {xvezzy::%player%} = false:
                send player title "&dxVezzy" with subtitle "&cZaten Hediye Paketinizi Almışsınız." for 30 ticks
                stop
command /xvezzysıfırla [<player>] [<text>]:
        permission: op
        trigger:
                if arg-2 isn't set:
                        set {xvezzy:%arg-1%} to true
                        send player title "&cxVezzy" with subtitle "&a %arg-1% Adlı Oyuncunun Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop
                else if arg-2 is "herkes":
                        loop all players:
                                set {xvezzy::%loop-player%} to true
                        send player title "&cxVezzy" with subtitle "&aBütün Oyuncuların Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop


Dener misin ?
 
Kod:
variables:
        {xvezzy::%player%} = true
options:
        perm : sk.xvezzy
        perm-msg : &cGerekli Yetkiye Sahip Değilsiniz.
command /xvezzy:
    trigger:
        if player has permission "{@perm}":
            if {xvezzy::%player%} = true:
                set {xvezzy::%player%} to false
                give 192 quartz ore to player
                give 128 emerald ore to player
                give 256 168:2 to player
                execute console command "cc give p vip 6 %player%"
                execute console command "cc give p vip+ 5 %player%"
                execute console command "cc give p mvip 4 %player%"
                execute console command "cc give p mvip+ 3 %player%"
                execute console command "cc give p avip 2 %player%"
                execute console command "cc give p avip+ 1 %player%"
                execute console command "itemsp ver %player% demir 6"
                execute console command "itemsp ver %player% demirblok 6"
                execute console command "itemsp ver %player% altin 5"
                execute console command "itemsp ver %player% altinblok 5"
                execute console command "itemsp ver %player% elmas 4"
                execute console command "itemsp ver %player% elmasblok 4"
                execute console command "itemsp ver %player% zurmut 3"
                execute console command "itemsp ver %player% zumrutblok 3"
                send player title "&dxVezzy" with subtitle "&aHediye Paketiniz Verilmiştir." for 30 ticks
                stop
            else if {xvezzy::%player%} = false:
                send player title "&dxVezzy" with subtitle "&cZaten Hediye Paketinizi Almışsınız." for 30 ticks
                stop
command /xvezzysıfırla [<player>] [<text>]:
        permission: op
        trigger:
                if arg-2 isn't set:
                        set {xvezzy:%arg-1%} to true
                        send player title "&cxVezzy" with subtitle "&a %arg-1% Adlı Oyuncunun Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop
                else if arg-2 is "herkes":
                        loop all players:
                                set {xvezzy::%loop-player%} to true
                        send player title "&cxVezzy" with subtitle "&aBütün Oyuncuların Hediye Paket Alım Hakkı Sıfırlanmıştır." for 30 ticks
                        stop


Dener misin ?
KONU KİLİT
Gönderi otomatik olarak birleştirildi:

birde 36KT verebilecek şekilde ayarlayabilen var mı
 
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