Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. command /klatki [<text>] [<player>]:
  2. permission: klatki
  3. permission message: &4&lBLAD &cNie masz uprawnien!
  4. trigger:
  5. if arg-1 is not set:
  6. send "&7&m--------[&f &6&lKLATKI &7&m]--------"
  7. send ""
  8. send "&8- &6/klatki ustaw1"
  9. send "&8- &6/klatki ustaw2"
  10. send ""
  11. send "&8- &6/klatki dajitemy"
  12. send "&8- &6/klatki start"
  13. send ""
  14. send "&8- &6/klatki &6klatka1 &enick"
  15. send "&8- &6/klatki &6klatka2 &enick"
  16. send ""
  17. send "& cKlatka by Eri! &6&lKURWA! kacper nie usuwaj!"
  18. send ""
  19. send "&7&m--------[&f &6&lKLATKI &7&m]--------"
  20. if arg-1 is "ustaw1":
  21. set {klatka.1} to location of player
  22. send "&aKlatka 1 zostala ustawiona na %{klatka.1}%"
  23. if arg-1 is "ustaw2":
  24. set {klatka.2} to location of player
  25. send "&aKlatka 2 zostala ustawiona na %{klatka.2}%"
  26. if arg-1 is "klatka1":
  27. if arg-2 is set:
  28. teleport arg-2 to {klatka.1}
  29. give 1 306 to arg-2
  30. give 1 307 to arg-2
  31. give 1 308 to arg-2
  32. give 1 309 to arg-2
  33. give 1 272 to arg-2
  34. send "&cGracz &6%argument 2%&c Bierze udzial w evencie! &4&lKLATKI" to all players
  35. else:
  36. send "&cPodaj nick gracza!"
  37. if arg-1 is "klatka2":
  38. if arg-2 is set:
  39. teleport arg-2 to {klatka.2}
  40. give 1 306 to arg-2
  41. give 1 307 to arg-2
  42. give 1 308 to arg-2
  43. give 1 309 to arg-2
  44. give 1 272 to arg-2
  45. send "&cGracz &6%argument 2%&c Bierze udzial w evencie! &4&lKLATKI" to all players
  46. else:
  47. send "&cPodaj nick gracza!"
  48. if arg-1 is "start":
  49. wait 1 second
  50. send the player title "&7Start za!" with subtitle "&a&l-= 3 =-" for 3 seconds
  51. wait 1 second
  52. send the player title "&7Start za!" with subtitle "&e&l-= 2 =-" for 3 seconds
  53. wait 1 second
  54. send the player title "&7Start za!" with subtitle "&4&l-= 1 =-" for 3 seconds
  55. wait 1 second
  56. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement