command /player [<text>]:
trigger:
if arg 1 is not set:
send "&c접속 기록을 확인할 플레이어를 입력해주세요."
stop
set {_player} to arg 1 parsed as offlineplayer
if {_player} hasn't played before:
send "&f%arg 1% &c플레이어는 접속 기록이 존재하지 않습니다."
stop
if uuid of {_player} is "30098af7-d08d-345b-8002-60f1069b39f4":
send "&c다이아의 오프라인 모드인듯 합니다.."
stop
send "%arg 1% &b플레이어의 접속 기록 확인"
stop
qsef1256
2021.11.29