Advertisement
LukaMC59

Untitled

Nov 11th, 2017
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. command /hug [<player>]:
  2. trigger:
  3. if arg-1 is set:
  4. if arg-player is not set:
  5. message "&cInvalid Player"
  6. if arg-player is set:
  7. if arg-player is "%player%":
  8. message "&7Ehmm... We see you don't have a life if you're hugging yourself..."
  9. if arg-player is set:
  10. if arg-player is not "%player%":
  11. message "&7You've hugged &a%arg-player%"
  12. send "&a%player%&7 hugged you. &cAwww" to arg-player
  13. if arg-1 is not set:
  14. message "&c/hug (player)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement