Advertisement
Blue_Tec

Untitled

May 19th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. command /checkaccount [<offlineplayer>]:
  2. permission: checkaccount.admin
  3. permission: &c権限が足りません。
  4. trigger:
  5. if arg-1 is not set:
  6. message "&c/checkaccount"
  7. if arg-1 is set:
  8. if arg-1 is online:
  9. set {getdate} to a random number between 1 and 3
  10. message "&bデータの取得中…"
  11. add 1 to {check.value::%uuid of arg-1%}
  12. wait {getdate} seconds
  13. message "&aDone!(%{getdate}% seconds)"
  14. message "&b%arg-1%さんの情報"
  15. message "&cIP: &f%ip of arg-1%"
  16. message "&cUUID: &f%uuid of arg-1%"
  17. message "&c検索回数: &f%{check.value::%uuid of arg-1%}%"
  18. else:
  19. message "&cオフラインです。"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement