command /haste [] []: executable by: players, console trigger: if player has permissions "haste.run": if arg 1 is "all": if arg 2 is not set: apply haste 2 to all players for 5 minutes broadcast "" broadcast "" broadcast "&aWszyscy otrzymali efekt &6Haste II &ana &c5 &aminut." broadcast "" broadcast "" stop else: send "&7Poprawne uzycie tej komendy to: /haste , /haste " stop if arg 1 is not set: if arg 2 is set: if arg 2 is online: apply haste 2 to arg 1 for 5 minutes send "" to arg 2 send "" to arg 2 send "&aOtrzymales efekt &6Haste II &ana &c5 &aminut." to arg 2 send "" to arg 2 send "" to arg 2 send "&aDales efekt &6Haste II &agraczowi &c%arg 2% &ana &c5 &aminut." stop else: send "&7Gracz nie jest online!" stop else: send "&cNie masz uprawien!" stop