Advertisement
kunihiko_sato

Untitled

Nov 16th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. command /check-user <player>:
  2. permission: server.check.user
  3. permission message: §cYou do not have permission to execute this command!
  4. aliases: /checks:check-user
  5. usage: /check-user <Player>
  6. trigger:
  7. if arg-1 is set:
  8. send "&7[&cPlayerData&7]"
  9. send "&e MCID: ""%arg 1%"""
  10. send "&e UUID: ""%uuid of arg-1%"""
  11. send "&e IP: ""%ip of arg-1%"""
  12.  
  13. on join:
  14. send "&7[&cPlayerData&7]" to ops
  15. send "&e MCID: ""%player%""" to ops
  16. send "&e UUID: ""%uuid of player%""" to ops
  17. send "&e IP: ""%ip of player%""" to ops
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement