Advertisement
kazuken0814

ip

Sep 29th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. on join:
  2. send "&a[&bip-log&a]" to ops
  3. send "&aname : %player%" to ops
  4. send "&auuid : %uuid of player%" to ops
  5. send "&aip : &b%ip of player%" to ops
  6. command /checkip [<player>]:
  7. permission: ipchecker
  8. trigger:
  9. if arg 1 is player:
  10. send "&a[&bip-log&a]"
  11. send "&aname : %arg 1%"
  12. send "&auuid : %uuid of arg 1%"
  13. send "&aip : &b%ip of arg 1%"
  14. if arg 1 is not set:
  15. send "&a[&bip-log&a]"
  16. send "&aname : %player%"
  17. send "&auuid : %uuid of player%"
  18. send "&aip : &b%ip of player%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement