TascraftNW
play.tascraftnw.com
Merhaba Sunucumda Kulanabilceğim bir spawner market skripti lazım bu skriptde spawnerleri çoklu almasınıda istiyorum mevcut skriptlerin hiçbiri hoşuma gitmedi
kulanmış olduğum skript bu şekilde bu skripte çoklu alı ekliyebilirmiyim.(Not:İtemSPawner Pluginim Tornado Spawner)
kulanmış olduğum skript bu şekilde bu skripte çoklu alı ekliyebilirmiyim.(Not:İtemSPawner Pluginim Tornado Spawner)
Kod:
command /spmarket:
trigger:
open chest with 1 row named "&8&lSpawner Al" to player
wait 2 ticks
format slot 0 of player with diamond block named "&eElmas Blok Spawner" with lore "&8| &f&l27 &aM &8|" to close then run [execute player command "elmasbal"]
format slot 1 of player with iron block named "&fDemir Blok Spawner" with lore "&8| &f&l9 &aM &8|" to close then run [execute player command "demirbal"]
format slot 2 of player with gold block named "&eAltin Blok Spawner" with lore "&8| &f&l13.5 &aM &8|" to close then run [execute player command "altinbal"]
format slot 3 of player with emerald block named "&fZumrut Blok Spawner" with lore "&8| &f&l18 &aM &8|" to close then run [execute player command "zumrutbal"]
format slot 4 of player with diamond named "&eElmas Spawner" with lore "&8| &f&l3 &aM &8|" to close then run [execute player command "elmusbal"]
format slot 5 of player with iron ingot named "&fDemir Spawner" with lore "&8| &f&l1 &aM &8|" to close then run [execute player command "demurbal"]
format slot 6 of player with gold ingot named "&eAltin Spawner" with lore "&8| &f&l1.5 &aM &8|" to close then run [execute player command "altunsbal"]
format slot 7 of player with emerald named "&fZumrut Spawner" with lore "&8| &f&l2 &aM &8|" to close then run [execute player command "zumrutubal"]
format slot 8 of player with cactus named "&fKaktus Spawner" with lore "&8| &f&l500 &aK&8|" to close then run [execute player command "kaktusbal"]
command /elmasbal:
trigger:
if player's balance is bigger than or equal to 27000000:
remove 27000000 from player's balance
execute console command "/itemsp ver %player% elmasblok 1"
command /demirbal:
trigger:
if player's balance is bigger than or equal to 9000000:
remove 9000000 from player's balance
execute console command "/itemsp ver %player% demirblok 1"
command /altinbal:
trigger:
if player's balance is bigger than or equal to 13500000:
remove 13500000 from player's balance
execute console command "/itemsp ver %player% altinblok 1"
command /zumrutbal:
trigger:
if player's balance is bigger than or equal to 18000000:
remove 18000000 from player's balance
execute console command "/itemsp ver %player% zumrutblok 1"
command /elmusbal:
trigger:
if player's balance is bigger than or equal to 3000000:
remove 3000000 from player's balance
execute console command "/itemsp ver %player% elmas 1"
command /demurbal:
trigger:
if player's balance is bigger than or equal to 1000000:
remove 1000000 from player's balance
execute console command "/itemsp ver %player% demir 1"
command /altunsbal:
trigger:
if player's balance is bigger than or equal to 1500000:
remove 1500000 from player's balance
execute console command "/itemsp ver %player% altin 1"
command /zumrutubal:
trigger:
if player's balance is bigger than or equal to 2000000:
remove 2000000 from player's balance
execute console command "/itemsp ver %player% zumrut 1"
command /kaktusbal:
trigger:
if player's balance is bigger than or equal to 500000:
remove 500000 from player's balance
execute console command "/itemsp ver %player% kaktus 1"
Moderatör tarafından düzenlendi: