options: logo: &2&lHard&f&lCraft nazwa: &4&lMutant command /zombierun []: permission: zombierun.* permission message: {@logo} &8» &cNie masz Permisji Do Tego Polecenia. trigger: if arg 1 is "start": broadcast "{@logo} &8» &eZa &c10 &esekund rozpocznie sie &4&lZombie Run&e!" wait 250 ticks broadcast "{@logo} &8» &4&lZombie Run &eRozpoczete!" set {zombie::%player%} to true if arg 1 is "stop": broadcast "{@logo} &8» &eZa &c10 sekund zakonczy sie &4&lZombie Run&e!" wait 250 ticks set {zombie::%player%} to false broadcast "{@logo} &8» &4&lZombie Run &eZaknonczone!" if arg 1 is "ustaw": send "{@logo} &8» &6Ustawiles Spawn Zombie!" set {miejsce.zombie} to location of player if arg 1 is "pomoc": send "&8+++++++++++++++ &4&lZombie Run &8+++++++++++++++" send "&8» &c/zombierun start &7- &eStart MiniGry" send "&8» &c/zombierun stop &7- &eStop MiniGry" send "&8» &c/zombierun ustaw &7- &eUstawia Miejsce gry" send "&8» &c/zombierun home &7- &eustawia home" send "&8+++++++++++++++ &4&lZombie Run &8+++++++++++++++" if arg 1 is "home": send "{@logo} &8» &cUstawianie SetHome &6(5s)" wait 100 ticks execute player command "sethome ZombieRun" wait 2 ticks send "{@logo} &8» &cPomyslnie Ustawiono!" if arg 1 is not set: send "&8+++++++++++++++ &4&lZombie Run &8+++++++++++++++" send "&8» &c/zombierun start &7- &eStart MiniGry" send "&8» &c/zombierun stop &7- &eStop MiniGry" send "&8» &c/zombierun ustaw &7- &eUstawia Miejsce gry" send "&8» &c/zombierun home &7- &eustawia home" send "&8+++++++++++++++ &4&lZombie Run &8+++++++++++++++" if {zombie::%player%} is true: spawn 10 zombie at {miejsce.zombie} teleport all players to {miejsce.zombie} broadcast "{@logo} &8» &cZombie Stworzone!" loop all players: give loop-player 1 Diamond Sword give loop-player 1 Diamond Helmet give loop-player 1 Diamond Chestplate give loop-player 1 Diamond Leggings give loop-player 1 Diamond Boots give loop-player 3 Golden Apple give loop-player 1 Enchanted Golden Apple on break: if {zombie::%player%} is true: cancel event send "{@logo} &8» &cNie mozesz Niszczyc podczas MiniGry!" on place: if {zombie::%player%} is true: cancel event send "{@logo} &8» &cNie mozesz stawiac blokow podczas MiniGry!" on quit: if {zombie::%player%} is true: set {zombie::%player%} to false on death: if {zombie::%attacker%} is true: set {zombie::%attacker%} to false send "{@logo} &8» &cZginales i nie mozesz wziac udzialu!"