Bulundu [YARDIM] Skript

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

Mytix

Fırında Isıttığım İlk Taş
Katılım
8 Şubat 2016
Mesajlar
86
Elmaslar
11
Puan
0
/ipeksial <- yazınca 32 coin'e 1 ipeksi dokunuş1 kazma vericek coinin ismi &aAvatar'ın Parası
/yemekal <- yazınca 8 coin'e 16 biftek 8 elma 4 altın havuç vericek
/madenal <- yazınca 32 coin'e 4 dia 8 demir diamond block vericek

böyle skript yapabilen varmı arkadaşlar bide menulü bunların alınmasını sağlayan market menüsü yani

/market yazınca önüne bir menu açılcak ipeksi alma yemek alma ve maden alma olcak onlardan birine tıklayınca yeterli coini varsa eşya ona gelcek :)

lütfen kim yapabilir kim usta görelim ;)

- Iyi forumlar
- Yapan Ilk Kişiye Sonsuzz Teşekkürler :)
 
PHP:
command /ipeksial:
    trigger:
        if {coin.%player%} is greater than or equal to 32:
            give 1 diamond pickaxe of Silk Touch 1 to player
            remove 32 from {coin.%player%}
        else:
            send "&cYeteri Kadar Coinin Yok &bCoin Miktarin %{coin.%player%}%" to player

command /yemekal:
    trigger:
        if {coin.%player%} is greater than or equal to 8:
            give 16 cooked beef to player
            give 8 apple to player
            give 4 golden carrot to player
            remove 8 from {coin.%player%}
        else:
            send "&cYeteri Kadar Coinin Yok &bCoin Miktarin %{coin.%player%}%" to player

command /madenal:
    trigger:
        if {coin.%player%} is greater than or equal to 32:
            give 4 diamond block to player
            give 8 iron block to player
            remove 32 from {coin.%player%}
        else:
            send "&cYeteri Kadar Coinin Yok &bCoin Miktarin %{coin.%player%}%" to player

command /market:
    trigger:
        open chest 1 row named "&c&lMarket" to player
        format slot 2 of player with diamond pickaxe of Silk Touch 1 named "&bIpeksi Kazma Al" with lore "&eUcret : 32 Coin" to close then run [execute player command "ipeksial"]
        format slot 4 of player with golden apple named "&bYemek Al" with lore "&eUcret : 8 Coin" to close then run [execute player command "yemekal"]
        format slot 6 of player with diamond ore named "&bMaden Al" with lore "&eUcret : 32 Coin" to close then run [execute player command "madenal"]
Denenmedi !
 
PHP:
command /ipeksial:
    trigger:
        if {coin.%player%} is greater than or equal to 32:
            give 1 diamond pickaxe of Silk Touch 1 to player
            remove 32 from {coin.%player%}
        else:
            send "&cYeteri Kadar Coinin Yok &bCoin Miktarin %{coin.%player%}%" to player

command /yemekal:
    trigger:
        if {coin.%player%} is greater than or equal to 8:
            give 16 cooked beef to player
            give 8 apple to player
            give 4 golden carrot to player
            remove 8 from {coin.%player%}
        else:
            send "&cYeteri Kadar Coinin Yok &bCoin Miktarin %{coin.%player%}%" to player

command /madenal:
    trigger:
        if {coin.%player%} is greater than or equal to 32:
            give 4 diamond block to player
            give 8 iron block to player
            remove 32 from {coin.%player%}
        else:
            send "&cYeteri Kadar Coinin Yok &bCoin Miktarin %{coin.%player%}%" to player

command /market:
    trigger:
        open chest 1 row named "&c&lMarket" to player
        format slot 2 of player with diamond pickaxe of Silk Touch 1 named "&bIpeksi Kazma Al" with lore "&eUcret : 32 Coin" to close then run [execute player command "ipeksial"]
        format slot 4 of player with golden apple named "&bYemek Al" with lore "&eUcret : 8 Coin" to close then run [execute player command "yemekal"]
        format slot 6 of player with diamond ore named "&bMaden Al" with lore "&eUcret : 32 Coin" to close then run [execute player command "madenal"]
Denenmedi !
teşekkürler :) bide şunu düzeltebilirmisiniz :))
Kod:
command /vipver [player] [text]
    trigger
        if arg 1 is not set
            message &cKullanim &7vipver oyuncu vip
        else
            if player has permission vipver.sk
                if arg 1 is not set
                        execute console command manuadd %player% %arg 1%
                    send &8[&6+&8] &c%player% &7Adli Kisi &b&lVip &7Satin Aldi! to players
[DOUBLEPOST=1468007310,1468007137][/DOUBLEPOST]
PHP:
command /ipeksial:
    trigger:
        if {coin.%player%} is greater than or equal to 32:
            give 1 diamond pickaxe of Silk Touch 1 to player
            remove 32 from {coin.%player%}
        else:
            send "&cYeteri Kadar Coinin Yok &bCoin Miktarin %{coin.%player%}%" to player

command /yemekal:
    trigger:
        if {coin.%player%} is greater than or equal to 8:
            give 16 cooked beef to player
            give 8 apple to player
            give 4 golden carrot to player
            remove 8 from {coin.%player%}
        else:
            send "&cYeteri Kadar Coinin Yok &bCoin Miktarin %{coin.%player%}%" to player

command /madenal:
    trigger:
        if {coin.%player%} is greater than or equal to 32:
            give 4 diamond block to player
            give 8 iron block to player
            remove 32 from {coin.%player%}
        else:
            send "&cYeteri Kadar Coinin Yok &bCoin Miktarin %{coin.%player%}%" to player

command /market:
    trigger:
        open chest 1 row named "&c&lMarket" to player
        format slot 2 of player with diamond pickaxe of Silk Touch 1 named "&bIpeksi Kazma Al" with lore "&eUcret : 32 Coin" to close then run [execute player command "ipeksial"]
        format slot 4 of player with golden apple named "&bYemek Al" with lore "&eUcret : 8 Coin" to close then run [execute player command "yemekal"]
        format slot 6 of player with diamond ore named "&bMaden Al" with lore "&eUcret : 32 Coin" to close then run [execute player command "madenal"]
Denenmedi !
şey coin nasıl kazancaklar :( 64 kırıktaş kazınca 1 coin kazansalar olurmu ?
 
şey coin nasıl kazancaklar :( 64 kırıktaş kazınca 1 coin kazansalar olurmu ?

PHP:
on break of cobblestone:
    add 1 to {kiriktas.%player%}
    if {kiriktas.%player%} is greater than or equal to 64:
        set {kiriktas.%player%} to 0
        send "&bCoin Kazandin!" to player
        add 1 to {coin.%player%}
Buyur

teşekkürler :) bide şunu düzeltebilirmisiniz :))

PHP:
command /vipver [player] [text]:
    permission: vip.sk
    trigger:
        if arg-1 is set:
            if arg-2 is set:
                execute console command manuadd %player% %arg 1%
                send &8[&6+&8] &c%player% &7Adli Kisi &b&lVip &7Satin Aldi! to players
            else:
                message "&cKullanim &7vipver oyuncu vip"
        else:
            message "&cKullanim &7vipver oyuncu vip"
Buyur[DOUBLEPOST=1468009983,1468008837][/DOUBLEPOST]Beğendiysen 1 beğeniyi Eksik Etme :D
 
PHP:
on break of cobblestone:
    add 1 to {kiriktas.%player%}
    if {kiriktas.%player%} is greater than or equal to 64:
        set {kiriktas.%player%} to 0
        send "&bCoin Kazandin!" to player
        add 1 to {coin.%player%}
Buyur



PHP:
command /vipver [player] [text]:
    permission: vip.sk
    trigger:
        if arg-1 is set:
            if arg-2 is set:
                execute console command manuadd %player% %arg 1%
                send &8[&6+&8] &c%player% &7Adli Kisi &b&lVip &7Satin Aldi! to players
            else:
                message "&cKullanim &7vipver oyuncu vip"
        else:
            message "&cKullanim &7vipver oyuncu vip"
Buyur[DOUBLEPOST=1468009983,1468008837][/DOUBLEPOST]Beğendiysen 1 beğeniyi Eksik Etme :D

"" hataları var ama olsun teşekkürler ;) +∞ <- Sonsuz TEŞEKKÜRLER!!!
 
ne hatası var söylermisin lütfen ?[DOUBLEPOST=1468011721,1468011650][/DOUBLEPOST]he gördüm :D
PHP:
command /vipver [<player>] [<text>]:
    permission: vip.sk
    trigger:
        if arg-1 is set:
            if arg-2 is set:
                execute console command "manuadd %player% %arg 1%"
                send "&8[&6+&8] &c%player% &7Adli Kisi &b&lVip &7Satin Aldi!" to players
            else:
                message "&cKullanim &7vipver oyuncu vip"
        else:
            message "&cKullanim &7vipver oyuncu vip"
 
Eline sağlık @DarkTiger KENDİM Şahsen Beğendim Açıkcası.
 
Önemli Değil Kardeşim :)
 
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