moeycvbn12

Untitled

Dec 20th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. #-------------------><-------------------#
  2. #This skript as been created by mathis150#
  3. #-------------------><-------------------#
  4.  
  5. Command:
  6.  
  7. command /ss [<player>] [<sanction>]:
  8. permission: ss.type
  9. permission message: &3[SuperSanction] &cYou not have the permission for use this command !
  10. trigger:
  11. arg-1 is not set:
  12. arg-2 is not set:
  13. send "&b[---------> &3List of command &b<---------]"
  14. send "&bUsage of the command: &e/ss &6<player/command> <sanction>"
  15. send ""
  16. send "> /ss help | View all command"
  17. send "> /ss list | View all sanction"
  18. send "> /ss <player> <sanction> | Sanction one player"
  19. send "> /ss reload | Reload a skript !"
  20. send "Page 1/999 | Use /ss help <page-number>"
  21. send "&b[---------> &3List of command &b<---------]"
  22. arg-1 is "list":
  23. arg-2 is not set:
  24. send "&b[---------> &3List of sanction &b<---------]"
  25. send "&bUsage of the command: &e/ss &6<player> <sanction>"
  26. send ""
  27. send "> FF | Name: ForceField | Sanction: Ban = 30 days"
  28. send "> F | Name: Fly | Sanction: Ban = 30 days"
  29. send "> KA | Name: KillAura | Sanction: Ban = 30 days"
  30. send "> AB | Name: AimBot | Sanction: Ban = 30 days"
  31. send "> CS | Name: Spaming chat | Sanction: Mute = 1 days"
  32. send "> BT | Name: Bad Troll | Sanction: Ban = 1 days"
  33. send "> VBT | Name: Very Bad Troll | Sanction: Ban = 5 days"
  34. send "> BR | Name: Bad Report | Sanction: Ban = 1 days"
  35. send "&b[---------> &3List of sanction &b<---------]"
  36. arg-1 is set:
  37. arg-2 is "FF":
  38. make player execute command "/tempban %arg-1% 30d &eHacking &b(ForceField)"
  39. broadcast "[Broadcast] %arg-1% is banned for ForceField"
  40. send "&3[SuperSanction] &aThe sanction as been effected"
  41. arg-1 is set:
  42. arg-2 is "F":
  43. make player execute command "/tempban %arg-1% 30d &eHacking &b(Fly)"
  44. send "&3[SuperSanction] &aThe sanction as been effected"
  45. broadcast "[Broadcast] %arg-1% is banned for Fly"
  46. arg-1 is set:
  47. arg-2 is "KA":
  48. make player execute command "/tempban %arg-1% 30d &eHacking &b(KillAura)"
  49. send "&3[SuperSanction] &aThe sanction as been effected"
  50. broadcast "[Broadcast] %arg-1% is banned for KillAura"
  51. arg-1 is set:
  52. arg-2 is "AB":
  53. make player execute command "/tempban %arg-1% 30d &eHacking &b(AimBot)"
  54. send "&3[SuperSanction] &aThe sanction as been effected"
  55. broadcast "[Broadcast] %arg-1% is banned for AimBot"
  56. arg-1 is set:
  57. arg-2 is "BT":
  58. make player execute command "/tempban %arg-1% 1d &eHacking &b(BadTroll)"
  59. send "&3[SuperSanction] &aThe sanction as been effected"
  60. arg-1 is set:
  61. arg-2 is "VBT":
  62. make player execute command "/tempban %arg-1% 5d &eHacking &b(VeryBadTroll)"
  63. send "&3[SuperSanction] &aThe sanction as been effected"
  64. arg-1 is set:
  65. arg-2 is "BR":
  66. make player execute command "/tempban %arg-1% 1d &eHacking &b(BadReport)"
  67. send "&3[SuperSanction] &aThe sanction as been effected"
  68. arg-1 is set:
  69. arg-2 is "CS":
  70. make player execute command "/mute %arg-1% 1d"
  71. send "&3[SuperSanction] &aThe sanction as been effected"
  72. broadcast "[Broadcast] %arg-1% is muted for SpammingChat"
Advertisement
Add Comment
Please, Sign In to add comment