Entities

Untitled

Oct 2nd, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. command /punish [<offline player>] <string>:
  2. permission: chat.punish
  3. permission message: &cYou do not have the required permissions to execute this command.
  4. trigger:
  5. if arg-1 is not set:
  6. send "&cIncorrect usage format, /punish <player> <reason>"
  7. else if arg-1 is set:
  8. open chest with 5 rows named "&8Punish Selection &8(&n%arg-1%)" to player
  9. format slot 4 of player with arg-1's skull named "&bModifying %arg-1%" with lore "||&rIn this GUI you can punish ||&r%arg-1%'s for %arg-2%.||||&bCurrent Rank||&r &r● &r%{shortrank.%arg-1's uuid%}%" to be unstealable
  10. format slot 22 of player with paper named "&bPunishMents" to be unstealable
  11. format slot 29 of player with book named "&4COMING SOON" with lore "||&rClick to punish %arg-1%'s||&rFor %arg-2%." to close then run [make player execute "ping &cCOMING SOON"]
  12. format slot 30 of player with book named "&9COMING SOON" with lore "||&rClick to punish %arg-1%'s||&rFor %arg-2%." to close then run [make player execute "ping &cCOMIN SOON"]
  13. format slot 31 of player with book named "&cWarn" with lore "||&rClick to warn %arg-1%'s||&rFor %arg-2%." to close then run [make player execute "warn %arg-1% %arg-2%"]
  14. format slot 32 of player with book named "&5Mute" with lore "||&rClick to mute %arg-1%'s||&rFor %arg-2%." to close then run [make player execute "mute %arg-1% 15w"]
  15. format slot 33 of player with book named "&dPermMute" with lore "||&rClick to perm mute %arg-1%'s||&rFor %arg-2%." to close then run [make player execute "mute %arg-1% 100m"]
  16. format slot 40 of player with book named "&7PermBan" with lore "||&rClick to ban %arg-1%'s||&rFor %arg-2%." to close then run [make player execute "ban %arg-1% %arg-2%"]
Add Comment
Please, Sign In to add comment