Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 3.12 KB

File metadata and controls

35 lines (18 loc) · 3.12 KB

NeoForge yedek kılavuzu

NeoForge’u yalnızca Fabric uygun değilse son seçenek olarak kullanın. Forge ve NeoForge farklı loaderlardır ve modlar NeoForge ile eşleşmelidir; gerekirse Geyser/Floodgate ekleyip önce bir kopyada test edin.

Tam İngilizce kılavuza bakın: ../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.

Güvenli kapatma

stop yazın ve pencereyi açık bırakın. Kapatmadan önce CLEAN SHUTDOWN COMPLETE ve ardından SAFE TO CLOSE mesajlarını bekleyin. İkinci mesaj yoksa günlüğü ve çökme raporunu kontrol edip gerekirse yedeği geri yükleyin. 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 güncellemesi

scripts/version.txt dosyasını okuyun, sunucuyu durdurun ve SAFE TO CLOSE mesajını bekleyin; ardından scripts/update-jarock.bat dosyasını çalıştırın. Aynı beta/kararlı kanaldaki daha yeni sürümü arar, onay ister ve geri alma yedeği oluşturur. Dünya, runtime, modlar, kütüphaneler ve yerel ayarlar korunur; bağımlılıklar yalnızca eksik veya geçersizse düzeltilir.

Tam paket ve yayımlanan SHA-512 sağlama toplamı yüklemeden önce doğrulanır.

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.

Başlangıçta güncelleme denetimi

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 konsolunu kapatmaya karşı koruma: While Jarock is running, the classic Windows console may show a warning when X is clicked. stop yazın ve SAFE TO CLOSE mesajını bekleyin. Dünya kaydedilirken zorla kapatmayın. 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.