Sol Reklam

Çözüldü Çözüm

Durum
Mesaj gönderimine kapalı.

Atalente

Bir Kömür Göründü Kaptanım!

Discord:

Efe#0001

Katılım
8 Ekim 2019
Mesajlar
169
Elmaslar
60
Puanlar
2.110
Minecraft
Equettin
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ı?
 
S

Silinen üye 79251

Ziyaretçi

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.
 

PotenzaX

Odunlara Vur Vur Vur!
Katılım
10 Şubat 2020
Mesajlar
38
Elmaslar
11
Puanlar
0
Yaş
33
Minecraft
PotenzaX
Consola bakarak hatanın nerde verdiğini söyleyebilir misiniz?
 

Atalente

Bir Kömür Göründü Kaptanım!

Discord:

Efe#0001

Katılım
8 Ekim 2019
Mesajlar
169
Elmaslar
60
Puanlar
2.110
Minecraft
Equettin

Avelis

Ruh + Kum = Ruh Kumu
Katılım
24 Ağustos 2019
Mesajlar
1.302
Elmaslar
837
Puanlar
9.875

meerzean

Bir Kömür Göründü Kaptanım!

Discord:

meerzean#6329

Katılım
30 Ocak 2020
Mesajlar
141
Elmaslar
25
Puanlar
2.330
Yaş
20
Minecraft
meerzean
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?
 

Atalente

Bir Kömür Göründü Kaptanım!

Discord:

Efe#0001

Katılım
8 Ekim 2019
Mesajlar
169
Elmaslar
60
Puanlar
2.110
Minecraft
Equettin
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ı
 

meerzean

Bir Kömür Göründü Kaptanım!

Discord:

meerzean#6329

Katılım
30 Ocak 2020
Mesajlar
141
Elmaslar
25
Puanlar
2.330
Yaş
20
Minecraft
meerzean
ş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
 

Atalente

Bir Kömür Göründü Kaptanım!

Discord:

Efe#0001

Katılım
8 Ekim 2019
Mesajlar
169
Elmaslar
60
Puanlar
2.110
Minecraft
Equettin
Ş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
 

Buhari

Software Developer
Yönetici
Emektar
Onaylı Satıcı

Discord:

xBuhari

Katılım
6 Eylül 2017
Mesajlar
1.878
Elmaslar
1.008
Puanlar
18.150
Discord İzni
Minecraft
xBuhari
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 ?
 

Atalente

Bir Kömür Göründü Kaptanım!

Discord:

Efe#0001

Katılım
8 Ekim 2019
Mesajlar
169
Elmaslar
60
Puanlar
2.110
Minecraft
Equettin
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
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı