Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 3.08 KB

File metadata and controls

35 lines (18 loc) · 3.08 KB

Guía de reserva NeoForge

Usa NeoForge só como último recurso cando Fabric non sexa axeitado. Forge e NeoForge son loaders distintos e os mods deben ser NeoForge; engade Geyser/Floodgate se cómpre e proba primeiro unha copia.

Consulta a guía completa en inglés: ../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.

Apagado seguro

Escribe stop e deixa a xanela aberta. Agarda por CLEAN SHUTDOWN COMPLETE e despois SAFE TO CLOSE antes de pechala. Se falta a segunda mensaxe, revisa o rexistro e o informe de fallo e restaura unha copia se é preciso. 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.

Actualizar Jarock

Le scripts/version.txt, detén o servidor e agarda por SAFE TO CLOSE; despois executa scripts/update-jarock.bat. Busca unha versión máis nova da mesma canle beta/estable, pide confirmación e crea unha copia de recuperación. Conserva o mundo, runtime, mods, bibliotecas e configuración local; só repara dependencias ausentes ou inválidas.

O paquete completo e a súa suma de comprobación SHA-512 publicada verifícanse antes da instalación.

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.

Comprobación de actualizacións ao iniciar

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.

Protección contra o peche da consola de Windows: While Jarock is running, the classic Windows console may show a warning when X is clicked. Escribe stop e agarda por SAFE TO CLOSE. Nunca forces o peche mentres se garda o mundo. 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.