Vaxu

Knock v.10

Nov 16th, 2017
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. # The script contains copyright
  2. # Script was created by .Vaxu
  3. # Nie usuwaj tego tutaj u góry :D XD
  4. # Data wydania: 2 Edycja KCraft.ench.pl
  5.  
  6. command /knock [<text>]:
  7. trigger:
  8. if arg 1 is not set:
  9. send "&c[KonTiXCraft] &6Poprawne uzycie /knock zasady,info"
  10. if arg 1 is "zasady":
  11. send "&c[KonTiXCraft] &6Zasady eventu Knock:"
  12. send "&6Nie uzywaj:"
  13. send "&cFly pomimo iz jest gamemode 0"
  14. send "&cKnocka"
  15. send "&cKillaury"
  16. send "&6Nie:"
  17. send "&cOszukuj"
  18. send "&cWyzywaj graczy"
  19. send "&6Niestosowanie sie do regulaminu Eventu Knock karane jest:"
  20. send "&cTymczasowym banem!"
  21. if arg 1 is "info":
  22. send "&c[KonTiXCraft] &6Informacje o evencie Knock:"
  23. send "&6Knock event to event w ktorym dostajesz kijek (knockback X) i probujesz"
  24. send "&6Zepchnac przeciwnikow z platformy"
  25. send ""
  26. send "&cEvent wykonali vaxupl, filip213" #Tego też nie usuwaj
  27. send "&cSkrypt by vaxupl budowa mapa by filip213" #Tego też nie usuwaj
  28. send "&Wszelkie prawa zastrzezone &[email protected]" #Jak chcesz to usuń.
  29. if arg 1 is "tp":
  30. send "&6&l[KnockEvent] &cZostaniesz przeniesiony za 3 sekundy!" to player
  31. wait 3 seconds
  32. teleport player to {warp::1}
  33. if arg 1 is "powrot":
  34. send "&6&l[KnockEvent] &cZostaniesz przeniesiony za 3 sekundy!" to player
  35. wait 3 seconds
  36. teleport player to {warp::2}
  37.  
  38. command /tknock [<text>]:
  39. trigger:
  40. if arg 1 is not set:
  41. send "&c[KonTiXCraft] Poprawne uzycie tknock warp, upowrot, start"
  42. if arg 1 is "warp":
  43. send "&c[KonTiXCraft] &6Ustawiles miejsce rozpoczecia eventu knock!" to player
  44. set {warp::1} to location of player
  45. if arg 1 is "upowrot":
  46. send "&c[KonTiXCraft] &6Ustawiles miejsce przegranego xDD!" to player
  47. set {warp::2} to location of player
  48. if arg 1 is "start":
  49. broadcast "&c[KonTiXCraft] &6Event Knock rozpoczety! Wpisz komende /knock tp aby teleportowac sie na event. Pozostala minuta!"
  50. if arg 1 is "dajpatyk":
  51. give players 1 stick of knockback 10 named "&c[KnockEvent] &6Patyczek :D"
  52.  
  53. #Zamierzam dodać jeszcze usuwanie patyku ;x
Advertisement
Add Comment
Please, Sign In to add comment