Bikbokken

Untitled

May 26th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. command /report [<player>]:
  2. trigger:
  3. if arg-1 is set:
  4. open chest with 1 row named "&4&lREPORT - %arg-1%" to player
  5. format slot 1 of player with diamond sword named "&cHacks" to close then run [execute player command "/reportspillerhack %arg-1%"]
  6. format slot 6 of player with paper named "&bChat" to close then run [execute player command "/reportspillerchat %arg-1%"]
  7. else:
  8. send "&8[&bSv-Hosting&8] &cSkriv venligst et navn." to player
  9.  
  10.  
  11. command /reportspillerhack [<player>]:
  12. trigger:
  13. wait 2 ticks
  14. open chest with 1 row named "&cHack Report" to player
  15. wait 2 ticks
  16. format slot 0 of player with diamond sword named "&cKill Aura" to close then run [execute player command "/reportspiller %arg-1% KillAura"]
  17. format slot 1 of player with speed potion named "&bSpeed Hack" to close then run [execute player command "/reportspiller %arg-1% SpeedHack"]
  18. format slot 2 of player with diamond sword named "&c Autoclicker" to close then run [execute player command "/reportspiller %arg-1% AutoClicker"]
  19. format slot 3 of player with diamond sword named "&c AimBot" to close then run [execute player command "/reportspiller %arg-1% AimBot"]
  20. format slot 4 of player with diamond sword named "&c NoSlowdown" to close then run [execute player command "/reportspiller %arg-1% NoSlowdown"]
  21.  
  22.  
  23. command /reportspillerchat [<player>]:
  24. trigger:
  25. wait 2 ticks
  26. open chest with 1 row named "&bChat report" to player
  27. wait 2 ticks
  28. format slot 0 of player with paper named "&cRasisme" to close then run [execute player command "/reportspiller %arg-1% Rasisme"]
  29. format slot 1 of player with paper named "&cSpam" to close then run [execute player command "/reportspiller %arg-1% Spam"]
  30. format slot 2 of player with paper named "&cIp Logger" to close then run [execute player command "/reportspiller %arg-1% IpLogging"]
  31. format slot 3 of player with paper named "&cTruer med ting" to close then run [execute player command "/reportspiller %arg-1% Truer"]
  32. format slot 4 of player with paper named "&cGrimt Sprog" to close then run [execute player command "/reportspiller %arg-1% Grimst prog"]
  33.  
  34.  
  35.  
  36. command /reportspiller [<player>] [<text>]:
  37. trigger:
  38. loop all players:
  39. if player has permission "show.reports":
  40. send "&8[&bSv-Hosting&8] &c%command sender% &rreporter &c%arg-1% &rfor &c%arg-2%" to loop-players
Advertisement
Add Comment
Please, Sign In to add comment