70sOn7

Chat Faces

Dec 30th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. on chat:
  2. if player has permission "chat.symbols":
  3. replace all ":smile:" in the message with "&eツ"
  4. replace all ":check:" in the message with "&a✔"
  5. replace all ":x:" in the message with "&c✘"
  6. replace all ":heart:" in the message with "&c❤"
  7. replace all ":alien:" in the message with "&a웃"
  8. replace all ":table_flip:" in the message with "&d(╯°□°)╯︵ ┻━━┻"
  9. repalce all ":unflip:" in the message with "&d┬─┬ ノ( ゜-゜ノ)"
  10. replace all ":snow_man:" in the message with "&b☃"
  11. replace all ":stalk:" in the message with "&f☁o☁"
  12. replace all ":mail:" in the message with "&f✉"
  13. if the message is ":help:":
  14. send "&6Faces:"
  15. send ""
  16. send "&e:smile:"
  17. send "&e:check:"
  18. send "&e:x:"
  19. send "&e:heart:"
  20. send "&e:alien:"
  21. send "&e:table_flip:"
  22. send "&e:unflip:"
  23. send "&e:snow_man:"
  24. send "&e:stalk:"
  25. send "&e:mail:"
  26. cancel event
Add Comment
Please, Sign In to add comment