Advertisement
Guest User

Skript verif

a guest
May 27th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. #=====================================================#
  2. #==================Skript By Lightnew=================#
  3. #=====================================================#
  4.  
  5. # set {_health.%arg 1%} to arg 1's health
  6. # set {hunger.%arg 1%} to arg 1's hunger
  7. # set {effects.%arg 1%::*} to all of the active potion effects on arg 1
  8.  
  9. command /verif [<player>]:
  10. permission: skript.modo
  11. permission message: &fCommande Inconnue.
  12. trigger:
  13. if arg 1 is not set:
  14. send "&f[&cVerif&f]&c : Tu dois entrer un pseudo !"
  15. if arg 1 is set:
  16. wait 3 ticks
  17. set {_health.%arg 1%} to arg 1's health
  18. open chest with 3 rows named "&6Vérif de %arg 1%" to player
  19. format slot 3 of player with a clock named "&aPing" to run [make player execute command "/ping %arg 1%"]
  20. format slot 4 of player with arg 1's skull named "&b%arg 1%" with lore "&fVie: &c%{_health.%arg 1%}% &f- &fNourriture: &c%{hunger.%arg 1%}%" to be unstealable
  21. format slot 9 of player with red stained glass pane named "&c&l-------------" to be unstealable
  22. format slot 10 of player with red stained glass pane named "&c&l-------------" to be unstealable
  23. format slot 11 of player with red stained glass pane named "&c&l-------------" to be unstealable
  24. format slot 12 of player with red stained glass pane named "&c&l-------------" to be unstealable
  25. format slot 0 of player with red stained glass pane named "&c&l-------------" to be unstealable
  26. format slot 14 of player with red stained glass pane named "&c&l-------------" to be unstealable
  27. format slot 15 of player with red stained glass pane named "&c&l-------------" to be unstealable
  28. format slot 16 of player with red stained glass pane named "&c&l-------------" to be unstealable
  29. format slot 17 of player with red stained glass pane named "&c&l-------------" to be unstealable
  30. format slot 5 of player with firework rocket named "&cAvertir %arg 1%" to run [make player execute command "/avertir Cheat %arg 1%"]
  31. format slot 2 of player with nether portal named "&6Téléportation" with lore "&6Téléporter le joueur a vous" to close then run [make player execute command "/tp %arg 1%"]
  32. format slot 22 of player with blaze rod named "&c%arg 1%" with lore "&6Se téléporter au joueur" to close then run [make player execute command "/tp %arg 1%"]
  33. format slot 25 of player with book named "&cVanish" with lore "&cVanish toi !" to run [make player execute command "/v %player%"]
  34. format slot 19 of player with ice named "&2Freeze" with lore "&2On/Off" to run [make player execute command "/freeze %arg 1%"]
  35. format slot 21 of player with ender chest named "&aEnder chest" with lore "&7regarde l'ec de la personne" to run [make player execute command "/ec %arg 1%"]
  36. format slot 23 of player with chest named "&aInventaire" with lore "&7regarde dans l'invnetaire de la personne" to run [make player execute command "/invsee %arg 1%"]
  37. format slot 13 of player with bone named "&bKick %arg 1%" with lore "&7Kick pour cheat" to run [make player execute command "/kick %arg 1% suspecte de Cheat"]
  38. format slot 1 of player with red stained glass pane named "&c&l-------------" to be unstealable
  39. format slot 2 of player with red stained glass pane named "&c&l-------------" to be unstealable
  40. format slot 6 of player with red stained glass pane named "&c&l-------------" to be unstealable
  41. format slot 7 of player with red stained glass pane named "&c&l-------------" to be unstealable
  42. format slot 8 of player with red stained glass pane named "&c&l-------------" to be unstealable
  43. format slot 18 of player with red stained glass pane named "&c&l-------------" to be unstealable
  44. format slot 20 of player with red stained glass pane named "&c&l-------------" to be unstealable
  45. format slot 24 of player with red stained glass pane named "&c&l-------------" to be unstealable
  46. format slot 26 of player with red stained glass pane named "&c&l-------------" to be unstealable
  47.  
  48. command /avertir [<text>] [<player>]:
  49. permission: skript.modo
  50. permission message: &fCommande Inconnue.
  51. trigger:
  52. if arg 1 is "Cheat":
  53. launch flickering trailing ball firework colored red and white at arg 2 timed 0
  54. launch flickering trailing ball firework colored red and white at arg 2 timed 0
  55. launch flickering trailing ball firework colored red and white at arg 2 timed 0
  56. launch flickering trailing ball firework colored red and white at arg 2 timed 0
  57. send "&cVous avez ete suspecte de Cheat par un modérateur" to arg 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement