-
released this
2026-05-14 03:14:55 +09:00 | 9 commits to main since this release버그 수정: chat_answer 모드가 깔린 맵에 접속해도
[채팅정답] 모드가 활성화되어 있습니다메세지가 안 뜨던 race 수정.원인: 기존 구조는 모드가
storage chat_answer:status active=1b를 set 하고 데이터팩이 mq:load 에서 0b 로 초기화하는 방식이었는데, 통합 서버에서 mq:load 가 player join 이후에 도는 케이스가 있어 모드가 써놓은 1b 를 데이터팩이 0b 로 덮어쓰는 race 발생.수정: storage flag 폐기. 모드(v1.3.3) 가 onPlayerJoin 에서
mq:players/mod_active_notice함수를 해당 플레이어로 직접 호출. 데이터팩은 메세지 텍스트만 정의, 모드는 "보여라" 만 트리거 → race 없음.변경 사항:
mq:load: chat_answer:status 0b 초기화 라인 제거mq:players/login: 조건부 tellraw 제거mq:players/mod_active_notice: 새 함수, tellraw 만
필요한 모드 버전: chat_answer v1.3.3 이상.
Downloads