İstek Skript CoinMarket

BayImmortal

Sudan Çıkmış
Mesajlar
8
En iyi cevaplar
0
Beğeniler
2
Puanları
40
coinmarket skripti istiyorum acaba yapabilirmisiniz tam gönderdiğim fotoraftaki gibi
 


ChiaX

Team Arcenia
Emektar Üye
Mesajlar
596
En iyi cevaplar
37
Beğeniler
694
Puanları
2,620
Ruh hali
Merhabalar,

Acaba ./coinmarket yazıldığında coin karşılığında neler satılsın?

Bir de; coinler nasıl kazanılsın? (Lapis kazarak, mob öldürerek...)

Bu soruları cevaplar iseniz, size daha sağlıklı yardımcı olabilirim.

İyi Forumlar!
 

BayImmortal

Sudan Çıkmış
Mesajlar
8
En iyi cevaplar
0
Beğeniler
2
Puanları
40
Merhabalar,

Acaba ./coinmarket yazıldığında coin karşılığında neler satılsın?

Bir de; coinler nasıl kazanılsın? (Lapis kazarak, mob öldürerek...)

Bu soruları cevaplar iseniz, size daha sağlıklı yardımcı olabilirim.

İyi Forumlar!
coinmarket yazıldığında bir p6 set ve p7 set alınsın ve yosunlu taş la kasılınca coin gelsin
 

ChiaX

Team Arcenia
Emektar Üye
Mesajlar
596
En iyi cevaplar
37
Beğeniler
694
Puanları
2,620
Ruh hali
Merhabalar.

Ben ayarları şu şekilde ayarladım siz sayısal değerleri istediğiniz şekilde değiştirebilirsiniz:

  • Yosunlu Taş kırınca %25 şans ile coin düşecek.
  • 64 Coin ile p6 set alınabilecek. (1.0 Stack)
  • 96 Coin ile p7 set alınabilecek. (1.5 Stack)

Kod:
on break mossy cobblestone:
    chance of 25%:
        give 1 sunflower named "&cCoin" to player

command /coinmarket:
    trigger:
        open chest with 1 rows named "&bCoinMarket" to player
        wait 1 tick
        format slot 3 of player with diamond boots named "&cP6 Set" with lore "&d64 Coin" to close then run [execute player command "coinmarketp6"]
        format slot 4 of player with sunflower named "&cCoin" with lore "&dYosunlu Taştan çıkar" to act unstealable
        format slot 5 of player with diamond boots named "&cP7 Set" with lore "&d96 Coin" to close then run [execute player command "coinmarketp7"]
        
command /coinmarketp6:
    trigger:
        if player has 64 sunflower named "&cCoin":
            remove 64 sunflower named "&cCoin" from player
            give 1 diamond helmet of protection 6 to player
            give 1 diamond chestplate of protection 6 to player
            give 1 diamond leggings of protection 6 to player
            give 1 diamond boots of protection 6 to player
        else:
            send "&cYetersiz Coin" to player
            
command /coinmarketp7:
    trigger:
        if player has 96 sunflower named "&cCoin":
            remove 96 sunflower named "&cCoin" from player
            give 1 diamond helmet of protection 7 to player
            give 1 diamond chestplate of protection 7 to player
            give 1 diamond leggings of protection 7 to player
            give 1 diamond boots of protection 7 to player
        else:
            send "&cYetersiz Coin" to player
 

BayImmortal

Sudan Çıkmış
Mesajlar
8
En iyi cevaplar
0
Beğeniler
2
Puanları
40
Merhabalar.

Ben ayarları şu şekilde ayarladım siz sayısal değerleri istediğiniz şekilde değiştirebilirsiniz:

  • Yosunlu Taş kırınca %25 şans ile coin düşecek.
  • 64 Coin ile p6 set alınabilecek. (1.0 Stack)
  • 96 Coin ile p7 set alınabilecek. (1.5 Stack)
Kod:
on break mossy cobblestone:
    chance of 25%:
        give 1 sunflower named "&cCoin" to player

command /coinmarket:
    trigger:
        open chest with 1 rows named "&bCoinMarket" to player
        wait 1 tick
        format slot 3 of player with diamond boots named "&cP6 Set" with lore "&d64 Coin" to close then run [execute player command "coinmarketp6"]
        format slot 4 of player with sunflower named "&cCoin" with lore "&dYosunlu Taştan çıkar" to act unstealable
        format slot 5 of player with diamond boots named "&cP7 Set" with lore "&d96 Coin" to close then run [execute player command "coinmarketp7"]
       
command /coinmarketp6:
    trigger:
        if player has 64 sunflower named "&cCoin":
            remove 64 sunflower named "&cCoin" from player
            give 1 diamond helmet of protection 6 to player
            give 1 diamond chestplate of protection 6 to player
            give 1 diamond leggings of protection 6 to player
            give 1 diamond boots of protection 6 to player
        else:
            send "&cYetersiz Coin" to player
           
command /coinmarketp7:
    trigger:
        if player has 96 sunflower named "&cCoin":
            remove 96 sunflower named "&cCoin" from player
            give 1 diamond helmet of protection 7 to player
            give 1 diamond chestplate of protection 7 to player
            give 1 diamond leggings of protection 7 to player
            give 1 diamond boots of protection 7 to player
        else:
            send "&cYetersiz Coin" to player
işe yarıyormu diye bakıcam ama yinede teşekkür ederim sağolun
 

Üst