Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 3.19 KB

File metadata and controls

35 lines (18 loc) · 3.19 KB

NeoForge 대체 안내서

Fabric이 맞지 않을 때만 NeoForge를 마지막 대안으로 사용합니다. Forge와 NeoForge는 다른 loader이고 mod는 NeoForge에 맞아야 합니다. 필요하면 Geyser/Floodgate를 추가하고 먼저 복사본에서 테스트하세요.

영어 전체 안내서를 참조하세요: ../en/neoforge-fallback.md

Technical note: Async is an experimental server-side Minecraft 26.2 mod installed for both Fabric and NeoForge. It processes entities in parallel, requires Java 25+, and may cause crashes, incorrect entity behavior or incompatibilities. Test it with a backup before public use; disable or remove its jar if the server becomes unstable.

안전한 종료

stop을 입력하고 창을 열어 두세요. 닫기 전에 CLEAN SHUTDOWN COMPLETESAFE TO CLOSE를 기다리세요. 두 번째 메시지가 없으면 로그와 충돌 보고서를 확인하고 필요하면 백업을 복원하세요. Technical fallback note: When stop is detected, Jarock prints a notice that the world is being saved, then prints the final SAFE TO CLOSE confirmation directly in the server console as soon as the save completes, in both gui and nogui modes. Keep the window open until that message appears.

Jarock 업데이트

scripts/version.txt를 확인하고 서버를 중지한 뒤 SAFE TO CLOSE가 표시될 때까지 기다리세요. 그런 다음 scripts/update-jarock.bat을 실행합니다. 같은 베타/안정 채널의 새 릴리스를 찾고 확인 후 롤백 백업을 만듭니다. 월드, 런타임, 모드, 라이브러리와 로컬 설정은 유지되며 의존성은 없거나 유효하지 않을 때만 복구됩니다.

전체 패키지와 게시된 SHA-512 체크섬은 설치 전에 검증됩니다.

You can also choose U. Check for Jarock updates in parameter-manager.bat to open scripts/update-jarock.bat in a separate window without starting the server. The updater performs the check and asks Download and install it now? (y/N); Enter or N leaves the installation unchanged.

시작 시 업데이트 확인

Startup update modes: AUTO_UPDATE_MODE=install checks for a compatible release and installs the verified package matching scripts/jarock-edition.ini automatically; AUTO_UPDATE_MODE=check checks for updates only and never installs; AUTO_UPDATE_MODE=never does not check for updates and does not install updates. The default is AUTO_UPDATE_MODE=install; choose check or never in parameter-manager.bat to override it.

Windows 콘솔 닫기 보호: While Jarock is running, the classic Windows console may show a warning when X is clicked. stop을 입력하고 SAFE TO CLOSE를 기다리세요. 월드 저장 중에는 강제 종료하지 마세요. Jarock relaunches its launchers in the classic Windows Console Host when they are started from Windows Terminal, so the close-event protection works there; other pseudo-terminals without a marker (for example Alacritty) are not auto-detected, and Windows can still force-terminate a console process after its short handler timeout.