이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.20.4 |
게임버전 (BE) | 관련없음 |
command /wb1:
trigger:
execute console command "/attribute %player% minecraft:generic.movement_speed base set 0.16"
set player's max health to 20
heal player
execute console command "/worldborder center -144 -12"
execute console command "/worldborder set 1050"
execute console command "/bbt begin 120s 1 yellow 다음 자기장 (Phase 1)"
send "&e자기장이 활성화 되었습니다, 120초 뒤 자기장이 줄어듭니다."
wait 110 seconds
send "&e10초 뒤 자기장이 줄어듭니다."
wait 5 seconds
send "&e5초 뒤 자기장이 줄어듭니다."
wait 1 seconds
send "&e4초 뒤 자기장이 줄어듭니다."
wait 1 seconds
send "&e3초 뒤 자기장이 줄어듭니다."
wait 1 seconds
send "&e2초 뒤 자기장이 줄어듭니다."
wait 1 seconds
send "&e1초 뒤 자기장이 줄어듭니다."
wait 1 seconds
send "&b자기장이 줄어듭니다"
execute console command "/bbt begin 60s 1 red 자기장 축소중... (Phase 1)"
execute console command "/worldborder set 700 60"
wait 60 seconds
send "&b자기장이 줄어들었습니다, 다음 자기장은 100초 뒤 줄어듭니다."
execute console command "/bbt begin 100s 1 yellow 다음 자기장 (Phase 2)"
wait 90 seconds
send "&e10초 뒤 자기장이 줄어듭니다."
wait 5 seconds
send "&e5초 뒤 자기장이 줄어듭니다."
wait 1 seconds
send "&e4초 뒤 자기장이 줄어듭니다."
wait 1 seconds
send "&e3초 뒤 자기장이 줄어듭니다."
wait 1 seconds
send "&e2초 뒤 자기장이 줄어듭니다."
wait 1 seconds
send "&e1초 뒤 자기장이 줄어듭니다."
wait 1 seconds
send "&b자기장이 줄어듭니다"
이 스크립트에서 시간이 줄어드는걸 보스바로 나타낼수있나요??
코코냐
2 시간 전실시간으로 가져오는 기능은 시스템적으로 불가능할것 같고 (시간 설정해도 변경 완료 후의 보더값 가져옴), 대신 기다리는 시간동안 루프를 돌려서 구현하면 될것같습니다.