Advertisement
W1c3k

Sprawdzanie

Feb 21st, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. command /sprawdzanie [<text>] [<player>]:
  2. permission: el.spr
  3. permission message: &7Brak permissi! &8(&cel.spr&8)&7!
  4. trigger:
  5. if argument 1 is not set:
  6. send "&8[+]-------[ &c&lEasyLife &8]-------[+]"
  7. send "&a/sprawdzanie sprawdz <gracz>"
  8. send "&a/sprawdzanie czysty <gracz>"
  9. send "&a/sprawdzanie cheater <gracz>"
  10. send "&a/sprawdzanie miejsce"
  11. send "&8[+]-------[ &c&lEasyLife &8]-------[+]"
  12. if argument 1 is "sprawdz":
  13. if argument 2 is set:
  14. set {%argument 2%.sprawdzanie.miejsce} to location of argument 2
  15. teleport argument 2 to {sprawdzanie.miejsce}
  16. set {%argument 2%.sprawdzanie} to 1
  17. send "&8[+]-------[ &c&lEasyLife &8]-------[+]" to arg 2
  18. send "&c%arg 2 % &7jest sprawdzany przez &c%player%&7!" to all players
  19. send "&7Podaj Skype na &c/helpop&7! Masz na to: &c5 minut&7!" to arg 2
  20. send "&cLog out &7= &cPerm Ban&7! to arg 2
  21. send "&cPrzyznanie sie do czitow &7= &cBan na 7 dni&7! to arg 2
  22. send "&8[+]-------[ &c&lEasyLife &8]-------[+]" to arg 2
  23. send "" to arg 2
  24. else:
  25. send "&cPodaj gracza!"
  26. if argument 1 is "czysty":
  27. if argument 2 is set:
  28. set {%argument 2%.sprawdzanie} to 0
  29. teleport argument 2 to {%argument 2%.sprawdzanie.miejsce}
  30. send "&8[+]-------[ &c&lEasyLife &8]-------[+]" to all players
  31. send "&7Gracz &c%arg 2 % &7jest czysty!" to all players
  32. send "&7Sprawdzal go &c%player%&7! to all players
  33. send "&8[+]-------[ &c&lEasyLife &8]-------[+]" to all players
  34. send "" to all players
  35. else:
  36. send "&cPodaj gracza!"
  37. if argument 1 is "cheater":
  38. if argument 2 is set:
  39. set {%argument 2%.sprawdzanie} to 0
  40. ban the argument 2 because "&cPosiadanie cheatow!"
  41. kick the argument 2 due to "&cPosiadanie cheatow!"
  42. send "&8[+]-------[ &c&lEasyLife &8]-------[+]" to all players
  43. send "&7Gracz &c%arg 2 % &7Posiada cheaty!" to all players
  44. send "&7Zostal zbanowany na &czawsze &7przez &c%player% &7za &ccheaty&7!" to all players
  45. send "&8[+]-------[ &c&lEasyLife &8]-------[+]" to all players
  46. send "" to all players
  47. else:
  48. send "&cPodaj gracza!"
  49. if argument 1 is "miejsce":
  50. set {sprawdzanie.miejsce} to location of player
  51. send "&8[+]-------[ &c&lEasyLife &8]-------[+]"
  52. send "&7Miejsce sprawdzania zostalo ustawione na &a%{sprawdzanie.miejsce}%&7!"
  53. send "&8[+]-------[ &c&lEasyLife &8]-------[+]"
  54. on quit:
  55. if {%player%.sprawdzanie} is 1:
  56. send "&7Gracz &c%arg 2 % &7wylogowal sie podczas sprawdzania! to all players
  57. ban the player because "&cWyjscie z serwera podczas sprawdzania!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement