ckcl77
대표칭호 없음
이해도 | 초보자(스크립트 구성요소나 기본문법은 알아요) |
---|---|
게임버전 (JE) | 1.12.2 |
게임버전 (BE) | 1.12.x |
command /포청:
trigger:
loop all players:
send title "&c포켓몬 청소 완료" with subtitle "포켓몬을 청소하였습니다." to player for 2 seconds
if player is op:
execute console command "/pokekill"
이렇게 치면 타이틀이 저한테 밖에 안 보이는데 서버에 있는 모든 사람들한테 보일 수 있게 못하나요?ㅜㅜㅜ
거너아나
2022.03.22command /포청:
trigger:
if player is op:
send title "&c포켓몬 청소 완료" with subtitle "포켓몬을 청소하였습니다." to all players for 2 seconds
execute console command "/pokekill"
ckcl77
2022.03.23감사합니당!!