Advertisement
Guest User

Untitled

a guest
May 25th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. command /hat [<text>]:
  2. aliases: chapeu
  3. trigger:
  4. if player has permission "vip.use":
  5. if player's held item is not air:
  6. set {_1} to helmet of player
  7. give {_1} to player
  8. set helmet of the player to player's tool
  9. clear {_1}
  10. remove player's tool from player
  11. send "&e&lHAT:&E Aproveite seu chapeu."
  12. else:
  13. send "&eUltilize o comando com um chapeu na mao."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement