Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 3.45 KB

File metadata and controls

40 lines (21 loc) · 3.45 KB

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.

Primeira execução do Jarock

Escolher o loader

Instale um JDK Java 25+ de 64 bits, ative JAVA_HOME no instalador Temurin e reabra o terminal. Use sempre o start-server.bat en scripts/server-launch-settings.ini da raiz e não abra diretamente server/server.jar.

Instalação e EULA

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.

Paragem segura

O Jarock descarrega automaticamente o loader e os mods fixados. A primeira execução cria server/eula.txt e normalmente para. Leia a Minecraft EULA e altere eula=false para eula=true apenas se aceitar. Não use online-mode=false antes da primeira execução bem-sucedida.

Paragem segura

Execute novamente, aguarde o mundo, Geyser e Floodgate, escreva stop e espere por CLEAN SHUTDOWN COMPLETE e SAFE TO CLOSE. Siga Suggested fix em caso de erro; se misturar loaders, faça uma cópia e execute clean-server-runtime.bat. Leia TODO.md antes do acesso público.

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.

Nota de segurança

Conclua a primeira execução com online-mode=true para usar a autenticação normal.

Nota de segurança

Para instalar uma atualização, pare o servidor com segurança e execute scripts/update-jarock.bat.

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.

LAN connection addresses

Technical note: after startup, Jarock prints the local LAN IPv4 address. Java players use server-port over TCP; Bedrock players use Geyser bedrock.port over UDP. If Geyser is absent, Bedrock is unavailable. The addresses are still printed when the ASCII ready banner is disabled. Public access requires separate manual router and firewall configuration.

Proteção contra o fechamento do console do Windows: While Jarock is running, the classic Windows console may show a warning when X is clicked. Digite stop e aguarde SAFE TO CLOSE. Nunca force o fechamento enquanto o mundo estiver sendo salvo. 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.