Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 4.1 KB

File metadata and controls

35 lines (18 loc) · 4.1 KB

คู่มือทางเลือก NeoForge

ใช้ NeoForge เป็นทางเลือกสุดท้ายเมื่อ Fabric ไม่เหมาะสมเท่านั้น Forge และ NeoForge เป็น loader คนละแบบ และ mods ต้องตรงกับ 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 COMPLETE แล้วจึงรอ SAFE 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 โปรแกรมจะค้นหารุ่นใหม่ในช่อง beta/stable เดียวกัน ขอการยืนยันและสร้างข้อมูลสำรองสำหรับย้อนกลับ โลก runtime ม็อด ไลบรารี และการตั้งค่าจะถูกเก็บไว้ และจะแก้ไข dependency เฉพาะเมื่อขาดหายหรือไม่ถูกต้อง

แพ็กเกจเต็มและค่า checksum 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.