Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 3.15 KB

File metadata and controls

35 lines (18 loc) · 3.15 KB

Záložní průvodce NeoForge

NeoForge je poslední možnost, když Fabric nevyhovuje. Forge a NeoForge jsou různé loadery; mody musí být pro NeoForge. Podle potřeby přidejte Geyser/Floodgate a nejprve testujte kopii.

See the English NeoForge fallback guide for the complete procedure. Verify every mod against the selected loader.

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.

Bezpečné vypnutí

Napište stop do konzole a nechte okno otevřené. Před zavřením počkejte na CLEAN SHUTDOWN COMPLETE a potom SAFE TO CLOSE. Pokud druhá zpráva chybí, zkontrolujte log a hlášení pádu a podle potřeby obnovte zálohu. 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.

Aktualizace Jarock

Přečtěte scripts/version.txt, zastavte server a počkejte na SAFE TO CLOSE; potom spusťte scripts/update-jarock.bat. Vyhledá novější verzi ve stejném beta/stabilním kanálu, vyžádá potvrzení a vytvoří zálohu pro návrat. Svět, runtime, mody, knihovny a místní nastavení zůstanou zachovány; závislosti se obnoví jen při chybění nebo neplatnosti.

Úplný balíček a jeho zveřejněný kontrolní součet SHA-512 se před instalací ověří.

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.

Kontrola aktualizací při spuštění

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.

Ochrana před zavřením konzole Windows: While Jarock is running, the classic Windows console may show a warning when X is clicked. Napište stop a počkejte na SAFE TO CLOSE. Při ukládání světa nikdy nevynucujte zavření. 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.