moeycvbn12

Untitled

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