Çözüldü spmarket skripti

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

saykokral

BC | Yeniden Sizlerle!
Katılım
9 Aralık 2018
Mesajlar
235
Elmaslar
27
Puan
2.160
Minecraft
BlockCraft / sayko1mizahh / S4YK0KR4L

Discord:

SaykoKral' BlockCraft#9267

Kod:
command /spmarket:
    trigger:
        open chest with 1 rows named "&bSpawner Market" to player
        format slot 1 of player with 52 named "&fDemir Block Spawner" to close then run [make player execute command "demirbal"]
        format slot 3 of player with 52 named "&eAltin Block Spawner" to close then run [make player execute command "altinbal"]
        format slot 5 of player with 52 named "&aZumrut Block Spawner" to close then run [make player execute command "zumbal"]
        format slot 7 of player with 52 named "&bElmas Block Spawner" to close then run [make player execute command "elmasbal"]
      
options:
    prefix: &6&lSpawner&f&lMarket &8»

command /elmasbal:
    aliases:
    trigger:
        if player's balance is bigger than 9999999:
            message "{@prefix} &eParayla 1 tane elmas block spawner aldınız !"
            remove 110000000 from player's balance
            execute console command "itemsp ver %player% elmasblok 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c110M!"
 
command /altinbal:
    trigger:
        if player's balance is bigger than 4999999:
            message "{@prefix} &eParayla 1 tane altin block spawner aldınız !"
            remove 60000000 from player's balance
            execute console command "itemsp ver %player% altinblok 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c60M!"
 
command /zumbal:
    trigger:
        if player's balance is bigger than 2499999:
            message "{@prefix} &eParayla 1 tane zumrut block spawner aldınız !"
            remove 80000000 from player's balance
            execute console command "itemsp ver %player% zumrutblok 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c80M!"


command /demirbal:
    trigger:
        if player's balance is bigger than 1499999:
            message "{@prefix} &eParayla 1 tane demir block spawner aldınız !"
            remove 30000000 from player's balance
            execute console command "itemsp ver %player% demirblok 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c30M!"


merhaba bu satın aldığımızda parayı eksiltmiyor sorun nedir?
 

Economy eklentisinin güncel sürümünü kullanıyor musunuz?
 
Kod:
command /spmarket:
    trigger:
        open chest with 1 rows named "&bSpawner Market" to player
        format slot 1 of player with 52 named "&fDemir Block Spawner" to close then run [make player execute command "demirbal"]
        format slot 3 of player with 52 named "&eAltin Block Spawner" to close then run [make player execute command "altinbal"]
        format slot 5 of player with 52 named "&aZumrut Block Spawner" to close then run [make player execute command "zumbal"]
        format slot 7 of player with 52 named "&bElmas Block Spawner" to close then run [make player execute command "elmasbal"]
      
options:
    prefix: &6&lSpawner&f&lMarket &8»

command /elmasbal:
 trigger:
  if player's balance is bigger than or equal to 110000000:
   remove 110000000 from player's balance
   execute console command "itemsp ver %player% elmasblok 1"

   send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
  else:
   send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
  
command /zumbal:
 trigger:
  if player's balance is bigger than or equal to 80000000:
   remove 80000000 from player's balance
   execute console command "itemsp ver %player% zumrutblok 1"

   send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
  else:
   send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
  
command /altinbal:
 trigger:
  if player's balance is bigger than or equal to 60000000:
   remove 60000000 from player's balance
   execute console command "itemsp ver %player% altinblok 1"

   send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
  else:
   send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
  
command /demirbal:
 trigger:
  if player's balance is bigger than or equal to 30000000:
   remove 30000000 from player's balance
   execute console command "itemsp ver %player% demirblok 1"

   send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
  else:
   send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

bu şekilde yaptım oldu kullanmak isteyen varsa buyursun.
 
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