moeycvbn12

Untitled

Dec 2nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. command /s [<offline player>] [<text>]:
  2. aliases: /suspend
  3. permission: suspendgui.use
  4. permission message: &cYou dont have permission to do that.
  5. trigger:
  6. if arg-2 is not set:
  7. send "&cIncorrect Usage:"
  8. send "&cUsage &6/suspend <player> <reason>"
  9. if arg-2 is set:
  10. if player has permission "suspendgui.helper":
  11. open chest with 6 rows named "Suspend" to player
  12. wait 3 tick
  13. format slot 4 of player with arg-1's skull named "&a&l%arg-1%" with lore "&r%arg-2%||&aSuspend from the Server" to be unstealable
  14.  
  15. format slot 10 of player with iron sword named "&c&lSeverity 1" with lore "&rBlacklisted Modifications" to be unstealable
  16. format slot 19 of player with cactus green named "&a&lBan Duration 1.0 Days" with lore "&rLabyMod,Damage Indicator etc." to close then run [make player execute command "tempban %arg-1% 1 days %arg-2%"]
  17.  
  18. format slot 12 of player with iron sword named "&c&lSeverity 2" with lore "&rBug Abusing etc." to be unstealable
  19. format slot 21 of player with dandelion yellow named "&a&lBan Duration 4.0 Hours" with lore "&rBug Abusing,Power Abusing etc." to close then run [make player execute command "tempban %arg-1% 4 hours %arg-2%"]
  20.  
  21. format slot 14 of player with iron sword named "&c&lSeverity 3" with lore "&rBan Evading etc." to be unstealable
  22. format slot 23 of player with rose red named "&a&lBan Duration 10.0 Days" with lore "&rFly Hacking,Reach etc." to close then run [make player execute command "tempban %arg-1% 10 days %arg-2%"]
  23.  
  24. if player has permission "suspendgui.mod":
  25. open chest with 6 rows named "Suspend" to player
  26. wait 3 tick
  27. format slot 4 of player with arg-1's skull named "&a&l%arg-1%" with lore "&r%arg-2%||&aSuspend from the Server" to be unstealable
  28.  
  29. format slot 10 of player with iron sword named "&c&lSeverity 1" with lore "&rBlacklisted Modifications" to be unstealable
  30. format slot 19 of player with cactus green named "&a&lBan Duration 1.0 Days" with lore "&rLabyMod,Damage Indicator etc." to close then run [make player execute command "tempban %arg-1% 1 days %arg-2%"]
  31. format slot 28 of player with cactus green named "&a&lBan Duration 5.0 Days" with lore "&rThe 5zigmod etc." to close then run [make player execute command "tempban %arg-1% 5 days %arg-2%"]
  32. format slot 37 of player with cactus green named "&a&lBan Duration 10.0 Days" with lore "&rOther modifications" to close then run [make player execute command "tempban %arg-1% 10 days %arg-2%"]
  33.  
  34. format slot 12 of player with iron sword named "&c&lSeverity 2" with lore "&rBug Abusing etc." to be unstealable
  35. format slot 21 of player with dandelion yellow named "&a&lBan Duration 4.0 Hours" with lore "&rBug Abusing,Power Abusing etc." to close then run [make player execute command "tempban %arg-1% 4 hours %arg-2%"]
  36.  
  37. format slot 14 of player with iron sword named "&c&lSeverity 3" with lore "&rBan Evading etc." to be unstealable
  38. format slot 23 of player with rose red named "&a&lBan Duration 10.0 Days" with lore "&rFly Hacking,Reach etc." to close then run [make player execute command "tempban %arg-1% 10 days %arg-2%"]
  39. format slot 32 of player with rose red named "&a&lBan Duration 30.0 Days" with lore "&rBan Evading, jigsaw client etc." to close then run [make player execute command "tempban %arg-1% 30 days %arg-2%"]
  40. format slot 41 of player with rose red named "&a&lPermanent Ban" with lore "&2Must be supply reason for ban" to close then run [make player execute command "ban %arg-1% %arg-2%"]
  41.  
  42. format slot 34 of player with anvil named "&a&lNetwork Ban" with lore "&2Reason must be Network Ban||||&rForceOP||&rLeaking Information" to close then run [make player execute command "ipban %arg-1% %arg-2%"]
Advertisement
Add Comment
Please, Sign In to add comment