Skript Paylaşımı Kredi Mağaza [ GUI, VIP Satış... ]

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

Solent

Koydum Çalışma Masasını
Katılım
6 Mart 2017
Mesajlar
74
Elmaslar
30
Puan
0
Konum
Dünya
Minecraft
BerkTheDev

Discord:

BerkTheDev#8463

Selamın aleyküm arkadaşlar. Bugün kendim kodlamış olduğum ve olabildiğince kolaylaştırdığım bir skriptini göstereceğim. Başlıktada gördüğünüz gibi bu bir mağaza skripti. VIP Satış, Oyun Parası Satış, Kit Satış. Bunları yaptım. İsterseniz siz daha fazla ekleyebilirsiniz, Size kalmış birşey.Şimdi size kodu atayım. Resim koyamadım kusura bakmayın.
Kod:
options:
Kod:
[B]    prefix: &a&lSkript &8&l»[/B]
[B][/B]
[B][/B]
[B]command /krediver [<player>]:[/B]
[B]    permission: ruhoz.admin[/B]
[B]    permission message: &cYetersiz Yetki[/B]
[B]    trigger:[/B]
[B]        give 1 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" to arg-1[/B]
[B]  [/B]
[B]  [/B]
[B]#----------------------------------------------------------------------------------------------------------Menüler---------------------------------------------------------------------------------------------#[/B]
[B][/B]
[B]command /market:[/B]
[B]    trigger:[/B]
[B]        wait 2 tick[/B]
[B]        open chest with 1 rows named "&9&nKredi Market" to player[/B]
[B]        wait 2 tick[/B]
[B]        format slot 0 of player with 1 of black stained glass pane named "" with lore "" to run ""[/B]
[B]        format slot 1 of player with 1 of black stained glass pane named "" with lore "" to run ""[/B]
[B]        format slot 2 of player with 1 of nether star named "&aVIP Satışları"  with lore "&eBuradan Kredi Karşılığında VIP Alabilirsin." to run "vip_"[/B]
[B]        format slot 3 of player with 1 of gold ingot named "&aOyun Parası Satışları" with lore "&eBuradan Kredi Karşılığında Oyun Parası Alabilirsin" to run "para_"[/B]
[B]        format slot 4 of player with 1 of diamond sword named "&aKit Satışları" with lore "&eBuradan Kredi Karşılığında Bir Kiti Alabilirsin" to run "kit_"[/B]
[B]        format slot 5 of player with 1 of black stained glass pane named "" with lore "" to run ""[/B]
[B]        format slot 6 of player with 1 of black stained glass pane named "" with lore "" to run ""[/B]
[B][/B]
[B]command /vip_:[/B]
[B]    trigger:[/B]
[B]        wait 2 tick[/B]
[B]        open chest with 1 rows named "&9&nVIP Market" to player[/B]
[B]        wait 2 tick[/B]
[B]        format slot 0 of player with 1 of black stained glass pane named "" with lore "" to run ""[/B]
[B]        format slot 1 of player with 1 of gold ingot named "&aVIP" with lore "&e1 Aylık &a30 Kredi" to run "vipal_"[/B]
[B]        format slot 2 of player with 1 of iron ingot named "&aMEGAVIP" with lore "&e1 Aylık &a40 Kredi" to run "mvipal_"[/B]
[B]        format slot 3 of player with 1 of diamond named "&aULTRAVIP" with lore "&e1 Aylık &a50 Kredi" to run "uvipal_"[/B]
[B]        format slot 4 of player with 1 of gold block named "&aVIP" with lore "&eSınırsız &a50 Kredi" to run "svipal_"       [/B]
[B]        format slot 5 of player with 1 of iron block named "&aMEGAVIP" with lore "&eSınırsız &a60 Kredi" to run "smvipal_"[/B]
[B]        format slot 6 of player with 1 of black stained glass pane named "" with lore "" to run ""[/B]
[B][/B]
[B]command /para_:[/B]
[B]    trigger:[/B]
[B]        wait 2 tick[/B]
[B]        open chest with 1 rows named "&9&nOyun Parası Market" to player[/B]
[B]        wait 2 tick[/B]
[B]        format slot 0 of player with 1 of black stained glass pane named "" with lore "" to run ""[/B]
[B]        format slot 1 of player with 1 of name tag named "&a100K Para" with lore "&e2 &aKredi" to run "100k_"[/B]
[B]        format slot 2 of player with 1 of name tag named "&a200K Para" with lore "&e4 &aKredi" to run "200k_"[/B]
[B]        format slot 3 of player with 1 of name tag named "&a500K Para" with lore "&e6 &aKredi" to run "500k_"[/B]
[B]        format slot 4 of player with 1 of name tag named "&a1M Para" with lore "&e8 &aKredi" to run "1m_"[/B]
[B]        format slot 5 of player with 1 of name tag named "&a2M Para" with lore "&e10 &aKredi" to run "2m_"       [/B]
[B]        format slot 6 of player with 1 of black stained glass pane named "" with lore "" to run ""[/B]
[B]        [/B]
[B]command /kit_:[/B]
[B]    trigger:[/B]
[B]        wait 2 tick[/B]
[B]        open chest with 1 rows named "&9&nKit Market" to player[/B]
[B]        wait 2 tick[/B]
[B]        format slot 0 of player with 1 of black stained glass pane named "" with lore "" to run ""[/B]
[B]        format slot 1 of player with 1 of diamond chestplate named "&aVIP Kit" with lore "&e1 Aylık &a10 Kredi" to run "kitvip_"[/B]
[B]        format slot 2 of player with 1 of gold chestplate named "&aMEGAVIP Kit" with lore "&e1 Aylık &a20 Kredi" to run "kitmvip_"[/B]
[B]        format slot 3 of player with 1 of iron chestplate named "&aULTRAVIP Kit" with lore "&e1 Aylık &a30 Kredi" to run "kituvip_"[/B]
[B]        format slot 4 of player with 1 of leather chestplate named "&aVIP KIT" with lore "&eSınırsız &a30 Kredi" to run "svipkit_"[/B]
[B]        format slot 5 of player with 1 of diamond chestplate named "&aMEGAVIP KIT" with lore "&eSınırsız &a40 Kredi" to run "smvipkit_"       [/B]
[B]        format slot 6 of player with 1 of black stained glass pane named "" with lore "" to run ""       [/B]
[B]      [/B]
[B]#----------------------------------------------------------------------------------------------------------Dönüştür----------------------------------------------------------------------------------------------#[/B]
[B]      [/B]
[B]command /vipal_:[/B]
[B]    trigger:[/B]
[B]        if player has 30 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 30 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla VIP Satın Aldınız!"[/B]
[B]            execute console command "manuadd %player% vip"[/B]
[B]            wait 30 days[/B]
[B]            execute console command "manuadd %player% oyuncu"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B]            [/B]
[B]command /mvipal_:[/B]
[B]    trigger:[/B]
[B]        if player has 40 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 40 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla MEGAVIP Satın Aldınız!"[/B]
[B]            execute console command "manuadd %player% megavip"[/B]
[B]            wait 30 days[/B]
[B]            execute console command "manuadd %player% oyuncu"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B][/B]
[B]command /uvipal_:[/B]
[B]    trigger:[/B]
[B]        if player has 50 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 50 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla ULTRAVIP Satın Aldınız!"[/B]
[B]            execute console command "manuadd %player% ultravip"[/B]
[B]            wait 30 days[/B]
[B]            execute console command "manuadd %player% oyuncu"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B][/B]
[B]command /svipal_:[/B]
[B]    trigger:[/B]
[B]        if player has 50 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 50 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla Sınırsız VIP Satın Aldınız!"[/B]
[B]            execute console command "manuadd %player% vip"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B]            [/B]
[B]command /smvipal_:[/B]
[B]    trigger:[/B]
[B]        if player has 60 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 60 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla Sınırsız MegaVIP Satın Aldınız!"[/B]
[B]            execute console command "manuadd %player% megavip"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B][/B]
[B][HASHTAG]#Para[/HASHTAG][/B]
[B][/B]
[B]command /100k_:[/B]
[B]    trigger:[/B]
[B]        if player has 2 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 2 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla 100K Oyun Parası Satın Aldınız!"[/B]
[B]            execute console command "eco give %player% 100000"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B][/B]
[B]command /200k_:[/B]
[B]    trigger:[/B]
[B]        if player has 4 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 4 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla 200K Oyun Parası Satın Aldınız!"[/B]
[B]            execute console command "eco give %player% 200000"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B][/B]
[B]command /500k_:[/B]
[B]    trigger:[/B]
[B]        if player has 6 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 6 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla 500K Oyun Parası Satın Aldınız!"[/B]
[B]            execute console command "eco give %player% 500000"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B][/B]
[B]command /1m_:[/B]
[B]    trigger:[/B]
[B]        if player has 8 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 8 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla 1M Oyun Parası Satın Aldınız!"[/B]
[B]            execute console command "eco give %player% 1000000"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B][/B]
[B]command /2m_:[/B]
[B]    trigger:[/B]
[B]        if player has 10 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 10 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla 2M Oyun Parası Satın Aldınız!"[/B]
[B]            execute console command "eco give %player% 2000000"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B][/B]
[B]# Kit[/B]
[B][/B]
[B]command /kitvip_:[/B]
[B]    trigger:[/B]
[B]        if player has 10 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 10 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla VIP Kitini Satın Aldınız!"[/B]
[B]            execute console command "manuaddp %player% essentials.kits.vip"[/B]
[B]            wait 30 days[/B]
[B]            execute console command "manudelp %player% essentials.kits.vip"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B][/B]
[B]command /kitmvip_:[/B]
[B]    trigger:[/B]
[B]        if player has 20 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 20 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla MegaVIP Kitini Satın Aldınız!"[/B]
[B]            execute console command "manuaddp %player% essentials.kits.megavip"[/B]
[B]            wait 30 days[/B]
[B]            execute console command "manudelp %player% essentials.kits.megavip"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B][/B]
[B]command /kituvip_:[/B]
[B]    trigger:[/B]
[B]        if player has 30 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 30 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla UltraVIP Kitini Satın Aldınız!"[/B]
[B]            execute console command "manuaddp %player% essentials.kits.ultravip"[/B]
[B]            wait 30 days[/B]
[B]            execute console command "manudelp %player% essentials.kits.ultravip"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B][/B]
[B]command /svipkit_:[/B]
[B]    trigger:[/B]
[B]        if player has 30 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 30 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla Sınırsız VIP Kitini Satın Aldınız!"[/B]
[B]            execute console command "manuaddp %player% essentials.kits.vip"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]
[B][/B]
[B]command /smvipkit_:[/B]
[B]    trigger:[/B]
[B]        if player has 40 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":[/B]
[B]            remove 40 ghast tear named "&aKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player[/B]
[B]            send "{@prefix} &aBaşarıyla Sınırsız VIP Kitini Satın Aldınız!"[/B]
[B]            execute console command "manuaddp %player% essentials.kits.megavip"[/B]
[B]        else:[/B]
[B]            send "{@prefix} &8&l» &eYeterli Krediniz Bulunmamakta."[/B]

İyi forumlar. (İzin almadan paylaşımlara kabulüm.)
 
Başarılar Güzel Bir Skript
 
Son düzenleme:
Bir sürü komut oluşturmak yerine bir adet "sub" oluşturup bütün menüleri ve alımları bir araya toplasaydın daha iyi olurdu. Bir de lütfen resim ekleyiniz. Onun dışında konu düzeni yok. Ama Skript başarılı.
 
Güzel Bir Skript ve konu düzeni güzel Daha güzel skriptler bekleriz :)
 
Klasik Skript ler değişik fikirler üretin.
 
Dostuma benimle iletişim 'e geçersiniz (ozelden)
 
options: yazamk zorundamıyoz ve nereye atacaz bunu
 
wait 30 days çalışıyormu ?
 
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