Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. #=====================#
  2. # Punish: #
  3. #=====================#
  4. command /ban [<offlineplayer>] [<text>] [<timespan>]:
  5. permission: fatality.ban
  6. permission message: {@noperms-prefix}
  7. trigger:
  8. if arg 1 has permission "ban.bypass":
  9. if arg 2 is not set:
  10. message "{@prefix} &cSorry, but you can't ban &3&o%arg 1%&c for &a&o{ban.reason.%arg 1%}c&o&7!" to player
  11. message "{@prefix} &3&o%command executor%&c&o tried to ban you for &a&o{ban.reason.%arg 1%}c&o&7!" to arg 1
  12. stop
  13. if arg 1 has permission "ban.bypass":
  14. if arg 2 is set:
  15. message "{@prefix} &c&oSorry, but you can't ban &3&o%arg 1%&c for &a%arg 2%&c&o!" to player
  16. message "{@prefix} &3%command executor%&c tried to ban you for &3%arg 2%&c!" to arg 1
  17. stop
  18. if arg 1 is not set:
  19. if arg 2 is not set:
  20. if arg 3 is not set:
  21. message "&c/ban <player> <reason>" to player
  22. if arg 1 is set:
  23. if arg 2 is set:
  24. set {ban.msg.%arg-1%} to " &7&m-----]&b&m-------&e » » &cFatality&fGames &e« « &b&m-------&7&m[-----}%new line%&7&oYou have been &4&lPERMANENTLY BANNED by &c&o%command executor%&7&o!%new line%&7&oReason&e » &a&o%arg 2%&7&o!%new line% &7&m-----]&b&m-------&e » » &cFatality&fGames &e« « &b&m-------&7&m[-----"
  25. kick arg 1 due to " &7&m-----]&b&m-------&e » » &cFatality&fGames &e« « &b&m-------&7&m[-----}%new line%&7&oYou have been &4&lPERMANENTLY BANNED by &c&o%command executor%&7&o!%new line%&7&oReason&e » &a&o%arg 2%7&o!%new line% &7&m-----]&b&m-------&e » » &cFatality&fGames &e« « &b&m-------&7&m[-----"
  26. ban arg 1 due to " &7&m-----]&b&m-------&e » » &cFatality&fGames &e« « &b&m-------&7&m[-----}%new line%&7&oYou have been &4&lPERMANENTLY BANNED by &c&o%command executor%&7&o!%new line%&7&oReason&e » &a&o%arg 2%&7&o!%new line% &7&m-----]&b&m-------&e » » &cFatality&fGames &e« « &b&m-------&7&m[-----"
  27. broadcast " &7&m-----]&b&m-------&e » » &cFatality&fGames &e« « &b&m-------&7&m[-----"
  28. broadcast " "
  29. broadcast " &4&o%arg 1%&7&o has been &4&lPERMANENTLY BANNED&7&o by &c&o%player%&7&o!"
  30. broadcast " &7&oReason&e » &a&o%arg 2%&7&o!"
  31. broadcast " "
  32. broadcast " &7&m-----]&b&m-------&e » » &cFatality&fGames &e« « &b&m-------&7&m[-----"
  33. execute console command "/playsound mob.wither.death @a ~ ~ ~ 1 1 1"
  34. send player title "&e» » &9&o%arg 1% banned! &e« «" with subtitle "&c&oBan Successful!" for 5 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement