Sol Banner
Sağ Banner

Paylaşım Menülü SpMarket Skript

Marcbook6

Yeni bir Steve doğdu!
Katılım
13 Ekim 2019
Mesajlar
213
Tepki puanı
21
Puanları
0
command /spmarket:
trigger:
open chest with 1 row named "&8&lSpawner Al" to player
wait 5 ticks
format slot 1 of player with mob spawner named "&eElmas Blok Spawner" with lore "&8| &f&l100.000.000TLTL &8|" to close then run [execute player command "elmasbal"]
format slot 3 of player with mob spawner named "&eALTIN Blok Spawner" with lore "&8| &f&l50.000.000TL &8|" to close then run [execute player command "altinbal"]
format slot 5 of player with mob spawner named "&eDemir Blok Spawner" with lore "&8| &f&l30.000.000TLTL &8|" to close then run [execute player command "altinbal"]

command /elmasbal:
trigger:
if player's balance is bigger than or equal to 100000000:
remove 100000000 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 /altinbal:
trigger:
if player's balance is bigger than or equal to 19000000:
remove 19000000 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% 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



NOT: tornardo spawners isimli plugin in olması lazım
 

NorvanTR

Seçkin madenci.
Katılım
30 Ağustos 2018
Mesajlar
21
Tepki puanı
7
Puanları
1,200
Konum
Ankara
Web Sitesi
norvantr.xyz
Güzel bir skript .Skriptin çalışması için gereken bir addons yüklemek gerekir mi ve hangi versiyonda çalışıyor skript.
 

Üst