ArdataskinN
Demir Cevheri Gibiyim
- Katılım
- 8 Haziran 2018
- Mesajlar
- 207
- Elmaslar
- 23
- Puan
- 0
- Yaş
- 33
- Konum
- Türkiye
- Minecraft
- ArdataskinN
Discord:
Catboy438#5590
minecraft sp market plugini ekledim guide bazı şeyler gözükmüyor
Kod:
command /spmarket:
trigger:
open chest with 1 row named "&8&lSpawner Al" to player
wait 2 ticks
format slot 1 of player with iron block named "&eDemir Spawner" with lore "&8| &f&l30.000.000TL &8|" to close then run [execute player command "demiral"]
format slot 2 of player with gold block named "&eAltın Spawner" with lore "&8| &f&l40.000.000TL &8|" to close then run [execute player command "altinal"]
format slot 3 of player with diamond block named "&eElmas Spawner" with lore "&8| &f&l50.000.000TL &8|" to close then run [execute player command "elmasal"]
format slot 4 of player with emerald block named "&eZümrüt Spawner" with lore "&8| &f&l60.000.000TL &8|" to close then run [execute player command "zumrutal"]
format slot 5 of player with iron block named "&eDemir Blok Spawner" with lore "&8| &f&l90.000.000TL &8|" to close then run [execute player command "demirbal"]
format slot 6 of player with gold block named "&eAltın Blok Spawner" with lore "&8| &f&l120.000.000TL &8|" to close then run [execute player command "altinbal"]
format slot 7 of player with diamond block named "&eElmas Blok Spawner" with lore "&8| &f&l150.000.000TL &8|" to close then run [execute player command "elmasbal"]
format slot 8 of player with emerald block named "&fZümrüt Blok Spawner" with lore "&8| &f&l180.000.000TL &8|" to close then run [execute player command "zumrutbal"]
command /demiral:
trigger:
if player's balance is bigger than or equal to 30000000:
remove 30000000 from player's balance
execute console command "/itemsp ver %player% demir 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 /altinal:
trigger:
if player's balance is bigger than or equal to 40000000:
remove 40000000 from player's balance
execute console command "/itemsp ver %player% altin 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 /elmasal:
trigger:
if player's balance is bigger than or equal to 50000000:
remove 50000000 from player's balance
execute console command "/itemsp ver %player% elmas 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 /zumrutal:
trigger:
if player's balance is bigger than or equal to 60000000:
remove 60000000 from player's balance
execute console command "/itemsp ver %player% zumrut 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 90000000:
remove 90000000 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
command /altinbal:
trigger:
if player's balance is bigger than or equal to 120000000:
remove 120000000 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 /elmasbal:
trigger:
if player's balance is bigger than or equal to 150000000:
remove 150000000 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 /zumrutbal:
trigger:
if player's balance is bigger than or equal to 180000000:
remove 180000000 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