Sol Reklam
Sağ Reklam

Yardimm!!

esgeresgerov2005

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

Discord:

xFearLess#8381

Katılım
4 Mart 2018
Mesajlar
135
Elmaslar
12
Puanlar
0
Yer
Azerbaijan
Minecraft
FearLessPvP
Merhabalar Ben Bi skrip istiyorum skrpt bole olucak
mesela adam /kredimarket yazinca karsisina bi menu cikicak bu menuda kazmalar vip ler fln olucak mesela v5 kazma 5 kredi vs umarim anlata bilmisimdir :D
 

KullaniciAdiDegisti26

Altın Benim Yeni Sevgilim

Discord:

Kaan#9083

Katılım
9 Eylül 2018
Mesajlar
428
Elmaslar
39
Puanlar
2.370
Yaş
38
Minecraft
iKaanFG
Skript ALıntıdır
hastebin
nasıl kullanılıyo bilmiyom
 

esgeresgerov2005

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

Discord:

xFearLess#8381

Katılım
4 Mart 2018
Mesajlar
135
Elmaslar
12
Puanlar
0
Yer
Azerbaijan
Minecraft
FearLessPvP
bende kredi plugini var bende kredimarket menusu istiyorum
 

Alpho320

powered by Fabulous.

Discord:

Alpho320#9202

Katılım
20 Haziran 2018
Mesajlar
1.396
Elmaslar
1.285
Puanlar
17.175
Yer
Istanbul
Minecraft
Alpho320
Buyur;
Kod:
options:
# Yazıların önüne gelicek ön ad.
    kredi: &a&lKredi &8&l➙
    skype: anil.sayar2
    vip: 12
    vip2: 18
    vip3: 24
    vipp: vip
    vipp1: vip2
    vipp2: vip3
    sunger: 8
    fly: 7
    feed: 3
    golem: 2
    blaze: 1
 
on first join:
    set {kredi.%player%} to 0
 
# Aşağıdaki AYARLAMALAR kısmı önemlidir.
 
command /kredi [<text>] [<player>] [<int>]:
    permission: kredi.sistem
    aliases: kredisistemi
    permission message: &7&oBu komuta erişiminiz &cyok!
    trigger:
        if arg 1 is set:
            if arg 1 is "ver":
                if arg 2 is set:
                    if arg 3 is set:
                        add arg 3 to {kredi.%arg 2%}
                        add arg 3 to {kreditoplam.%arg 2%}
                        send "{@kredi} &6%arg 2% &7adlı kişiye &6%arg 3% &7kredi verildi." to player
                        send "{@kredi} &6%player% &7adlı yönetici hesabınıza &6%arg 3% &7kredi verdi." to arg 2
                        broadcast "{@kredi} &6%arg 2% &7adli oyuncu &a%arg-3% &7TL kredi cekti!"
                        if {ilk::%arg-2%} is not set:                     
                            if {kreditop::%arg-2%} is not set:
                                set {kreditop::%arg-2%} to true
                                set {ilk::%arg-2%} to true
                                stop
                            else:
                                stop
                        else:
                            stop
                    else:
                        send "{@kredi} &7Kullanım &8&l» &e/kredi ver <oyuncu> <miktar>" to player
                else:
                    send "{@kredi} &7Kullanım &8&l» &e/kredi ver <oyuncu> <miktar>" to player
                
            if arg 1 is "sil":
                if arg 2 is set:
                    if arg 3 is set:
                        remove arg 3 from {kredi.%arg 2%}
                        send "{@kredi} &6%arg 2% &7adlı kişiye &6%arg 3% &7kredi silindi." to player
                        send "{@kredi} &6%player% &7adlı yönetici hesabınızdan &6%arg 3% &7kredi sildi." to arg 2
                    else:
                        send "{@kredi} &7Kullanım &8&l» &e/kredisistemi sil <oyuncu> <miktar>" to player
                else:
                    send "{@kredi} &7Kullanım &8&l» &e/kredisistemi sil <oyuncu> <miktar>" to player
                
            if arg 1 is "bak":
                if arg 2 is set:
                    send "{@kredi} &6%arg 2% &7adlı kişinin kredisi &8&l» &6%{kredi.%arg 2%}%" to player
                    send "{@kredi} &7Toplam kredi miktarı &8&l» &e%{kreditoplam.%arg 2%}%"
                else:
                    send "{@kredi} &7Kullanım &8&l» &e/kredisistemi bak <oyuncu>" to player
            if arg 1 is "gonder":
                if arg 2 is set:
                    if arg 3 is set:
                        if {kredi.%player%} is greater than arg 3:
                            remove arg 3 from {kredi.%player%}
                            add arg 3 to {kredi.%arg 2%}
                            send "{@kredi} &7Basariyla %arg 2% adli oyuncuya %arg 3% kredi yolladın" to player
                            send "{@kredi} &7Basariyla %player% adli oyuncu %arg 3% kredi yolladı!" to arg 2
                else:
                    send "{@kredi} &7Kullanım &8&l» &e/kredi gonder <oyuncu> <miktar>" to player
                  
            if arg 1 is "sifirla" or "sıfırla":
                if arg 2 is set:
                    delete {kredi.%arg 2%}
                    send "{@kredi} &6%arg 2% &7adlı kişinin kredisi sıfırlandı." to player
                    send "{@kredi} &6%player% &7adlı yönetici hesabınızdaki krediyi sıfırladı." to arg 2
                else:
                    send "{@kredi} &7Kullanım &8&l» &e/kredisistemi sıfırla <oyuncu>" to player
                
command /kredim:
    trigger:
        send "{@kredi} &7Hesabınızdaki kredi &8&l» &e%{kredi.%player%}%" to player
        send "{@kredi} &7Toplam kredi miktarın &8&l» &e%{kreditoplam.%player%}%"
        send "&7Satın almak için &f'&a&o{@skype}&f' &7Skype adresinden ulaşınız." to player
 
on chat:
    message contains "kredi ne":
        send "&6&lKredi &7sanal paradır, değeri TL olarak geçmektedir." to player
        send "&7Kredi satın almak için Skype adresi &8&l➙ &f'&a&o{@skype}&f'" to player
    
#   
# AYARLAMALAR
#
# VIP satarken /satınal:vip1 <oyuncu> şeklinde satın aldırtın.
# Işlemler konsola yaptırılmaktadır.
    
command /satınal:vip1 [<player>]:
    executable by: console
    trigger:
        if arg 1 is set:
            if {kredi.%arg 1%} is greater than or equal to {@vip}:
                remove {@vip} from {kredi.%arg 1%}
                send "&6%arg 1% &7adlı kişi &e{@vipp} &7satın aldı!" to players
                execute console command "manuadd %arg 1% {@vipp}"
            else:
                send "{@kredi} &7Krediniz yetersiz, &e{@vip} &7krediye ihtiyacınız var." to arg 1
        else:
            send "&cKullanim /<komut> <argument>" to console
        
command /satınal:vip2 [<player>]:
    executable by: console
    trigger:
        if arg 1 is set:
            if {kredi.%arg 1%} is greater than or equal to {@vip2}:
                remove {@vip2} from {kredi.%arg 1%}
                send "&6%arg 1% &7adlı kişi &e{@vipp2} &7satın aldı!" to players
                execute console command "manuadd %arg 1% {@vipp2}"
            else:
                send "{@kredi} &7Krediniz yetersiz, &e{@vip2} &7krediye ihtiyacınız var." to arg 1
        else:
            send "&cKullanim /<komut> <argument>" to console
        
command /satınal:vip3 [<player>]:
    executable by: console
    trigger:
        if arg 1 is set:
            if {kredi.%arg 1%} is greater than or equal to {@vip3}:
                remove {@vip3} from {kredi.%arg 1%}
                send "&6%arg 1% &7adlı kişi &e{@vipp3} &7satın aldı!" to players
                execute console command "manuadd %arg 1% {@vipp3}"
            else:
                send "{@kredi} &7Krediniz yetersiz, &e{@vip3} &7krediye ihtiyacınız var." to arg 1
        else:
            send "&cKullanim /<komut> <argument>" to console
command /market [<text>]:
    aliases: magaza
    trigger:
        if arg-1 is not set:
            wait 5 tick
            open chest with 5 rows named "&6M&2A&dR&4K&eE&bT!" to player
            format slot 43 of player with redstone block named "&4&lMarketi Kapa!" with lore "Tikla kapansin :O!" to close then run [send "Marketi Kapadin!"]
            format slot 21 of player with diamond named "&b&lVIP!" with lore "&7&oVip Kategorisine Git." to close then run [execute player command "/market vip"]
            format slot 44 of player with nether star named "&a&lKredi" with lore "&7&oKredin: &c%{kredi.%player%}%" to close
            format slot 22 of player with shiny diamond pickaxe named "&6&lSpawner" with lore "&7&oSpawner Kategorisine Git." to close then run [execute player command "/market sp"]
            format slot 23 of player with iron ingot named "&2&lÖZEL!" with lore "&7&oÖzel Kategorisine Git." to close then run [execute player command "/market ozel"]
        if arg-1 is set:
            if arg-1 is "ozel":
                wait 5 tick
                open chest with 5 rows named "&2&lOzel!" to player
                format slot 43 of player with redstone block named "&4&lMarketi Kapa!" with lore "Tikla kapansin :O!" to close then run [execute player command "market"]
                format slot 44 of player with nether star named "&a&lKredi" with lore "&7&oKredin: &c%{kredi.%player%}%" to be unstealable
                format slot 23 of player with cooked beef named "&9Feed Yetkisi" with lore "||&7&oFeed: {@feed} kredi.||&7&oFeedi istediginiz gibi kullanin!.||&7&oAcliginizi doldurur.||" to close then run [execute player command "/feedsatis"]
                format slot 22 of player with sponge named "&c60 Sünger" with lore "||&7&oSünger: {@sunger} kredi.||&7&o60 Sünger: 50x60= 3k Ada Leveli.||&7&oIstediginizi yapabilirsiniz.||" to close then run [execute player command "/market sunger"]
                format slot 21 of player with feather named "&oFly Yetkisi" with lore "||&7&oFly: {@fly} kredi.||&7&oIstediginiz gibi uçabilirsiniz.||" to close then run [execute player command "/market fly"]
            if arg-1 is "vip":
                wait 5 tick
                open chest with 5 rows named "&b&lVIP!" to player
                format slot 43 of player with redstone block named "&4&lMarketi Kapa!" with lore "Tikla kapansin :O!" to close then run [send "Marketi Kapadin!"]
                format slot 21 of player with iron ingot named "&b{@vip}!" with lore "&7&o{@vip}: {@vip} kredi" to close then run [execute console command "/satınal:vip1 %player%"]
                format slot 22 of player with gold ingot named "&d{@vipp2}!" with lore "&7&o{@vipp2}: {@vip2} kredi" to close then run [execute console command "/satınal:vip2 %player%"]
                format slot 23 of player with diamond named "&d&l{@vipp3}!" with lore "&7&o{@vipp3}: {@vip3} kredi" to close then run [execute console command "/satınal:vip3 %player%"]
            if arg-1 is "sp":
                wait 5 tick
                open chest with 5 rows named "&6&lSpawnerlar." to player
                format slot 43 of player with redstone block named "&4&lMarketi Kapa!" with lore "Tikla kapansin :O!" to close then run [execute player command "market"]
                format slot 44 of player with nether star named "&a&lKredi" with lore "&7&oKredin: &c%{kredi.%player%}%" to be unstealable
                format slot 21 of player with mob spawner named "&9Golem Sp" with lore "&7&oGolem: {@golem} kredi." to close then run [execute player command "/market golem"]
                format slot 22 of player with mob spawner named "&6Blaze Sp" with lore "&7&oBlaze: {@blaze} kredi." to close then run [execute player command "/market blaze"]
                format slot 23 of player with mob spawner named "&oEklencek" to be unstealable
            if arg-1 is "sunger":
                if {kredi.%player%} is greater than or equal to {@sunger}:
                    remove {@sunger} from {kredi.%player%}
                    give 60 sponge named "&6&lSunger" to player
                    broadcast "%display name of player% &eTam Tamina 60 sünger satın aldı! Hayırlı Olsun!"
                else:
                    send "{@kredi} &7Krediniz yetersiz, &e8 &7krediye ihtiyacınız var, sizdeki: &c%{kredi.%player%}%"
            if arg-1 is "fly":
                if {kredi.%player%} is greater than or equal to {@fly}:
                    remove {@fly} from {kredi.%player%}
                    execute console command "manuaddp %player% essentials.fly"
                    broadcast "%display name of player% &eFly Yetkisi satın aldı! Hayırlı Olsun!"
                else:
                    send "{@kredi} &7Krediniz yetersiz, &e6 &7krediye ihtiyacınız var, sizdeki: &c%{kredi.%player%}%"
            if arg-1 is "golem":
                if {kredi.%player%} is greater than or equal to {@golem}:
                    remove {@golem} from {kredi.%player%}
                    execute console command "ss give %player% irongolem 1"
                    broadcast "%display name of player% &eGolem spawneri satın aldı! Hayırlı Olsun!"
                else:
                    send "{@kredi} &7Krediniz yetersiz, &e2 &7krediye ihtiyacınız var, sizdeki: &c%{kredi.%player%}%"
            if arg-1 is "blaze":
                if {kredi.%player%} is greater than or equal to {@blaze}:
                    remove {@blaze} from {kredi.%player%}
                    execute console command "ss give %player% blaze 1"
                    broadcast "%display name of player% &eblaze spawneri satın aldı! Hayırlı Olsun!"
                else:
                    send "{@kredi} &7Krediniz yetersiz, &e{@blaze} &7krediye ihtiyacınız var, sizdeki: &c%{kredi.%player%}%"
command /feedsatis:
    trigger:
        if {kredi.%player%} is greater than or equal to {@feed}:
            remove {@feed} from {kredi.%player%}
            execute console command "manuaddp %player% essentials.feed"
            execute console command "%display name of player% &eFeed Yetkisi satın aldı! Hayırlı Olsun!"
        else:
            send "{@kredi} &7Krediniz yetersiz, &e{@feed} &7kredi
Alıntıdır.
/market , /magaza = Yetki Yok
/kredi ver <oyuncu> <miktar> = kredi.sistem (kredi ekler)
/kredi sil <oyuncu> <miktar> = kredi.sistem (kredisini siler)
/kredi bak <oyuncu> = kredi.sistem (kredisine bakar)
/kredi sifirla <oyuncu> = kredi.sistem (kredisini sifirlar)

Marketimizde golem,blaze sp, 3 vip ve 60 sünger, fly ve feed yetkisi vardır.
Fiyatları ayarlanabilir
 

esgeresgerov2005

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

Discord:

xFearLess#8381

Katılım
4 Mart 2018
Mesajlar
135
Elmaslar
12
Puanlar
0
Yer
Azerbaijan
Minecraft
FearLessPvP
peki ya ben bunlari chestcommands ile yapa bilirmiyim acaba bu arada bende kredi plugini var zaten kredi skriptini atmayin
Gönderi otomatik olarak birleştirildi:

bunu chestcommand ile yapa bilen varmi varsa ata bilirmi?
 
Son düzenleme:

Alpho320

powered by Fabulous.

Discord:

Alpho320#9202

Katılım
20 Haziran 2018
Mesajlar
1.396
Elmaslar
1.285
Puanlar
17.175
Yer
Istanbul
Minecraft
Alpho320
peki ya ben bunlari chestcommands ile yapa bilirmiyim acaba bu arada bende kredi plugini var zaten kredi skriptini atmayin
Gönderi otomatik olarak birleştirildi:

bunu chestcommand ile yapa bilen varmi varsa ata bilirmi?
Hai bey çok güzel anlatmış buyur.Tıkla ve git.
 

KullaniciAdiDegisti26

Altın Benim Yeni Sevgilim

Discord:

Kaan#9083

Katılım
9 Eylül 2018
Mesajlar
428
Elmaslar
39
Puanlar
2.370
Yaş
38
Minecraft
iKaanFG

YunusB3Y

Sevgiler, Saygılar Blaze Bey

Discord:

@๖̶̶̶ۣۣۜۜ͜ζ͜͡ GamingPro#5857

Katılım
14 Mayıs 2018
Mesajlar
1.350
Elmaslar
316
Puanlar
0
Minecraft
YunsBEY

KullaniciAdiDegisti26

Altın Benim Yeni Sevgilim

Discord:

Kaan#9083

Katılım
9 Eylül 2018
Mesajlar
428
Elmaslar
39
Puanlar
2.370
Yaş
38
Minecraft
iKaanFG

YunusB3Y

Sevgiler, Saygılar Blaze Bey

Discord:

@๖̶̶̶ۣۣۜۜ͜ζ͜͡ GamingPro#5857

Katılım
14 Mayıs 2018
Mesajlar
1.350
Elmaslar
316
Puanlar
0
Minecraft
YunsBEY
Bu
forum sitelerinden buldum ben yapmadım

Bu skript yazmışsın orada bişey göremiyorum ben!
Gönderi otomatik olarak birleştirildi:

Buyur

Kod:
variables:
    {olum.%player%} = 0
    {oldurme.%player%} = 0
    {puan.%player%} = 100
    {_x.%player%} = 0
    {_y.%player%} = 0
    {toplanilanpuanlar.%player%} = 0
    {kaybedilenpuanlar.%player%} = 0
    {hpuan.%player%} = 0
    
on death of player:
    if attacker is a player:
        set {_x} to random integer between 1 and 9
        set {_y} to random integer between 1 and 3
        add {_x} to {puan.%attacker%}
        add {_x} to {toplanilanpuanlar.%attacker%}
        remove {_y} from {puan.%victim%}
        add {_y} to {kaybedilenpuanlar.%victim%}
        message "&3Puan &8- &6%victim% &7adli oyuncuyu katlettigin icin &2%{_x}% &7puan kazandin!" to attacker
        message "&3Puan &8- &7Oldugun icin &4%{_y}% &7puan kaybettin!" to victim
        add 1 to {olum.%victim%}
        add 1 to {oldurme.%attacker%}

command /kredimarket:
    trigger:
        open chest with 4 row named "&aSC Market" to the player
        format slot 0 of player with diamond helmet named "&bElmas Kask" with lore "|| &8• &7Tiklayarak &bElmas Kask &7alabilirsin.|| &8• &6100 &7puan" to close then run [make player execute command "kask e"]
        format slot 9 of player with diamond chestplate named "&bElmas Zirh" with lore "|| &8• &7Tiklayarak &bElmas Zirh &7alabilirsin.|| &8• &6100 &7puan" to close then run [make player execute command "zirh e"]
        format slot 18 of player with diamond leggings named "&bElmas Pantolon" with lore "|| &8• &7Tiklayarak &bElmas Pantolon &7alabilirsin.|| &8• &6100 &7puan" to close then run [make player execute command "pantolon e"]
        format slot 27 of player with diamond boots named "&bElmas Bot" with lore "|| &8• &7Tiklayarak &bElmas Bot &7alabilirsin.|| &8• &6100 &7puan" to close then run [make player execute command "bot e"]
        format slot 1 of player with golden helmet named "&eAltin Kask" with lore "|| &8• &7Tiklayarak &eAltin Kask &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "kask a"]
        format slot 10 of player with golden chestplate named "&eAltin Zirh" with lore "|| &8• &7Tiklayarak &eAltin Zirh &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "zirh a"]
        format slot 19 of player with Golden leggings named "&eAltin Pantolon" with lore "|| &8• &7Tiklayarak &eAltin Pantolon &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "pantolon a"]
        format slot 28 of player with golden boots named "&eAltin Bot" with lore "|| &8• &7Tiklayarak &eAltin Bot &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "bot a"]
        format slot 2 of player with chain helmet named "&7Zincir Kask" with lore "|| &8• &7Tiklayarak &7Zincir Kask &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "kask z"]
        format slot 11 of player with chain chestplate named "&7Zincir Zirh" with lore "|| &8• &7Tiklayarak &7Zincir Zirh &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "zirh z"]
        format slot 20 of player with chain leggings named "&7Zincir Pantolon" with lore "|| &8• &7Tiklayarak &7Zincir Pantolon &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "pantolon z"]
        format slot 29 of player with chain boots named "&7Zincir Bot" with lore "|| &8• &7Tiklayarak &7Zincir Bot &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "bot z"]
        format slot 5 of player with diamond sword named "&bElmas Kilic" with lore "|| &8• &7Tiklayarak &bElmas Kilic &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "kilic e"]
        format slot 6 of player with golden sword named "&eAltin Kilic" with lore "|| &8• &7Tiklayarak &eAltin Kilic &7alabilirsin.|| &8• &660 &7puan" to close then run [make player execute command "kilic a"]
        format slot 7 of player with iron sword named "&fDemir Kilic" with lore "|| &8• &7Tiklayarak &fDemir Kilic &7alabilirsin.|| &8• &670 &7puan" to close then run [make player execute command "kilic d"]
        format slot 15 of player with diamond axe named "&bElmas Balta" with lore "|| &8• &7Tiklayarak &bElmas Balta &7alabilirsin.|| &8• &640 &7puan" to close then run [make player execute command "balta e"]
        format slot 16 of player with golden axe named "&eAltin Balta" with lore "|| &8• &7Tiklayarak &eAltin Balta &7alabilirsin.|| &8• &620 &7puan" to close then run [make player execute command "balta a"]
        format slot 17 of player with iron axe named "&fDemir Balta" with lore "|| &8• &7Tiklayarak &fDemir Balta &7alabilirsin.|| &8• &630 &7puan" to close then run [make player execute command "balta d"]
        
command /kask <text>:
    trigger:
        if arg-1 is "e":
            if {puan.%player%} is greater than 99:
                add 100 to {hpuan.%player%}
                remove 100 from {puan.%player%}
                give 1 diamond helmet to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "a":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 golden helmet to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "z":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 chain helmet to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
                
command /zşrh <text>:
    trigger:
        if arg-1 is "e":
            if {puan.%player%} is greater than 99:
                add 100 to {hpuan.%player%}
                remove 100 from {puan.%player%}
                give 1 diamond chestplate to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "a":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 golden chestplate to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "z":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 chain chestplate to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        
command /pantolon <text>:
    trigger:
        if arg-1 is "e":
            if {puan.%player%} is greater than 99:
                add 100 to {hpuan.%player%}
                remove 100 from {puan.%player%}
                give 1 diamond leggings to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "a":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 golden leggings to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "z":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 chain leggings to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
                
command /bot <text>:
    trigger:
        if arg-1 is "e":
            if {puan.%player%} is greater than 99:
                add 100 to {hpuan.%player%}
                remove 100 from {puan.%player%}
                give 1 diamond boots to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "a":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 golden boots to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "z":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 chain boots to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
                
command /kilic <text>:
    trigger:
        if arg-1 is "e":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 diamond sword to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "a":
            if {puan.%player%} is greater than 59:
                add 60 to {hpuan.%player%}
                remove 60 from {puan.%player%}
                give 1 golden sword to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "d":
            if {puan.%player%} is greater than 69:
                add 70 to {hpuan.%player%}
                remove 70 from {puan.%player%}
                give 1 iron sword to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
                
command /balta <text>:
    trigger:
        if arg-1 is "e":
            if {puan.%player%} is greater than 39:
                add 40 to {hpuan.%player%}
                remove 40 from {puan.%player%}
                give 1 diamond axe to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "a":
            if {puan.%player%} is greater than 19:
                add 20 to {hpuan.%player%}
                remove 20 from {puan.%player%}
                give 1 golden axe to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "d":
            if {puan.%player%} is greater than 29:
                add 30 to {hpuan.%player%}
                remove 30 from {puan.%player%}
                give 1 iron axe to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."

Ben death veriable sini kullandım sen istersen değiştirirsin.

Veya bir komut ile oyuncuya gönderme de yapılmasını ayarlarım istersen.
 
Son düzenleme:

esgeresgerov2005

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

Discord:

xFearLess#8381

Katılım
4 Mart 2018
Mesajlar
135
Elmaslar
12
Puanlar
0
Yer
Azerbaijan
Minecraft
FearLessPvP
Bu


Bu skript yazmışsın orada bişey göremiyorum ben!
Gönderi otomatik olarak birleştirildi:

Buyur

Kod:
variables:
    {olum.%player%} = 0
    {oldurme.%player%} = 0
    {puan.%player%} = 100
    {_x.%player%} = 0
    {_y.%player%} = 0
    {toplanilanpuanlar.%player%} = 0
    {kaybedilenpuanlar.%player%} = 0
    {hpuan.%player%} = 0
   
on death of player:
    if attacker is a player:
        set {_x} to random integer between 1 and 9
        set {_y} to random integer between 1 and 3
        add {_x} to {puan.%attacker%}
        add {_x} to {toplanilanpuanlar.%attacker%}
        remove {_y} from {puan.%victim%}
        add {_y} to {kaybedilenpuanlar.%victim%}
        message "&3Puan &8- &6%victim% &7adli oyuncuyu katlettigin icin &2%{_x}% &7puan kazandin!" to attacker
        message "&3Puan &8- &7Oldugun icin &4%{_y}% &7puan kaybettin!" to victim
        add 1 to {olum.%victim%}
        add 1 to {oldurme.%attacker%}

command /kredimarket:
    trigger:
        open chest with 4 row named "&aSC Market" to the player
        format slot 0 of player with diamond helmet named "&bElmas Kask" with lore "|| &8• &7Tiklayarak &bElmas Kask &7alabilirsin.|| &8• &6100 &7puan" to close then run [make player execute command "kask e"]
        format slot 9 of player with diamond chestplate named "&bElmas Zirh" with lore "|| &8• &7Tiklayarak &bElmas Zirh &7alabilirsin.|| &8• &6100 &7puan" to close then run [make player execute command "zirh e"]
        format slot 18 of player with diamond leggings named "&bElmas Pantolon" with lore "|| &8• &7Tiklayarak &bElmas Pantolon &7alabilirsin.|| &8• &6100 &7puan" to close then run [make player execute command "pantolon e"]
        format slot 27 of player with diamond boots named "&bElmas Bot" with lore "|| &8• &7Tiklayarak &bElmas Bot &7alabilirsin.|| &8• &6100 &7puan" to close then run [make player execute command "bot e"]
        format slot 1 of player with golden helmet named "&eAltin Kask" with lore "|| &8• &7Tiklayarak &eAltin Kask &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "kask a"]
        format slot 10 of player with golden chestplate named "&eAltin Zirh" with lore "|| &8• &7Tiklayarak &eAltin Zirh &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "zirh a"]
        format slot 19 of player with Golden leggings named "&eAltin Pantolon" with lore "|| &8• &7Tiklayarak &eAltin Pantolon &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "pantolon a"]
        format slot 28 of player with golden boots named "&eAltin Bot" with lore "|| &8• &7Tiklayarak &eAltin Bot &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "bot a"]
        format slot 2 of player with chain helmet named "&7Zincir Kask" with lore "|| &8• &7Tiklayarak &7Zincir Kask &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "kask z"]
        format slot 11 of player with chain chestplate named "&7Zincir Zirh" with lore "|| &8• &7Tiklayarak &7Zincir Zirh &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "zirh z"]
        format slot 20 of player with chain leggings named "&7Zincir Pantolon" with lore "|| &8• &7Tiklayarak &7Zincir Pantolon &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "pantolon z"]
        format slot 29 of player with chain boots named "&7Zincir Bot" with lore "|| &8• &7Tiklayarak &7Zincir Bot &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "bot z"]
        format slot 5 of player with diamond sword named "&bElmas Kilic" with lore "|| &8• &7Tiklayarak &bElmas Kilic &7alabilirsin.|| &8• &680 &7puan" to close then run [make player execute command "kilic e"]
        format slot 6 of player with golden sword named "&eAltin Kilic" with lore "|| &8• &7Tiklayarak &eAltin Kilic &7alabilirsin.|| &8• &660 &7puan" to close then run [make player execute command "kilic a"]
        format slot 7 of player with iron sword named "&fDemir Kilic" with lore "|| &8• &7Tiklayarak &fDemir Kilic &7alabilirsin.|| &8• &670 &7puan" to close then run [make player execute command "kilic d"]
        format slot 15 of player with diamond axe named "&bElmas Balta" with lore "|| &8• &7Tiklayarak &bElmas Balta &7alabilirsin.|| &8• &640 &7puan" to close then run [make player execute command "balta e"]
        format slot 16 of player with golden axe named "&eAltin Balta" with lore "|| &8• &7Tiklayarak &eAltin Balta &7alabilirsin.|| &8• &620 &7puan" to close then run [make player execute command "balta a"]
        format slot 17 of player with iron axe named "&fDemir Balta" with lore "|| &8• &7Tiklayarak &fDemir Balta &7alabilirsin.|| &8• &630 &7puan" to close then run [make player execute command "balta d"]
       
command /kask <text>:
    trigger:
        if arg-1 is "e":
            if {puan.%player%} is greater than 99:
                add 100 to {hpuan.%player%}
                remove 100 from {puan.%player%}
                give 1 diamond helmet to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "a":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 golden helmet to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "z":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 chain helmet to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
               
command /zşrh <text>:
    trigger:
        if arg-1 is "e":
            if {puan.%player%} is greater than 99:
                add 100 to {hpuan.%player%}
                remove 100 from {puan.%player%}
                give 1 diamond chestplate to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "a":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 golden chestplate to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "z":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 chain chestplate to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
       
command /pantolon <text>:
    trigger:
        if arg-1 is "e":
            if {puan.%player%} is greater than 99:
                add 100 to {hpuan.%player%}
                remove 100 from {puan.%player%}
                give 1 diamond leggings to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "a":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 golden leggings to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "z":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 chain leggings to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
               
command /bot <text>:
    trigger:
        if arg-1 is "e":
            if {puan.%player%} is greater than 99:
                add 100 to {hpuan.%player%}
                remove 100 from {puan.%player%}
                give 1 diamond boots to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "a":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 golden boots to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "z":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 chain boots to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
               
command /kilic <text>:
    trigger:
        if arg-1 is "e":
            if {puan.%player%} is greater than 79:
                add 80 to {hpuan.%player%}
                remove 80 from {puan.%player%}
                give 1 diamond sword to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "a":
            if {puan.%player%} is greater than 59:
                add 60 to {hpuan.%player%}
                remove 60 from {puan.%player%}
                give 1 golden sword to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "d":
            if {puan.%player%} is greater than 69:
                add 70 to {hpuan.%player%}
                remove 70 from {puan.%player%}
                give 1 iron sword to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
               
command /balta <text>:
    trigger:
        if arg-1 is "e":
            if {puan.%player%} is greater than 39:
                add 40 to {hpuan.%player%}
                remove 40 from {puan.%player%}
                give 1 diamond axe to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "a":
            if {puan.%player%} is greater than 19:
                add 20 to {hpuan.%player%}
                remove 20 from {puan.%player%}
                give 1 golden axe to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."
        if arg-1 is "d":
            if {puan.%player%} is greater than 29:
                add 30 to {hpuan.%player%}
                remove 30 from {puan.%player%}
                give 1 iron axe to player
            else:
                message "&3Puan Market &8- &7Yetersiz puan."

Ben death veriable sini kullandım sen istersen değiştirirsin.

Veya bir komut ile oyuncuya gönderme de yapılmasını ayarlarım istersen.
bana sk ile degil chestcommand ile lazim
 
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı