kazuken0814

Untitled

Jun 27th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. #This skript made by Huizingh
  2. #Do you have any buggs send it in pm to Huizingh on spigot
  3. command /report [<player>]:
  4. trigger:
  5. if arg 1 is not set:
  6. send "&6[Report] &cUse this: /report <player>"
  7. stop
  8. if arg 1 is set:
  9. wait 2 ticks
  10. open chest with 6 rows named "&cReport > &6%arg 1%" to player
  11. wait 1 ticks
  12. format slot 0 of player with diamond sword named "&bForceField" with lore "&cReport this player for forcefield" to close then run [make player execute command "/ァreport %arg 1% ForceField"]
  13. format slot 17 of player with a feather named "&fFly" with lore "&cReport this player for fly" to close then run [make player execute command "/ァreport %arg 1% Fly"]
  14. format slot 8 of player with a potion:8226 named "&6SpeedHack" with lore "&cReport this player for Speedhack" to close then run [make player execute command "/ァreport %arg 1% SpeedHack"]
  15. format slot 18 of player with a 397:3 named "&cAimBot" with lore "&cReport this player for aimbot" to close then run [make player execute command "/ァreport %arg 1% Aimbot"]
  16. format slot 36 of player with a cobweb named "&3AntiKnockBack" with lore "&cReport this player for antiknockback" to close then run [make player execute command "/ァreport %arg 1% AntiKnockBack"]
  17. format slot 45 of player with a bow named "&8Fastbow" with lore "&cReport this player for fastbow" to close then run [make player execute command "/ァreport %arg 1% RapidBowShoot"]
  18. format slot 26 of player with an ender pearl named "&2Blink/VanillaTP" with lore "&cReport this player for Blink/tp" to close then run [make player execute command "/ァreport %arg 1% Blink/VanillaTP"]
  19. format slot 9 of player with a golden apple:1 named "&4Regen" with lore "&cReport this player for regen" to close then run [make player execute command "/ァreport %arg 1% FastHeal"]
  20. format slot 27 of player with a bowl named "&aAutoSoup/AutoPotion" with lore "&cReport this player for Autosoup/potion" to close then run [make player execute command "/ァreport %arg 1% AutoSoup/AutoPotion"]
  21. format slot 53 of player with a book and quill named "&5Other thing" with lore "&cReport this player for other thing" to close then run [make player execute command "/ァreportchat %arg 1%"]
  22. format slot 49 of player with arg 1's skull named "&6%arg 1%" to be unstealable
  23. command /ァreportchat [<player>]:
  24. trigger:
  25. clear {report.%Player%}
  26. clear {report.chat.%player%}
  27. wait 1 tick
  28. set {report.chat.%player%} to true
  29. set {report.%player%} to arg 1
  30. send "&6[Report] &9Specify your reason for &c%arg 1%"
  31. send "&6[Report] &9You have 10 seconds to put the pattern in the cat"
  32. wait 10 seconds
  33. clear {report.chat.%player%}
  34. clear {report.%player%}
  35. on chat:
  36. if {report.chat.%player%} is true:
  37. clear {report.chat.%player%}
  38. if {report.%player%} is set:
  39. cancel event
  40. if {report.%player%} is online:
  41. loop all players:
  42. if loop-player has permission "report.view":
  43. send "&6[Report] &9%{report.%player%}% > &c%message% &f(Report・par %player%)" to loop-player
  44. send "&6[Report] &aThanks for you report &f%{report.%Player%}% &9(report・pour %message%)"
  45. send "&6[Report] &aYou report will be send to staff"
  46. clear {report.%Player%}
  47. else:
  48. send "&6[Report] &cCanceled: The player has logged out :/"
  49. clear {report.%Player%}
  50. command /ァreport [<player>] [<text>]:
  51. trigger:
  52. arg 1 is set
  53. arg 2 is set
  54. loop all players:
  55. if loop-player has permission "report.view":
  56. send "&6[Report] &9%arg 1% > &c%arg 2% &f(Report・reported %player%)" to loop-player
  57. send "&6[Report] &aThanks for reporting &f%arg 1% &9(report for %arg 2%)"
  58. send "&6[Report] &aYou report will be send to staff"
  59. on join:
  60. clear {report.%Player%}
  61. clear {report.chat.%player%}
Advertisement
Add Comment
Please, Sign In to add comment