Facebook
From maciek102, 9 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 707
  1. command /spawnerlist:
  2.         trigger:
  3.                 send "&4-----Spawnery------"
  4.                 send "&5 Iron Golem - 3000$"
  5.                 send "&5 Pajak - 1000 $"
  6.                 send "&5 Zombie - 2000 $"
  7.                 send "&5 Szkielet - 1500 $"
  8.                 send "&4-----Spawnery------"
  9.                 send "&5-----Vip-------"
  10.                 send "&6 Blaze 3000$
  11.                 send "&6 Villager 1000$"
  12.                 send "&6 Creeper 1500$"
  13.                 send "&6 Slime 2000$"
  14.                 send "&5----Vip--------"
  15. command /spawnerzmien [<text>]:
  16.         trigger:
  17.                 if arg 1 is "irongolem":
  18.                         player's balance >= 3000:
  19.                                 remove 3000 from player's balance
  20.                                 execute console command "spawner irongolem"
  21.                         else:
  22.                                 send "&4 nie masz wystarczajacej ilosci monet"
  23.                                 if arg 1 is "pajak":
  24.                                         player's balance >= 1000:
  25.                                                 remove 1000 from player's balance
  26.                                                 execute console command "spawner spider"
  27.                                         else:
  28.                                                 send "&4 Nie masz wystarczajacej ilosci monet"
  29.                                                 if arg 1 is "zombie":
  30.                                                         player's balance >= 2000:
  31.                                                                 remove 3000 from player's balance
  32.                                                                 execute console command "spawner zombie"
  33.                                                         else:
  34.                                                                 send "&4 Nie masz wystarczajacej ilosci monet"
  35.                                                                 if arg 1 is "szkielet":
  36.                                                                         player's balance >= 1500:
  37.                                                                                 remove 1500 from player's balance
  38.                                                                                 execute console command "spawner skeleton"
  39.                                                                         else:
  40.                                                                                 send "&4 Nie masz wystarczajacej ilosci monet"
  41. on rightclick monster spawner:
  42.         chance of 50%:
  43.                 open chest with 1 rows named "&4SpawneryZmien" to player
  44.                 format slot 2 of player with 1 of leather named "&4Irongolem" to close then run "spawnerzmien irongolem"
  45.                 format slot 4 of player with 1 of bone named "&4Szkielet" to close then run "spawnerzmien szkielet"
  46.                 format slot 6 of player with 1 of fish named "&4Pajak" to close then run "spawnerzmien pajak"
  47.                 format slot 8 of player with 1 of stick named "&4Zombie" to close then run "spawnerzmien zombie"
  48. command /spawnerzmienvip [<text>]:
  49.         trigger:
  50.                 if player has permission "spawnerzmienvip.sk":
  51.                         if arg 1 is "blaze":
  52.                                 player's balance >= 3000:
  53.                                         remove 3000 from player's balance
  54.                                         execute console command "spawner blaze"
  55.                                 else:
  56.                                         send "&4 nie masz wystarczajacej ilosci monet"
  57.                                         if arg 1 is "osadnik":
  58.                                                 player's balance >= 1000:
  59.                                                         remove 1000 from player's balance
  60.                                                         execute console command "spawner villager"
  61.                                                 else:
  62.                                                         send "&4 Nie masz wystarczajacej ilosci monet"
  63.                                                         if arg 1 is "slime":
  64.                                                                 player's balance >= 2000:
  65.                                                                         remove 3000 from player's balance
  66.                                                                         execute console command "spawner slime"
  67.                                                                 else:
  68.                                                                         send "&4 Nie masz wystarczajacej ilosci monet"
  69.                                                                         if arg 1 is "creeper":
  70.                                                                                 player's balance >= 1500:
  71.                                                                                         remove 1500 from player's balance
  72.                                                                                                 execute console command "spawner creeper"
  73.                                                                                 else:
  74.                                                                                         send "&4 Nie masz tyle ilosci monet"
  75. on rightclick monster spawner:
  76.         if player has permission "spawnerzmienvip.sk":
  77.                 chance of 50%:
  78.                         open chest with 2 rows named "&4SpawneryZmien" to player
  79.                         format slot 2 of player with 1 of leather named "&4Blaze" to close then run "spawnerzmienvip blaze"
  80.                         format slot 4 of player with 1 of bone named "&4Osadnik" to close then run "spawnerzmienvip osadnik"
  81.                         format slot 6 of player with 1 of fish named "&4Slime" to close then run "spawnerzmienvip slime"
  82.                         format slot 8 of player with 1 of stick named "&4Creeper" to close then run "spawnerzmienvip creeper"

Replies to SpawnerX rss

Title Name Language When
Re: SpawnerX Diminutive Mockingbird text 6 Years ago.