Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. command /viewlink [<offline player>]:
  2. trigger:
  3. if arg 1 is set:
  4. if {discord::DISCORD::%arg-1%} is set:
  5. send "Le joueur %arg 1% est link avec le compte discord : %{discord::DISCORD::%arg-1%}%"
  6. else:
  7. send "Le joueur %arg 1% n'es pas link avec un compte discord."
  8. else:
  9. send "Erreur : /viewlink <joueur>"
  10.  
  11. discord command viewlink <member>:
  12. prefixes: $
  13. executable in: guild
  14. trigger:
  15. if {discord::MC::%id of arg-1%} is set:
  16. send "Le joueur %mention tag of arg-1% est link avec le compte mc : %{discord::MC::%id of arg-1%}%"
  17. else:
  18. send "Le joueur %mention tag of arg-1% n'es pas link avec un compte minecraft."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement