Advertisement
maozou

1va/ip

Dec 28th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. command /infos [<player>]:
  2. permission:sk.admin
  3. trigger:
  4. if arg 1 is set:
  5. send "&a[&bip-log&a]"
  6. send "&aname : %arg 1%"
  7. send "&auuid : %uuid of arg 1%"
  8. send "&aip : &b%ip of arg 1%"
  9. send "&aping: &a%ping of arg 1%"
  10. if arg 1 is not set:
  11. send "&a[&bip-log&a]"
  12. send "&aname : %player%"
  13. send "&auuid : %uuid of player%"
  14. send "&aip : &b%ip of player%"
  15. send "&aping: &a%ping of player%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement