Sol Reklam
Sağ Reklam

Arkadaşlar /market ve ./spmarket skripti

Durum
Mesaj gönderimine kapalı.

ProGaming123423

Somon Balığı Selam Vermeye Geldi
Katılım
7 Haziran 2017
Mesajlar
23
Elmaslar
0
Puanlar
0
Yaş
115
Arkadaşlar /market ve ./spmarket skripti verirmisiniz serverime çok lazım lütfen ücretsiz verin
 

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
@SYN_T3SL4 nın ücretsiz e yapmış olduğu bir market var chest commands ile araştırıp bulabilirsin.
 

LeBlach

Elmas Güneş Gibi Parıldıyor
Yasaklandı
Katılım
1 Temmuz 2018
Mesajlar
604
Elmaslar
225
Puanlar
9.835
/market değilde /spmarket verebilirim oraya kendin ekle market skripti kullanmani önermem plugin kullanabilirsin

Kod:
command /spmarket:
    trigger:
        open chest with 1 row named "&8&lSpawner Al" to player
        wait 2 ticks
        format slot 4 of player with diamond block named "&eElmas Blok Spawner" with lore "&8| &f&l1.900.000.000TL &8|" to close then run [execute player command "elmasbal"]           


command /elmasbal:
    trigger:
        if player's balance is bigger than or equal to 1900000000:
            remove 1900000000 from player's balance
            execute console command "/itemspawner 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
orda istediğin gibi ekleyebilirsin commandi kopyala command i /demirbal yap alttanda hangi item spawner plugin veya skript kullaniyorsan onu ayarla
 

fend1

Slm.
Emektar

Discord:

winklaar

Katılım
2 Ekim 2015
Mesajlar
434
Elmaslar
659
Puanlar
14.775
Yer
Dünya
Minecraft
fend1

MrBerkayWinner

Demir Cevheri Gibiyim
Katılım
6 Eylül 2018
Mesajlar
188
Elmaslar
74
Puanlar
6.470
Yer
Ankara
Minecraft
2kwk
Alıntıdır.

  1. options:
  2. # Yazıların önüne gelicek ön ad.
  3. kredi: &a&lKredi &8&l➙
  4. skype: anil.sayar2
  5. vip: 12
  6. vip2: 18
  7. vip3: 24
  8. vipp: vip
  9. vipp1: vip2
  10. vipp2: vip3
  11. sunger: 8
  12. fly: 7
  13. feed: 3
  14. golem: 2
  15. blaze: 1
  16. on first join:
  17. set {kredi.%player%} to 0
  18. # Aşağıdaki AYARLAMALAR kısmı önemlidir.
  19. command /kredi [<text>] [<player>] [<int>]:
  20. permission: kredi.sistem
  21. aliases: kredisistemi
  22. permission message: &7&oBu komuta erişiminiz &cyok!
  23. trigger:
  24. if arg 1 is set:
  25. if arg 1 is "ver":
  26. if arg 2 is set:
  27. if arg 3 is set:
  28. add arg 3 to {kredi.%arg 2%}
  29. add arg 3 to {kreditoplam.%arg 2%}
  30. send "{@kredi} &6%arg 2% &7adlı kişiye &6%arg 3% &7kredi verildi." to player
  31. send "{@kredi} &6%player% &7adlı yönetici hesabınıza &6%arg 3% &7kredi verdi." to arg 2
  32. broadcast "{@kredi} &6%arg 2% &7adli oyuncu &a%arg-3% &7TL kredi cekti!"
  33. if {ilk::%arg-2%} is not set:
  34. if {kreditop::%arg-2%} is not set:
  35. set {kreditop::%arg-2%} to true
  36. set {ilk::%arg-2%} to true
  37. stop
  38. else:
  39. stop
  40. else:
  41. stop
  42. else:
  43. send "{@kredi} &7Kullanım &8&l» &e/kredi ver <oyuncu> <miktar>" to player
  44. else:
  45. send "{@kredi} &7Kullanım &8&l» &e/kredi ver <oyuncu> <miktar>" to player
  46. if arg 1 is "sil":
  47. if arg 2 is set:
  48. if arg 3 is set:
  49. remove arg 3 from {kredi.%arg 2%}
  50. send "{@kredi} &6%arg 2% &7adlı kişiye &6%arg 3% &7kredi silindi." to player
  51. send "{@kredi} &6%player% &7adlı yönetici hesabınızdan &6%arg 3% &7kredi sildi." to arg 2
  52. else:
  53. send "{@kredi} &7Kullanım &8&l» &e/kredisistemi sil <oyuncu> <miktar>" to player
  54. else:
  55. send "{@kredi} &7Kullanım &8&l» &e/kredisistemi sil <oyuncu> <miktar>" to player
  56. if arg 1 is "bak":
  57. if arg 2 is set:
  58. send "{@kredi} &6%arg 2% &7adlı kişinin kredisi &8&l» &6%{kredi.%arg 2%}%" to player
  59. send "{@kredi} &7Toplam kredi miktarı &8&l» &e%{kreditoplam.%arg 2%}%"
  60. else:
  61. send "{@kredi} &7Kullanım &8&l» &e/kredisistemi bak <oyuncu>" to player
  62. if arg 1 is "gonder":
  63. if arg 2 is set:
  64. if arg 3 is set:
  65. if {kredi.%player%} is greater than arg 3:
  66. remove arg 3 from {kredi.%player%}
  67. add arg 3 to {kredi.%arg 2%}
  68. send "{@kredi} &7Basariyla %arg 2% adli oyuncuya %arg 3% kredi yolladın" to player
  69. send "{@kredi} &7Basariyla %player% adli oyuncu %arg 3% kredi yolladı!" to arg 2
  70. else:
  71. send "{@kredi} &7Kullanım &8&l» &e/kredi gonder <oyuncu> <miktar>" to player
  72. if arg 1 is "sifirla" or "sıfırla":
  73. if arg 2 is set:
  74. delete {kredi.%arg 2%}
  75. send "{@kredi} &6%arg 2% &7adlı kişinin kredisi sıfırlandı." to player
  76. send "{@kredi} &6%player% &7adlı yönetici hesabınızdaki krediyi sıfırladı." to arg 2
  77. else:
  78. send "{@kredi} &7Kullanım &8&l» &e/kredisistemi sıfırla <oyuncu>" to player
  79. command /kredim:
  80. trigger:
  81. send "{@kredi} &7Hesabınızdaki kredi &8&l» &e%{kredi.%player%}%" to player
  82. send "{@kredi} &7Toplam kredi miktarın &8&l» &e%{kreditoplam.%player%}%"
  83. send "&7Satın almak için &f'&a&o{@skype}&f' &7Skype adresinden ulaşınız." to player
  84. on chat:
  85. message contains "kredi ne":
  86. send "&6&lKredi &7sanal paradır, değeri TL olarak geçmektedir." to player
  87. send "&7Kredi satın almak için Skype adresi &8&l➙ &f'&a&o{@skype}&f'" to player
  88. #
  89. # AYARLAMALAR
  90. #
  91. # VIP satarken /satınal:vip1 <oyuncu> şeklinde satın aldırtın.
  92. # Işlemler konsola yaptırılmaktadır.
  93. command /satınal:vip1 [<player>]:
  94. executable by: console
  95. trigger:
  96. if arg 1 is set:
  97. if {kredi.%arg 1%} is greater than or equal to {@vip}:
  98. remove {@vip} from {kredi.%arg 1%}
  99. send "&6%arg 1% &7adlı kişi &e{@vipp} &7satın aldı!" to players
  100. execute console command "manuadd %arg 1% {@vipp}"
  101. else:
  102. send "{@kredi} &7Krediniz yetersiz, &e{@vip} &7krediye ihtiyacınız var." to arg 1
  103. else:
  104. send "&cKullanim /<komut> <argument>" to console
  105. command /satınal:vip2 [<player>]:
  106. executable by: console
  107. trigger:
  108. if arg 1 is set:
  109. if {kredi.%arg 1%} is greater than or equal to {@vip2}:
  110. remove {@vip2} from {kredi.%arg 1%}
  111. send "&6%arg 1% &7adlı kişi &e{@vipp2} &7satın aldı!" to players
  112. execute console command "manuadd %arg 1% {@vipp2}"
  113. else:
  114. send "{@kredi} &7Krediniz yetersiz, &e{@vip2} &7krediye ihtiyacınız var." to arg 1
  115. else:
  116. send "&cKullanim /<komut> <argument>" to console
  117. command /satınal:vip3 [<player>]:
  118. executable by: console
  119. trigger:
  120. if arg 1 is set:
  121. if {kredi.%arg 1%} is greater than or equal to {@vip3}:
  122. remove {@vip3} from {kredi.%arg 1%}
  123. send "&6%arg 1% &7adlı kişi &e{@vipp3} &7satın aldı!" to players
  124. execute console command "manuadd %arg 1% {@vipp3}"
  125. else:
  126. send "{@kredi} &7Krediniz yetersiz, &e{@vip3} &7krediye ihtiyacınız var." to arg 1
  127. else:
  128. send "&cKullanim /<komut> <argument>" to console
  129. command /market [<text>]:
  130. aliases: magaza
  131. trigger:
  132. if arg-1 is not set:
  133. wait 5 tick
  134. open chest with 5 rows named "&6M&2A&dR&4K&eE&bT!" to player
  135. format slot 43 of player with redstone block named "&4&lMarketi Kapa!" with lore "Tikla kapansin :O!" to close then run [send "Marketi Kapadin!"]
  136. 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"]
  137. format slot 44 of player with nether star named "&a&lKredi" with lore "&7&oKredin: &c%{kredi.%player%}%" to close
  138. 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"]
  139. 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"]
  140. if arg-1 is set:
  141. if arg-1 is "ozel":
  142. wait 5 tick
  143. open chest with 5 rows named "&2&lOzel!" to player
  144. 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"]
  145. format slot 44 of player with nether star named "&a&lKredi" with lore "&7&oKredin: &c%{kredi.%player%}%" to be unstealable
  146. 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"]
  147. 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"]
  148. 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"]
  149. if arg-1 is "vip":
  150. wait 5 tick
  151. open chest with 5 rows named "&b&lVIP!" to player
  152. format slot 43 of player with redstone block named "&4&lMarketi Kapa!" with lore "Tikla kapansin :O!" to close then run [send "Marketi Kapadin!"]
  153. 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%"]
  154. 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%"]
  155. 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%"]
  156. if arg-1 is "sp":
  157. wait 5 tick
  158. open chest with 5 rows named "&6&lSpawnerlar." to player
  159. 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"]
  160. format slot 44 of player with nether star named "&a&lKredi" with lore "&7&oKredin: &c%{kredi.%player%}%" to be unstealable
  161. 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"]
  162. 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"]
  163. format slot 23 of player with mob spawner named "&oEklencek" to be unstealable
  164. if arg-1 is "sunger":
  165. if {kredi.%player%} is greater than or equal to {@sunger}:
  166. remove {@sunger} from {kredi.%player%}
  167. give 60 sponge named "&6&lSunger" to player
  168. broadcast "%display name of player% &eTam Tamina 60 sünger satın aldı! Hayırlı Olsun!"
  169. else:
  170. send "{@kredi} &7Krediniz yetersiz, &e8 &7krediye ihtiyacınız var, sizdeki: &c%{kredi.%player%}%"
  171. if arg-1 is "fly":
  172. if {kredi.%player%} is greater than or equal to {@fly}:
  173. remove {@fly} from {kredi.%player%}
  174. execute console command "manuaddp %player% essentials.fly"
  175. broadcast "%display name of player% &eFly Yetkisi satın aldı! Hayırlı Olsun!"
  176. else:
  177. send "{@kredi} &7Krediniz yetersiz, &e6 &7krediye ihtiyacınız var, sizdeki: &c%{kredi.%player%}%"
  178. if arg-1 is "golem":
  179. if {kredi.%player%} is greater than or equal to {@golem}:
  180. remove {@golem} from {kredi.%player%}
  181. execute console command "ss give %player% irongolem 1"
  182. broadcast "%display name of player% &eGolem spawneri satın aldı! Hayırlı Olsun!"
  183. else:
  184. send "{@kredi} &7Krediniz yetersiz, &e2 &7krediye ihtiyacınız var, sizdeki: &c%{kredi.%player%}%"
  185. if arg-1 is "blaze":
  186. if {kredi.%player%} is greater than or equal to {@blaze}:
  187. remove {@blaze} from {kredi.%player%}
  188. execute console command "ss give %player% blaze 1"
  189. broadcast "%display name of player% &eblaze spawneri satın aldı! Hayırlı Olsun!"
  190. else:
  191. send "{@kredi} &7Krediniz yetersiz, &e{@blaze} &7krediye ihtiyacınız var, sizdeki: &c%{kredi.%player%}%"
  192. command /feedsatis:
  193. trigger:
  194. if {kredi.%player%} is greater than or equal to {@feed}:
  195. remove {@feed} from {kredi.%player%}
  196. execute console command "manuaddp %player% essentials.feed"
  197. execute console command "%display name of player% &eFeed Yetkisi satın aldı! Hayırlı Olsun!"
  198. else:
  199. send "{@kredi} &7Krediniz yetersiz,
 
Son düzenleme:

ProGaming123423

Somon Balığı Selam Vermeye Geldi
Katılım
7 Haziran 2017
Mesajlar
23
Elmaslar
0
Puanlar
0
Yaş
115
hepinizden teşekkür ederim
Gönderi otomatik olarak birleştirildi:

/market değilde /spmarket verebilirim oraya kendin ekle market skripti kullanmani önermem plugin kullanabilirsin

Kod:
command /spmarket:
    trigger:
        open chest with 1 row named "&8&lSpawner Al" to player
        wait 2 ticks
        format slot 4 of player with diamond block named "&eElmas Blok Spawner" with lore "&8| &f&l1.900.000.000TL &8|" to close then run [execute player command "elmasbal"]          


command /elmasbal:
    trigger:
        if player's balance is bigger than or equal to 1900000000:
            remove 1900000000 from player's balance
            execute console command "/itemspawner 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
orda istediğin gibi ekleyebilirsin commandi kopyala command i /demirbal yap alttanda hangi item spawner plugin veya skript kullaniyorsan onu ayarla
çok teşekkür ederim
 

LeBlach

Elmas Güneş Gibi Parıldıyor
Yasaklandı
Katılım
1 Temmuz 2018
Mesajlar
604
Elmaslar
225
Puanlar
9.835

TaaRuzOfficial

Birisi mi Spawnlandı?

Discord:

TaaRuz Official#7696

Katılım
19 Ocak 2019
Mesajlar
0
Elmaslar
0
Puanlar
0
Yaş
21
Minecraft
TaaRuzOfficialTR
/market değilde /spmarket verebilirim oraya kendin ekle market skripti kullanmani önermem plugin kullanabilirsin

Kod:
command /spmarket:
    trigger:
        open chest with 1 row named "&8&lSpawner Al" to player
        wait 2 ticks
        format slot 4 of player with diamond block named "&eElmas Blok Spawner" with lore "&8| &f&l1.900.000.000TL &8|" to close then run [execute player command "elmasbal"]          


command /elmasbal:
    trigger:
        if player's balance is bigger than or equal to 1900000000:
            remove 1900000000 from player's balance
            execute console command "/itemspawner 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
orda istediğin gibi ekleyebilirsin commandi kopyala command i /demirbal yap alttanda hangi item spawner plugin veya skript kullaniyorsan onu ayarla

ben sadece attıgın elmasblokspawneri yapabiliyorum altına eklemek istiyorum ekleyemiyorum nasıl yapacam
 

mehmet242442

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

Discord:

Klaus Mikaelson#3333

Katılım
10 Aralık 2017
Mesajlar
156
Elmaslar
26
Puanlar
9.120
Minecraft
apple3bule4
Kod:
command /spmarket:
    trigger:
        open chest with 1 row named "&8&lSpawner Al" to player
        wait 2 ticks
        format slot 4 of player with diamond block named "&eElmas Blok Spawner" with lore "&8| &f&l1.900.000.000TL &8|" to close then run [execute player command "elmasbal"]
        format slot 8 of player with iron block named "&fDemir Blok Spawner" with lore "&8| &f&l19.000.000TL &8|" to close then run [execute player command "demirbal"]         


command /elmasbal:
    trigger:
        if player's balance is bigger than or equal to 1900000000:
            remove 1900000000 from player's balance
            execute console command "/itemspawner 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 /demirbal:
    trigger:
        if player's balance is bigger than or equal to 19000000:
            remove 19000000 from player's balance
            execute console command "/itemspawner 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
command /elmasbal:
trigger: yazan bölümü kopyalayın elmasbal yazan yeri diyelim demir blok yapacaksınız demirbal olarak değiştirin altındaki
execute console command bölümündede elmasblok yazan yeri demirblok yapın
format slot 4 of player with diamond block named "&eElmas Blok Spawner" with lore "&8| &f&l1.900.000.000TL &8|" to close then run [execute player command "elmasbal"] burayı kopyalayın koddaki altına yapıştırın elmas yazan yerleri demir yapın execute player yazan yeride demirbal yazın format slot yazan yere çıkan chestde hangi slotda olmasını istediğinizi yazın böyle çoğaltın işte
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı